goodspb / php-aerospike-admin
Aerospike Web GUI
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/goodspb/php-aerospike-admin
Requires
- php: >=5.4.0
 
This package is not auto-updated.
Last update: 2025-10-26 00:46:43 UTC
README
Aerospike Web GUI
How to use
1、make sure Aerospike server was installed and Aerospike php extension was installed
2、open config.php:
//change the param depend on your Aerospike setting :
aerospike' => array(
	'namespace' => 'test',
    'connection' => array(
        "hosts" => array(
	        array(
	        	"addr" => "127.0.0.1",      //server address
	        	"port" => 3000              //server port
	        )
	    )
    ),
    'connect_timeout' => 500,
    'read_timeout'	=> 500,
    'write_timeout' => 500,
)
3、Make sure the dir below exist and also writable
/Application/Runtime
/upload/
4、enjoy it