noc-med / zf2-base58
Zend Framework 2 Base58
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/noc-med/zf2-base58
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-25 22:40:12 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