michaelj2324 / oo-curl
An simple object oriented design for working with cURL
Installs: 7 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0|~5.0
README
Object Oriented cURL
Overview
A very simple object oriented design pattern for working with PHP cURL
Usage
Use it where-ever you don't want to use standard cURL Resource by including via Composer
composer require 'michaelj2324/oo-curl'
Developing the PHP REST Client
Requirement:
You need to have installed: php 5.3+
Steps:
- With PHP installed, navigate to the repo folder (rest-php-client) via terminal.
- Run 'composer install'
Contributing:
See CONTRIBUTING for how you can contribute changes back into this project.