ozone-framework / ozone
The modular MVC framework
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 1
Open Issues: 0
Type:project
Requires
- monolog/monolog: ^1.23
- ozone-core/framework: 5.1.*
Requires (Dev)
- dopesong/slim-whoops: ^2.2
- symfony/var-dumper: ^3.3
This package is auto-updated.
Last update: 2025-03-22 21:28:01 UTC
README
Fully Modular framework Flexible and scalable. Industry ready framework.
Uses slim 3.0 routing
Strong Validation Class
Csrf Protection
Doctrine Schema
Powerful Entity mechanism by Doctrine. Easy and painless to use.
PHP Di
Auto injecting classes to DI from modules.
Twig Template Engine
Super Fast and flexible Template Engine ever.
https://twig.symfony.com/
API Ready Modules
Build Super fast api resource
Run Project
1. composer create-project ozone-framework/ozone
2. Configure database in .env file
3. Run Migration ::[vendor/bin/doctrine orm:schema-tool:update --force] from root folder
4. Run Project :: php -S localhost:8000 -t public
5. Open Project on Browser [localhost:8000]
6. Feel free for any queries.
Documentation
Coming Soon