fikoborizqy / troop
Hexa is 16, and Troop is 62
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/fikoborizqy/troop
Requires
- php: >=5.4.0
README
- 0-9 = 0-9 (number)
- 10-35 = a-z (lowercase)
- 36-61 = A-Z (uppercase)
Decimal from 0-61, 61 is the biggest digit that symbolized by capital z "Z"
Installing
You can add Troop to your project via composer.
How To Use?
- To convert from decimal to Troop, use this method:
echo \Borizqy\Troop\Troop::fromDec(251195);
- To convert back to decimal, use this method:
echo \Borizqy\Troop\Troop::toDec("13lx");
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.