1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-22 17:16:55 +01:00

26 Commits

Author SHA1 Message Date
Anna Sidwell
6c6d445911
Use GuzzleHttp's include-guarded functions (#2135) 2018-10-30 13:40:22 +00:00
Dariusz Ruminski
79294ad0a6
DX: small CS fixes 2018-04-08 21:15:02 +02:00
Michael Dowling
8844ca4d34 Vendoring burgomaster 2015-05-25 16:13:30 -07:00
Michael Dowling
89d8bc83c4 Fixing packaging 2015-03-28 13:56:28 -07:00
Michael Dowling
2528a073cd Updating packager 2015-03-21 19:32:12 -07:00
Michael Dowling
70c02ab90b Fixing packager for React update 2014-12-01 20:12:40 -08:00
Michael Dowling
b17b0f94db Updating packager 2014-10-12 18:39:23 -07:00
Michael Dowling
83ad35d31c Adding automatic github releases 2014-08-19 22:02:13 -07:00
Michael Dowling
ef4e18545d Using Burgomaster 2014-08-17 22:38:05 -07:00
Michael Dowling
8d6b9249c9 Adding an easy way to package a zip and phar 2014-08-17 17:46:18 -07:00
Michael Dowling
4c46e77015 Guzzle 2.0
Adopting composer for dependency management
Updating LICENSE, travis build file, making better use of git ignores, and remove unused build target
Removing @author tags.  Use the commit history for a changelog.
Moving files from build folder to /
Adding min build target to product a Guzzle only phar with no autoloader
[Common] Accepting ZF1 or ZF2 cache in ZendCacheAdapter
[Common] Optimizing Stream wrapper and EntityBody abstractions.
[Common] [Http] Migrating from Guzzle event system to the Symfony2 event dispatcher
[Common] Moved Inflector and Inspector to Service namespace
[Http] Simplifying Guzzle\Guzzle curl detection
[Http] Removing Guzzle\Http\Pool and now using Guzzle\Http\Curl\CurlMulti
[Http] The helper methods from Guzzle\Http\Message\RequestFactory have been removed to prevent confusion and encourage developers to use Guzzle\Http\Client to create requests.
[Http] Clients can now send one or more requests in an array using the send() method, so the batch() method was removed.
[Http] Updating curl multi to allow blocking calls while sending other transfers
[Http] Making the Request::hasHeader method more intuitive.  Guzzle\Http\Message\AbstractMessage::hasHeader() now returns true if the header is found using exact matching.  If the header is found using a regex or case-insensitive match, then it will return the name of the found header.
[Http] Removing content-type guessing from EntityBody based on file extension and solely using finfo.
[Http] Adding basic auth plugin
[Http] Cleaning up CookieJar and CurlMulti
[Http] Removing custom rawurlencode from QueryString because PHP 5.3 now properly deals with tilde characters.
[Http] Minor optimization to parsing messages in RequestFactory
[Http] Adding Guzzle\Http\Client for developers that don't need commands or service descriptions
[Http] Making it easier to set a global User-Agent header for a Guzzle\Http\Client
[Http] Fixing the discrepancies between the ClientInterface and Guzzle\Http\Client
[Http] Adding the ability to set and retrieve tokenized headers from Requests and Responses
[Service] Ditching NIH filters and using the Symfony2 validator
[Service] Moving most service building logic to the ServiceBuilder::factory method so that it is easier to build custom config readers.
[Service] Allowing deep nested command inheritance.
[Service] Cleaning up Inflector caching.
[Service] Getting rid of concept of can_batch because everything is now sent in parallel.
[Service] Adding a JSON description builder.
[Service] Cleaning up ResourceIteratorApplyBatched.
[Service] Removing caching stuff from ServiceBuilder because the data being cached is extremely fast to generate.
[Service] Added a method to serialize the ServiceDescription in case a ServiceDescription needs to be cached in an application.
[Service] Making description builders use static methods.
[Service] Adding support to include other description files for XML and JSON description builders.
[Service] Adding support for filters to ApiCommands
[Service] Using {{}} instead of $. to reference other services as a dependency for another service
2012-01-14 13:57:05 -06:00
Michael Dowling
502af78a33 [Build] Moving client template generation to guzzle-client-template repo 2011-11-13 11:13:29 -06:00
Michael Dowling
9b29c72825 [Build] Updating phar generation 2011-11-12 19:47:05 -06:00
Michael Dowling
a8b14d3939 removing the git clone build actions 2011-11-10 17:38:40 -06:00
Michael Dowling
3017b736d4 [Service] Adding a MockPlugin for clients that adds a queue of mock responses to a client object. Refactoring the loading of mock response files in tests (BC for tests). 2011-11-10 15:18:35 -06:00
Michael Dowling
11434a6078 Adding a build task to build a phar file without a built in autoloader 2011-11-09 23:00:27 -06:00
Michael Dowling
d13ece89cf [Build] Cleaning up template build target 2011-11-01 23:36:59 -05:00
Michael Dowling
7afdf70471 Removing old variable 2011-11-01 22:57:15 -05:00
Michael Dowling
b21cd49b5e Cleaning up template client builder. Adding a service builder to bootstrap files rather than assuming an xml service file. 2011-11-01 22:30:39 -05:00
Michael Dowling
15df911330 Moving the test services.xml to TestData 2011-08-15 09:48:53 -05:00
Michael Dowling
0422b4f765 Adding a phing task to clone/update known guzzle web service clients 2011-08-14 12:39:16 -05:00
Michael Dowling
a7ae469671 Removing verbose docblock headers from every class 2011-07-07 17:17:28 -05:00
Michael Dowling
bb0171b537 [Build] Cleaning up build script. Renaming client class file based on user input. Resolves #1 2011-05-08 19:16:05 -05:00
Michael Dowling
330bf7b22a Adding missing Test/ folder from client template 2011-04-14 17:45:14 -05:00
Michael Dowling
5d1608a91d [Build] Adding a phing build target that will create a simple web service client template based on user input. 2011-04-14 17:33:58 -05:00
Michael Dowling
25fc91d4ef Moving build related code to build/. Updating autoloader for guzzle.phar. 2011-04-14 13:40:13 -05:00