php-replicate
PHP client for Replicate
Requirements
- PHP >= 7.1
- PHP extensions:
- JSON (
ext-php
)
- JSON (
Dependencies
- Guzzle HTTP (
guzzlehttp/guzzle
)
Installation
If Composer is not installed on your system yet, you may go ahead and install it using this command line:
$ curl -sS https://getcomposer.org/installer | php
Next, add the following require entry to the composer.json
file in the root of your project.
{ "require" : { "riverside/php-replicate" : "^1.0" } }
Finally, use Composer to install php-replicate and its dependencies:
$ php composer.phar install
Downloads
The project is hosted on GitHub.
Author
php-replicate is developed by Dimitar Ivanov. You can find me on Twitter or GitHub.
License
The project is licensed under the MIT license.