Searched refs:Guzzle (Results 1 – 25 of 28) sorted by relevance
12
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 1 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 …]
|
| D | CHANGELOG.md | 252 * 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 …]
|
| D | README.md | 1 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…
|
| D | Dockerfile | 8 …&& composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" …
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 1 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 …]
|
| D | CHANGELOG.md | 261 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 …]
|
| D | README.md | 1  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/ |
| D | README.rst | 2 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/ |
| D | composer.lock | 68 "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…
|
| D | action.php | 64 $transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from);
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 110 ##### 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/ |
| D | README.md | 1 # 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/ |
| D | README.md | 1 # 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/ |
| D | AwsAuthV4.php | 16 class AwsAuthV4 extends Guzzle
|
| D | Guzzle.php | 25 class Guzzle extends AbstractTransport class
|
| /plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
| D | CHANGELOG.md | 122 * 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/ |
| D | README.md | 42 utilized as the handler layer in [Guzzle](https://guzzlephp.org) 5.0+ to send
|
| /plugin/quickstats/GEOIP/vendor/composer/ca-bundle/ |
| D | README.md | 74 #### To use with Guzzle
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 20 ReactPHP and Guzzle. The `error` method is kept for BC but will be removed
|
| /plugin/authgooglesheets/vendor/google/apiclient/ |
| D | README.md | 326 The `authorize` method returns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any re… 340 // returns a Guzzle HTTP Client 402 …Guzzle](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/ |
| D | composer.lock | 116 "Guzzle", 151 "ext-curl": "Guzzle will use specific adapters if cURL is present"
|
| /plugin/matrixnotifierwas/ |
| D | composer.lock | 103 "description": "Guzzle is a PHP HTTP client library", 194 "description": "Guzzle promises library",
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 138 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/ |
| D | README.md | 151 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/ |
| D | composer.lock | 293 "description": "Guzzle is a PHP HTTP client library", 370 "description": "Guzzle promises library",
|
12