deployer / phpseclib
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
Installs: 22 762
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 646
pkg:composer/deployer/phpseclib
Requires
- php: >=5.3.3
Requires (Dev)
- phing/phing: ~2.7
- phpunit/phpunit: ~4.0
- sami/sami: ~2.0
- squizlabs/php_codesniffer: ~1.5
Suggests
- ext-gmp: Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.
- ext-mcrypt: Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.
README
MIT-licensed pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)Documentation
- Documentation / Manual
- API Documentation (generated by Sami)
Support
Need Support?
- Checkout Questions and Answers on Stack Overflow
- Create a Support Ticket on GitHub
- Browse the Support Forum (no longer in use)
Installing Development Dependencies
Dependencies are managed via Composer.
- 
Download the composer.pharexecutable as per the Composer Download Instructions, e.g. by runningcurl -sS https://getcomposer.org/installer | php
- 
Install Dependencies php composer.phar install --dev 
Contributing
- 
Fork the Project 
- 
Install Development Dependencies 
- 
Create a Feature Branch 
- 
(Recommended) Run the Test Suite vendor/bin/phpunit 
- 
(Recommended) Check whether your code conforms to our Coding Standards by running vendor/bin/phing -f build/build.xml sniff 
- 
Send us a Pull Request