3f / surfer
An HTTP client that offers cURL and a native adapter.
0.7.3
2022-05-30 22:13 UTC
Requires
- php: >=5.6.0
- 3f/tool-bag: ~1
Requires (Dev)
- phpunit/phpunit: 5.6.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Surfer
An HTTP client that uses cURL or standard sockets and handle chunk responses.
Composer Installation
To install Surfer, you first need to install Composer, a Package Manager for PHP, following those few steps:
curl -s https://getcomposer.org/installer | php
You can run this command to easily access composer from anywhere on your system:
sudo mv composer.phar /usr/local/bin/composer
Surfer Installation
Once you have installed Composer, it's easy install Surfer.
- Edit your
composer.jsonfile, adding Surfer to the require section:
{
"require": {
"3f/surfer": "dev-master"
},
}
- Run the following command in your project root dir:
composer update
Documentation
The documentation can be generated using Doxygen. A Doxyfile is provided for your convenience.
Requirements
- PHP 5.6.0 or above.
Authors
Filippo F. Fadda - filippo.fadda@programmazione.it - http://www.linkedin.com/in/filippofadda
License
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.