orcnd / of2
Micro Mvc Framework
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/orcnd/of2
Requires
- php: >=8.1
- illuminate/database: ^10.46
- jenssegers/blade: ^2.0
- josegonzalez/dotenv: ^4.0
- larapack/dd: 1.*
- phpunit/phpunit: ^10.5
Requires (Dev)
- robiningelbrecht/phpunit-pretty-print: dev-master
- sempro/phpunit-pretty-print: ^1.2
This package is not auto-updated.
Last update: 2025-10-04 02:59:59 UTC
README
Idea is practicing Laravel like micro framework.
Features
- Laravel Eloquent orm
- Laravel Blade template engine
- Simple route mechanism
Install
- Create .env file for db
- Run composer install
- Configure Routes/web.php as you like
Usage
- Run php of2 serve on root dir of application
- Configure a Web server to use base route as public_html