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

28 Commits

Author SHA1 Message Date
Fabien Villepinte
6b499cc5e2
Upgrade PHP-CS-Fixer to 3.x (#2937) 2021-10-05 16:50:51 +01:00
Graham Campbell
6179dd0f61
Update CI, use better integration with psalm, phpstan and php-ci-fixer (also fix one deprecated call) (#2825)
* Replaced call to deprecated function

* Re-worked static analysis

* Removed unnecessary tools entries

* Use --no-progress to hide broken progress bars
2021-03-21 13:09:11 +01:00
Mponos George
01a67e8497
Remove burgomaster/packager (#2684) 2020-06-13 12:27:48 +03:00
Graham Campbell
7c2acf0aaf
Added missing phpstan.neon to .gitignore 2020-01-11 23:53:16 +00:00
Mark Sagi-Kazar
9a561ccd1e
Rename php cs file 2019-12-21 22:50:57 +01:00
Tobias Nyholm
92faa6c903
Clean up gitignore add adding PHPUnit (#2432)
* Clean up gitignore add adding PHPUnit

* minonr
2019-12-08 17:12:04 +01:00
Mponos George
eb8f70b4e2 Add php-cs-fixer ignore files (#2430) 2019-12-08 15:57:11 +01:00
Michael Dowling
8d6b9249c9 Adding an easy way to package a zip and phar 2014-08-17 17:46:18 -07:00
Michael Dowling
955a47ef33 Updating gitignore 2014-03-23 10:33:52 -07:00
Michael Dowling
89a8e2ede1 Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00
Michael Dowling
952389821a Moving docs to main repo 2013-10-31 15:25:29 -07:00
Lars Strojny
c7c1def18b Fixing parsing of incomplete URLs 2013-05-26 14:09:45 +02:00
Clay Loveless
9320466841 refactored build including git subsplit management and PEAR package generation 2012-10-15 16:38:39 -07:00
Michael Dowling
0805340b64 Ignoring .subsplit 2012-07-15 16:16:49 -07:00
Michael Dowling
95bd5309ad Updating version for UA string. Fixing test that was not mocked correctly. Updating build process. 2012-06-26 18:58:44 -07:00
Michael Dowling
02f9785f93 [Service] Adding an AliasFactory for aliasing one command name to another. Updating README for new composer setup. Making the build script more generalized. 2012-04-15 12:00:12 -07:00
Michael Dowling
eabe684b22 [Common] [BC] Renaming ZendLogAdapter to Zf1LogAdater. Adding a Zf2LogAdapter. Renaming ZendCacheAdapter to Zf1CacheAdapter. Adding Zf2CacheAdapter to support Zend Framework 2 caching.
Updating the cache interface to allow passing options to cache methods.
Removing the constructor and removing getCachedObject from CacheAdapterInterface.
Adding a ClosureCacheAdapter.
[Service] Adding the ability to use magic call method behavior for executing commands by name.  Closes #39.
[Tests] Fixing a logging unit test so that it does not spit out to stdout
Separating test dependencies from Guzzle deps by adding a composer-test.json.
Adding unit testing capabilities to the Guzzle phar files.
Updating travis-ci script to use new composer file and adding code coverage to travis runs
[Build] Fixing guzzle-min.phar warning that tried to load index.php
Adding a test-init phing target to help getting setup for testing.
Fixing composer run in travis
2012-04-14 18:49:51 -07:00
Michael Dowling
c34deef699 Ignore guzzle-min.phar
Fixing .gitignore
2012-01-15 10:24:11 -06: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
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
ea9003faf4 Adding composer.js 2011-11-01 20:01:49 -05:00
Michael Dowling
be42e2b960 Removing .DS_STORE files 2011-08-15 09:50:41 -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
25fc91d4ef Moving build related code to build/. Updating autoloader for guzzle.phar. 2011-04-14 13:40:13 -05:00
Michael Dowling
9914387a06 Adding a phing build target to create a guzzle phar file 2011-04-12 23:49:42 -05:00
Michael Dowling
91f065cab0 Moving phpunit.xml to phpunit.xml.dist. Moving library/ to src/ 2011-04-06 11:11:04 -05:00
Michael Dowling
0d8387dbba Adding .gitmodules to .gitignore 2011-03-21 10:30:21 -05:00
Michael Dowling
c3dbc1ec36 Adding .gitignore and removing code coverage 2011-03-02 23:56:55 -06:00