mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
README: Add branches section.
This commit is contained in:
parent
bd5b8809e8
commit
804cade3c0
28
README.md
28
README.md
@ -6,18 +6,38 @@ MIT-licensed pure-PHP implementations of an arbitrary-precision integer
|
|||||||
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
||||||
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
||||||
|
|
||||||
* [Download (1.0.5)](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.5.zip/download)
|
|
||||||
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
||||||
* [Code Coverage Report](https://coverage.phpseclib.org/1.0/latest/)
|
* [Code Coverage Report](https://coverage.phpseclib.org/1.0/latest/)
|
||||||
|
|
||||||
<img src="http://phpseclib.sourceforge.net/pear-icon.png" alt="PEAR Channel" width="16" height="16">
|
|
||||||
PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Documentation / Manual](http://phpseclib.sourceforge.net/)
|
* [Documentation / Manual](http://phpseclib.sourceforge.net/)
|
||||||
* [API Documentation](https://api.phpseclib.org/1.0/) (generated by Sami)
|
* [API Documentation](https://api.phpseclib.org/1.0/) (generated by Sami)
|
||||||
|
|
||||||
|
## Branches
|
||||||
|
|
||||||
|
### master
|
||||||
|
|
||||||
|
* Development Branch
|
||||||
|
* Unstable API
|
||||||
|
* Do not use in production
|
||||||
|
|
||||||
|
### 2.0
|
||||||
|
|
||||||
|
* Modernized version of 1.0
|
||||||
|
* Minimum PHP version: 5.3.3
|
||||||
|
* PSR-4 autoloading with namespace rooted at `\phpseclib`
|
||||||
|
* Install via Composer: `composer requite phpseclib/phpseclib ~2.0`
|
||||||
|
|
||||||
|
### 1.0
|
||||||
|
|
||||||
|
* Long term support (LTS) release
|
||||||
|
* PHP4 compatible
|
||||||
|
* Composer compatible (PSR-0 autoloading)
|
||||||
|
* Install via Composer: `composer require phpseclib/phpseclib ~1.0`
|
||||||
|
* PEAR Channel <img src="http://phpseclib.sourceforge.net/pear-icon.png" alt="PEAR Channel" width="16" height="16">: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)
|
||||||
|
* [Download 1.0.5 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.5.zip/download)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
Need Support?
|
Need Support?
|
||||||
|
Loading…
Reference in New Issue
Block a user