apexstudios / yamwlib
There is no license information available for the latest version (v0.0.4-alpha) of this package.
v0.0.4-alpha
2023-01-26 19:28 UTC
Requires
- php: >=5.3.0
- facebook/libphutil: dev-master
- leafo/lessphp: ~0.5
- nikic/php-parser: ~1.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-26 23:24:55 UTC
README
shared code between yamw and other projects
Things I want to do here
- SymbolLoader
- May be used for autoloading
- Know about class hierarchy and implementations, even in reverse order
- May work as autoloader, too (coming soon)
- New Application Style
- Do not depend on configuration of database to write applications - just follow the convention for application / controller routing to work and your menu buttons etc. to appear
- No manual registering of new applications - everything is done per class hierarchy. We know when you added a new application .(¬.¬),.
- Support for some stuff of the Alamo engine
- Currently .dat text file reading only - writing coming soon