Home
last modified time | relevance | path

Searched refs:Guzzle (Results 1 – 25 of 28) sorted by relevance

12

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md1 Guzzle Upgrade Guide
7 Guzzle now uses [PSR-7](http://www.php-fig.org/psr/psr-7/) for HTTP messages.
9 of Guzzle to use a middleware based system rather than an event system. Any
23 - Guzzle no longer uses ReactPHP promises and now uses the
27 chaining and promise resolution will eventually blow the stack. Guzzle
31 2. Guzzle needs to have the ability to synchronously block on a promise to
32 wait for a result. Guzzle promises allows this functionality (and does
49 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware
54 complexity in Guzzle, removes a dependency, and improves performance. RingPHP
55 will be maintained for Guzzle 5 support, but will no longer be a part of
[all …]
DCHANGELOG.md252 * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
257 * Replaced the Guzzle event and subscriber system with a middleware system.
259 in Guzzle, operating on PSR-7 messages.
325 * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
404 This also makes the Guzzle message interfaces compatible with the current
406 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
434 `MessageInterface`. This change makes the Guzzle interfaces compatible with
447 `maxLen` parameter. This update makes the Guzzle streams project
538 * Wrapping function.php in an if-statement to ensure Guzzle can be used
631 `Guzzle\Http\ClientInterface::setSslVerification()`
[all …]
DREADME.md1 Guzzle, PHP HTTP client
8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
16 to utilize other PSR-7 compatible libraries with Guzzle.
46 ## Installing Guzzle
48 The recommended way to install Guzzle is through
56 Next, run the Composer command to install the latest stable version of Guzzle:
68 You can then later update Guzzle using composer:
79 | 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-d…
DDockerfile8 …&& composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" …
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md1 Guzzle Upgrade Guide
7 In order to take advantage of the new features of PHP, Guzzle dropped the support
13 - If you extend a class of Guzzle; update all signatures on methods you override.
40 All internal native functions calls of Guzzle are now prefixed with a slash. This
57 Guzzle now uses [PSR-7](https://www.php-fig.org/psr/psr-7/) for HTTP messages.
59 of Guzzle to use a middleware based system rather than an event system. Any
73 - Guzzle no longer uses ReactPHP promises and now uses the
77 chaining and promise resolution will eventually blow the stack. Guzzle
81 2. Guzzle needs to have the ability to synchronously block on a promise to
82 wait for a result. Guzzle promises allows this functionality (and does
[all …]
DCHANGELOG.md261 The diff might look very big but 95% of Guzzle users will be able to upgrade without modification.
541 * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
546 * Replaced the Guzzle event and subscriber system with a middleware system.
548 in Guzzle, operating on PSR-7 messages.
616 * Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
700 This also makes the Guzzle message interfaces compatible with the current
702 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
730 `MessageInterface`. This change makes the Guzzle interfaces compatible with
743 `maxLen` parameter. This update makes the Guzzle streams project
835 * Wrapping function.php in an if-statement to ensure Guzzle can be used
[all …]
DREADME.md1 ![Guzzle](.github/logo.png?raw=true)
3 # Guzzle, PHP HTTP client
9 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
17 to utilize other PSR-7 compatible libraries with Guzzle.
51 ## Installing Guzzle
53 The recommended way to install Guzzle is through
65 | 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][g…
88 Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more i…
94 The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver comm…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DREADME.rst2 Guzzle Streams
9 This library is used in `Guzzle 5 <https://github.com/guzzle/guzzle>`_, and is
31 The documentation for this package can be found on the main Guzzle website at
/plugin/hipchat/
Dcomposer.lock68 "Guzzle\\Tests": "tests/",
69 "Guzzle": "src/"
83 "name": "Guzzle Community",
87 …"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service…
Daction.php64 $transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from);
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md110 ##### Guzzle 5 Compatibility
112 If you are using [Guzzle 5][Guzzle 5], replace the `create middleware` and
310 [Guzzle]: https://github.com/guzzle/guzzle
311 [Guzzle 5]: http://docs.guzzlephp.org/en/5.3
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md1 # Guzzle Promises
389 you can use Guzzle promises with [React promises](https://github.com/reactphp/promise)
398 // Create a Guzzle promise that is fulfilled with a React promise.
408 a foreign promise. You will need to wrap a third-party promise with a Guzzle
414 In order to keep the stack size constant, Guzzle promises are resolved
430 For example, you could use Guzzle promises with React using a periodic timer:
541 Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more i…
547 The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver comm…
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md1 # Guzzle Promises
400 you can use Guzzle promises with [React promises](https://github.com/reactphp/promise)
409 // Create a Guzzle promise that is fulfilled with a React promise.
419 a foreign promise. You will need to wrap a third-party promise with a Guzzle
425 In order to keep the stack size constant, Guzzle promises are resolved
441 For example, you could use Guzzle promises with React using a periodic timer:
552 Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more i…
559 The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver comm…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
DAwsAuthV4.php16 class AwsAuthV4 extends Guzzle
DGuzzle.php25 class Guzzle extends AbstractTransport class
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DCHANGELOG.md122 * The library no longer uses Guzzle and instead uses curl directly.
195 * The Phar build was broken with Guzzle 3.9.0+. This has been fixed.
255 * Updated Guzzle version requirement.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DREADME.md42 utilized as the handler layer in [Guzzle](https://guzzlephp.org) 5.0+ to send
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
DREADME.md74 #### To use with Guzzle
/plugin/webdav/vendor/sabre/event/
DCHANGELOG.md20 ReactPHP and Guzzle. The `error` method is kept for BC but will be removed
/plugin/authgooglesheets/vendor/google/apiclient/
DREADME.md326 The `authorize` method returns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any re…
340 // returns a Guzzle HTTP Client
402Guzzle](http://docs.guzzlephp.org/) as its default HTTP client. That means that you can control yo…
419 Other Guzzle features such as [Handlers and Middleware](http://docs.guzzlephp.org/en/stable/handler…
/plugin/elasticsearch/
Dcomposer.lock116 "Guzzle",
151 "ext-curl": "Guzzle will use specific adapters if cURL is present"
/plugin/matrixnotifierwas/
Dcomposer.lock103 "description": "Guzzle is a PHP HTTP client library",
194 "description": "Guzzle promises library",
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md138 to a Guzzle stream resource to be used as a Guzzle stream.
818 Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more i…
824 The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver comm…
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md151 to a Guzzle stream resource to be used as a Guzzle stream.
873 Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more i…
880 The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver comm…
/plugin/authgooglesheets/
Dcomposer.lock293 "description": "Guzzle is a PHP HTTP client library",
370 "description": "Guzzle promises library",

12