ilgityildirim / wp-framework
WordPress Plugin framework helps you create OOP WP Plugins
dev-master
2020-03-03 14:01 UTC
Requires
- php: >=7.2.0
- symfony/filesystem: ^5.0
Requires (Dev)
- phpunit/phpunit: 9.0.*
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-05-29 01:44:28 UTC
README
This is a simple service to create OOP WP Plugins.
Any suggestions or recommendations please e-mail me
Please use issues tab for bugs.
Feel free to use on your projects. Do not remove nor change COPYRIGHT.md and LICENSE.md files.
TODO
- Unit tests && TDD moving forward
- Use Docker && .env for testing
- Docker for composer and tools
-
/** @noinspection PhpUnused */
to files instead of methods? - Introduce tools
- Events
- Override possibility
- Reduce complexity of Container
- Better ORM implementation