ebidtech / fastc
A light layer on top of Guzzle service descriptions that enables faster HTTP client development.
Installs: 137 022
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
- ebidtech/config-loader: 1.1.*
- guzzle/guzzle: >=3.7.0
- jms/serializer: >=0.14.0
Requires (Dev)
- eso/ireflection: 0.1.*
- phpmd/phpmd: ~1.5.0
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: ~1.5.0
README
A light layer on top of Guzzle service descriptions that enables faster HTTP client development.
Requirements
- PHP >= 5.4
Installation
The recommended way to install is through composer.
Just create a composer.json
file for your project:
{ "require": { "ebidtech/fastc": "@stable" } }
Tip: browse ebidtech/fastc
page to choose a stable version to use, avoid the @stable
meta constraint.
And run these two commands to install it:
$ curl -sS https://getcomposer.org/installer | php
$ composer install
Now you can add the autoloader, and you will have access to the library:
<?php require 'vendor/autoload.php';
Usage
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team, Fastc Lead developer Eduardo Oliveira (eduardo.oliveira@ebidtech.com).
- All contributors
License
Fastc library is released under the MIT License. See the bundled LICENSE file for details.