Download the PHP package jordanandree/jazz-api without Composer
On this page you can find all versions of the php package jordanandree/jazz-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jazz-api
Jazz (Resumator) API PHP
PHP API wrapper for the Jazz API.
Usage
Check out the examples for a sample job listing implementation.
Minimal Example
Caching
The caching mechanism can be configured and toggled on or off prior to making any API calls. By design, caching is only available for GET API calls.
Examples:
Composer
- Add the
jordanandree/jazz-api
:@stable
into the require section of your composer.json. - Run
composer install
. - The example will look like this:
Tests
Tests are a work-in-progress and coverage could be better.
You can run tests like so:
Contributing
- Fork it ( http://github.com/jordanandree/jazz-api-php/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
All versions of jazz-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package jordanandree/jazz-api contains the following files
Loading the files please wait ....