summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8 from Inkeliz/masterHEADorigin/masterorigin/HEADmasterScott2017-05-041-7/+3
|\
| * Removed duplicated code.Inkeliz2017-05-041-7/+3
|/
* Merge pull request #7 from fkooman/fix-6-masterScott2017-04-201-1/+1
|\
| * fix Base64::decode method documentationFrançois Kooman2017-04-201-1/+1
|/
* Remove PHP 5.3 hacksScott2016-10-091-10/+1
* Merge pull request #5 from hansott/fix-phpdocsScott2016-10-091-4/+4
|\
| * Fix PHPDoc'sHans Ott2016-10-071-4/+4
|/
* Return type consistencyv2.0.3Paragon Initiative Enterprises2016-07-111-1/+3
* Handle edge-case reported in #4v2.0.2Paragon Initiative Enterprises2016-06-123-24/+74
* Add support for unpadded encodingParagon Initiative Enterprises2016-06-126-27/+52
* Add type declarations to Binaryv2.0.1Paragon Initiative Enterprises2016-05-101-4/+4
* Update README.mdScott2016-04-181-1/+3
* Remove HHVM for nowv2.0.0Scott2016-04-081-1/+0
* Version 2.x requires PHP 7 and uses scalar type declarationsScott2016-04-0814-71/+78
* Prepare for 1.0.0v1.0.0Scott2016-04-081-3/+3
* Improved docblocks and test coverageScott2016-04-0820-120/+634
* Remove PHP 5.3/5.4 from Travis, but leave it in composer.Scott2016-04-081-2/+0
* Add version requirements noticeScott2016-04-081-0/+6
* Readme fix. Tagging v0.6.0v0.6.0Scott2016-04-081-1/+4
* D.R.Y.Paragon Initiative Enterprises2016-04-083-341/+268
* Default to lowercase, unless using the RFC4648 interface.Paragon Initiative Enterprises2016-04-085-43/+392
* Update docblock. 0.5.1v0.5.1Scott2016-03-241-1/+1
* Return false when non-base64 chars are usedScott2016-03-241-3/+1
* Update Base64.phpScott2016-03-151-6/+0
* * Add Base64UrlSafev0.5.0Paragon Initiative Enterprises2016-03-149-68/+387
* Update composer.jsonv0.4.0Scott2016-03-131-2/+2
* Experiment: Does this work in 5.3/5.4?Scott2016-03-131-1/+3
* Add Base32Hex, completing RFC 4648 coverage.v0.3.0Scott2016-03-127-87/+224
* Refactor into classesScott2016-03-129-806/+746
* Improve test coverageParagon Initiative Enterprises2016-03-123-80/+117
* Update README.mdScott2016-03-121-4/+0
* Get rid of chr()/ord()v0.2.1Scott2016-03-122-162/+271
* Update README.mdScott2016-03-111-0/+6
* Update README.mdScott2016-03-111-0/+1
* Add base32 example to readmeScott2016-03-111-3/+5
* RFC 4648 base64-encodingv0.2.0Paragon Initiative Enterprises2016-03-112-1/+382
* Update readme0.1.0Paragon Initiative Enterprises2016-02-021-1/+7
* Add hex encoding/decodingParagon Initiative Enterprises2016-02-021-1/+58
* Add build statusParagon Initiative Enterprises2016-02-021-0/+2
* Add Travis fileParagon Initiative Enterprises2016-02-021-0/+18
* Add READMEParagon Initiative Enterprises2016-02-021-0/+31
* Initial commit.Paragon Initiative Enterprises2016-02-026-0/+632