domify / domify-framework
Domify - A Domain-Driven Design PHP framework (full-featured)
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/domify/domify-framework
Requires
- php: ^8.1
- illuminate/database: ^10.0
- illuminate/events: ^10.0
- illuminate/validation: ^10.0
- phpunit/phpunit: ^10.0
- robmorgan/phinx: ^0.13
- symfony/console: ^6.0
- vlucas/phpdotenv: ^5.5
README
Domify is a modern, Domain-Driven Design PHP framework built for speed, flexibility, and developer happiness.
Features
- Domain-Driven Design structure
- Eloquent ORM
- Migrations with Phinx
- Events, Listeners, Observers
- Policies & Gates
- Commands & Cron Jobs
- Queue system (Database driver)
- Mail & Cache facades
- Middleware pipeline
Installation
composer create-project domify/domify myapp