PHPackages                             nexilo/xdevapi-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. nexilo/xdevapi-php

ActiveLibrary[Database &amp; ORM](/categories/database)

nexilo/xdevapi-php
==================

Low level PHP Library for mysql-xdevapi

1.2(8y ago)35031GPLPHPPHP ^7.1

Since May 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nexilo/xdevapi-php)[ Packagist](https://packagist.org/packages/nexilo/xdevapi-php)[ RSS](/packages/nexilo-xdevapi-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

MySQL xdevapi-php
=================

[](#mysql-xdevapi-php)

[![Build Status](https://camo.githubusercontent.com/6d7e67b8ae6647f6dbd35a28a79dddd72a06251b836b605f28d8fcee50b95832/68747470733a2f2f7472617669732d63692e6f72672f6e6578696c6f2f786465766170692d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nexilo/xdevapi-php)

Simple wrapper for xdevapi getSession function in PHP pecl extension

Installation via Composer
-------------------------

[](#installation-via-composer)

The recommended method to install NEXILO *XDevAPI-PHP* is through [Composer](http://getcomposer.org).

1. Add `nexilo/xdevapi-php` as a dependency in your project's `composer.json` file:

    ```
        {
            "require": {
                "nexilo/xdevapi-php": "~1.1"
            }
        }
    ```
2. Download and install Composer:

    ```
        curl -s http://getcomposer.org/installer | php
    ```
3. Install your dependencies:

    ```
        php composer.phar install
    ```
4. 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:

    ```
