Download the PHP package nexilo/xdevapi-php without Composer
On this page you can find all versions of the php package nexilo/xdevapi-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package xdevapi-php
MySQL xdevapi-php
Simple wrapper for xdevapi getSession function in PHP pecl extension
Installation via Composer
The recommended method to install NEXILO XDevAPI-PHP is through Composer.
-
Add
nexilo/xdevapi-php
as a dependency in your project'scomposer.json
file: -
Download and install Composer:
-
Install your dependencies:
-
Require Composer's autoloader
Composer also prepares an autoload file that's capable of autoloading all the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:
You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.