Diogo Cordeiro ec32db2dd6 [CORE][COMPOSER] Add hoa/consistency | 5 lat temu | |
---|---|---|
.. | ||
phpseclib | 5 lat temu | |
AUTHORS | 5 lat temu | |
LICENSE | 5 lat temu | |
README.md | 5 lat temu | |
composer.json | 5 lat temu | |
composer.lock | 5 lat temu |
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
Need Support?
Dependencies are managed via Composer.
Download the composer.phar
executable as per the
Composer Download Instructions, e.g. by running
curl -sS https://getcomposer.org/installer | php
Install Dependencies
php composer.phar install
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