Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

The most complete Aerospike PHP stubs which allows autocomplete in modern IDEs

License

Notifications You must be signed in to change notification settings

sergeyklay/aerospike-php-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike PHP Stubs

Software License Total Downloads

screenshot

When working with PHP Aerospike class may crop up some difficulties when to use syntax highlighting or code autocompletion. This repo provide the most complete Aerospike PHP stubs which allows autocomplete in modern IDEs.

Grabbed by using Reflection from aerospike.so and Aerospike doc

Install

Install composer in a common location:

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require": {
        "sergeyklay/aerospike-php-stubs": "*"
    }
}

Run the composer installer:

php composer.phar install

Setup your IDE.

License

Aerospike PHP Stubs is open-sourced software licensed under the MIT. © Serghei Iakovlev and contributors