erikgreasy / wp-framework
dev-master
2022-10-02 15:34 UTC
Requires
- illuminate/collections: ^9.33
- twig/twig: ^3.4
This package is not auto-updated.
Last update: 2024-11-14 04:56:44 UTC
README
Simplify WordPress plugin development via including libraries and tools that speed up the development process and prevent spaghetti WordPress code.
WARNING: This is just an alpha version, not meant to be used in production!
Currently includes
- Collections - from Laravel Framework
- Twig 3 - templating engine
Future plans
- database migrations
- job scheduling
- IoC container
- queues
- WordPress common tasks OOP way