jaydean / claredale-sync
There is no license information available for the latest version (dev-master) of this package.
Enables an easy event based system to interact with Claredale data feed
dev-master
2014-06-04 13:58 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~4.0
This package is not auto-updated.
Last update: 2025-08-12 07:36:14 UTC
README
About Us
Requirements
- PHP >=5.4.0
- Guzzle ~4.0
Installing via Composer
The recommended way to install is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php
Next, update your project's composer.json file:
{ "require": { "jaydean/claredale-sync": "dev-master" } }
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';