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/
- Host: GitHub
- URL: https://github.com/netkiller/safenet-php
- Owner: netkiller
- Created: 2013-05-03T01:28:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T06:07:01.000Z (about 10 years ago)
- Last Synced: 2025-04-28T11:25:08.934Z (about 1 year ago)
- Language: C
- Homepage: http://netkiller.github.io/
- Size: 140 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 <