library zf2-base58
Zend Framework 2 Base58
noc-med/zf2-base58
Zend Framework 2 Base58
- Saturday, July 4, 2015
- by semihs
- Repository
- 1 Watchers
- 0 Stars
- 57 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Zf2Base58
Installation
For the installation uses composer composer.
Add this project in your composer.json:, (*1)
"require": {
"noc-med/zf2-base58": "dev-master"
}
Examples
Default use of Zf2Base58
$base58 = $this->getServiceLocator()->get('ZfBase58');
echo $base58->encode(1523523532532532532);
echo $base58->decode("F429fgds");
Contributors
Semih SARI - semih.sari@noc.com.tr, (*2)