glady / behind
Installs: 10 688
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 4
This package is auto-updated.
Last update: 2025-01-15 19:52:15 UTC
README
Behind is a php toolbox with helper classes of your php-application.
UnitTests and Code Analysis
Milestones
- [DONE] ClassLoader-Instance which can be registered as php-autoloader
- [DONE] PackageHandler as extension for ClassLoader
- [DONE] ClassMapGenerator for automatic generation of class maps thats can be used by ClassLoader
- [IN WORK] class loading of installed composer dependencies (classmap, psr-0, psr-4, function-includes)
- [#3] prototype for function-loader
- [PLANNED] DependencyInjectionContainer [#7]
- TestFramework for simple test cases needed to test contained tools
- ErrorHandler and a class for Debug-Information
- Logger classes for different targets