2017 © Pedro Peláez
 

library xdevapi-php

Low level PHP Library for mysql-xdevapi

image

nexilo/xdevapi-php

Low level PHP Library for mysql-xdevapi

  • Monday, May 14, 2018
  • by kamillo1888
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

MySQL xdevapi-php

Build Status, (*1)

Simple wrapper for xdevapi getSession function in PHP pecl extension, (*2)

Installation via Composer, (*3)


The recommended method to install NEXILO XDevAPI-PHP is through Composer., (*4)

  1. Add nexilo/xdevapi-php as a dependency in your project's composer.json file:, (*5)

    json { "require": { "nexilo/xdevapi-php": "~1.1" } }, (*6)

  2. Download and install Composer:, (*7)

    bash curl -s http://getcomposer.org/installer | php, (*8)

  3. Install your dependencies:, (*9)

    bash php composer.phar install, (*10)

  4. Require Composer's autoloader, (*11)

    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:, (*12)

    ```php <?php, (*13)

     use Nexilo\XdevApiClientBuilder;
    
     require 'vendor/autoload.php';
    
     $session = XdevApiClientBuilder::getInstance('yourDsnHere')->getSession();

    ``` You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org., (*14)

Web Applications Special thanks for Symfony.Software application developers, (*15)

The Versions

14/05 2018

dev-master

9999999-dev

Low level PHP Library for mysql-xdevapi

  Sources   Download

Apache-2.0

The Requires

  • php ^7.1

 

The Development Requires

by NEXILO

api nosql mysql storage xdevapi

14/05 2018

1.2

1.2.0.0

Low level PHP Library for mysql-xdevapi

  Sources   Download

GPL

The Requires

  • php ^7.1

 

The Development Requires

by NEXILO

api nosql mysql storage xdevapi

14/05 2018

1.1

1.1.0.0

Low level PHP Library for mysql-xdevapi

  Sources   Download

GPL

The Requires

  • php ^7.1

 

The Development Requires

by NEXILO

api nosql mysql storage xdevapi

14/05 2018

1.0

1.0.0.0

Low level PHP Library for mysql-xdevapi

  Sources   Download

GPL

The Requires

  • php ^7.1

 

The Development Requires

by NEXILO

api nosql mysql storage xdevapi