thefox / utilities
Collection of usefull PHP utilities.
Installs: 5 281
Dependents: 9
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: ^7.1
- ext-bcmath: *
Requires (Dev)
- phpstan/phpstan: ^0.9
- phpunit/phpunit: ^6.5
README
Collection of useful PHP utilities.
Project Outlines
The project outlines as described in my blog post about Open Source Software Collaboration.
- The main purpose of this collection is to provide common single functions or classes, which are too small for a separate project.
- This list is open. Feel free to request features.
Features
- PHP 7 compatible.
- Hexadecimal encoding.
- LEB128 encoding.
- Debug binary data.
- Generate random data using mt_rand().
- Big/Little endian converter.
Installation
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:
composer require thefox/utilities