fyuze / framework
Fyuze framework
dev-master
2025-02-23 04:10 UTC
Requires
- php: >=7.0
- psr/http-message: 1.*
- psr/log: 1.0.*
Requires (Dev)
- doctrine/instantiator: ^2.0
- mockery/mockery: ^1.6
- phpunit/phpunit: ^12.0
- roave/security-advisories: dev-latest
- scrutinizer/ocular: ^1.9
This package is not auto-updated.
Last update: 2025-03-15 20:49:09 UTC
README
What is Fyuze?
A dependencyless, PSR-compliant, 100% tested and maximum quality framework created for the sole purpose of learning.
Build & Run
For building an application, you should probably check out fyuze/skeleton for a basic implementation.
Just checkout the repository, install dependencies and run.
git clone https://github.com/fyuze/framework.git
composer install
phpunit
Can I use it?
You can, but probably shouldn't until a release has been tagged.
How can I help?
I am interested in any suggestions to help better existing code/implementations or just feedback on what is done poorly. Please don't PR full-blown components.