https://github.com/hidehalo/util
Useful programming tools in PHP
https://github.com/hidehalo/util
hash-pool object-pool php singleton-pattern utilities
Last synced: 3 months ago
JSON representation
Useful programming tools in PHP
- Host: GitHub
- URL: https://github.com/hidehalo/util
- Owner: hidehalo
- License: other
- Created: 2017-09-14T03:31:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T03:55:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T01:49:04.938Z (5 months ago)
- Topics: hash-pool, object-pool, php, singleton-pattern, utilities
- Language: PHP
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# util
Useful programming tools in PHP :D
## Install
Via Composer
``` bash
$ composer require hidehalo/util
```## Testing
``` bash
$ composer test
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [hidehalo](https://github.com/hidehalo)
## License
The GNU GENERAL PUBLIC LICENSE Version 3 (GPLv3.0). Please see [License File](LICENSE) for more information.