sergeyklay/aerospike-php-stubs

This package is abandoned and no longer maintained. The author suggests using the aerospike/aerospike-client-php package instead.

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

Maintainers

👁 klay

Package info

github.com/sergeyklay/aerospike-php-stubs

pkg:composer/sergeyklay/aerospike-php-stubs

Statistics

Installs: 11 735

Dependents: 0

Suggesters: 4

Stars: 3

Open Issues: 0

v3.4.14 2017-01-06 06:35 UTC

Requires

  • php: >=5.3.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e1c0e761302e415795517c857513d96e2383c009

  • Serghei Iakovlev <serghei.woop@phalconphp.com>
  • Aerospike

stubautocompleteidephpstormnetbeansZend StudioaerospikeEclipse

This package is auto-updated.

Last update: 2022-02-01 12:52:36 UTC


README

👁 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