noc-med / zf2-base58
There is no license information available for the latest version (dev-master) of this package.
Zend Framework 2 Base58
dev-master
2015-07-04 16:53 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-02-01 18:38:50 UTC
README
Installation
For the installation uses composer composer. Add this project in your composer.json:
"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