bootta / util
Utility tools(by Bootta)
1.9
2017-05-22 07:52 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 5.7
README
Util classes package(by Bootta)
Bootta\Util\Config class
Utility class used for creating simple configuration system.
There is 2 types of configuration files: global and local. Global configuration only need 1 time initializing and can be used in whole project. And local configuration Is used to create more configuration files by creating new instances of Config class.
Bootta\Util\Log Class
Simple utility class used for logging.