PHPackages                             netkiller/safenet-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. netkiller/safenet-php

ActiveLibrary

netkiller/safenet-php
=====================

This tools provide you useful function to encrypt/decrypt string.

1264[1 PRs](https://github.com/netkiller/safenet-php/pulls)C

Since Sep 2Pushed 9y ago3 watchersCompare

[ Source](https://github.com/netkiller/safenet-php)[ Packagist](https://packagist.org/packages/netkiller/safenet-php)[ RSS](/packages/netkiller-safenet-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#safenet-php)

SafeNet for PHP -

Installation
------------

[](#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
