apexstudios / yamwlib
Installs: 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
pkg:composer/apexstudios/yamwlib
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: 2025-09-27 01:34:40 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