Download the PHP package vzaar/vzaar-api-php without Composer
On this page you can find all versions of the php package vzaar/vzaar-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vzaar/vzaar-api-php
More information about vzaar/vzaar-api-php
Files in vzaar/vzaar-api-php
Package vzaar-api-php
Short Description The PHP client for Vzaar API.
License MIT
Homepage https://github.com/vzaar/vzaar-api-php
Informations about the package vzaar-api-php
vzaar API
By vzaar
vzaar's PHP client for interacting with version 2 of the vzaar API.
Requirements
- Recommended: PHP 7.0+
- Minimum: PHP 5.6+
Installation
Install the package using composer
:
If composer
is not installed, please follow these instructions.
Backwards compatability
Versions 1 and 2 of the vzaar API are incompatable with each other. The same applies to the API SDKs. Some functionality available in the version 1 SDK has been deprecated in version 2 and will not be implemented. The version 2 API also has a different authentication mechanism so your existing API key will not work with version 2 SDKs.
To ease migration to the version 2 SDK, it is possible to use both versions without any conflicts.
Usage
Configure your API credentials:
Usage instructions and examples are available on vzaar's documentation site.
Contributing
- Fork it
- 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
License
Released under the MIT License.
All versions of vzaar-api-php with dependencies
ext-curl Version *