To install using Composer just add phpSec to your composer.json file in your project directory.
{
"require": {
"phpsec/phpsec":"0.6.*"
}
}
Then all you need to do is to run $ php composer.phar install
phpSec can then be loaded using the Composer autoloader.
require 'vendor/autoload.php';
Read more about Composer at getcomposer.org
If you want you can download the archive manually. For information on how to install phpSec see the README.
| Version | Files | Release notes |
|---|---|---|
| 0.6.1 | .tar.gz .zip | |
| 0.6.0 | .tar.gz .zip | release notes |
| 0.5.1 | .tar.gz .zip | release notes |
| 0.5.0 | .tar.gz .zip | release notes |
| 0.4.0 | .tar.gz .zip | release notes |