An open API service indexing awesome lists of open source software.

https://github.com/netkiller/safenet-php

SafeNet for PHP Extension - http://www.safenet-inc.com/
https://github.com/netkiller/safenet-php

Last synced: about 1 year ago
JSON representation

SafeNet for PHP Extension - http://www.safenet-inc.com/

Awesome Lists containing this project

README

          

safenet-php
===========

SafeNet for PHP - http://www.safenet-inc.com/

Installation
------------
# yum install -y libcurl-devel

# git clone https://github.com/netkiller/safenet-php.git
# cd safenet-php
# /srv/php/bin/phpize
# ./configure --with-php-config=/srv/php/bin/php-config
# make
# make install

# cat > /srv/php/etc/conf.d/safenet.ini <