Download the PHP package evoliz/evoliz-php without Composer
On this page you can find all versions of the php package evoliz/evoliz-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evoliz/evoliz-php
More information about evoliz/evoliz-php
Files in evoliz/evoliz-php
Package evoliz-php
Short Description Evoliz PHP Library
License MIT
Homepage https://evoliz.com/
Informations about the package evoliz-php
Evoliz PHP
The Evoliz PHP library provides convenient access to the Evoliz API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Evoliz API.
Requirements
PHP 7.0.0 and later.
Composer
You can install the package via Composer. Run the following command:
To use the package, use Composer's autoload:
Dependencies
The package require the following extensions in order to work properly:
guzzlehttp/guzzle
, from release 6.5.5 to the latest release before 7.0.0json
If you use Composer, these dependencies should be handled automatically.
Getting Started
Simple usage looks like:
Integration examples
You can find all the examples for each endpoint in the examples folder.
Documentation
See the PHP API docs.
See the API changelog to see all the changes made to the API.
Legacy Version Support
PHP < 7.0.0
If you are using a version earlier than PHP 7.0.0, you need to upgrade your environment to use Evoliz.
Development
Get Composer.
Install dependencies:
Install dependencies as mentioned above (which will resolve PHPUnit), then you can run the test suite:
Disable Guzzle SSL verification: