dframe / dframe
PHP Framework - Dframe
Installs: 5 958
Dependents: 10
Suggesters: 0
Security: 0
Stars: 13
Watchers: 7
Forks: 5
Open Issues: 5
Requires
- php: >=8.1
- ext-json: *
- psr/simple-cache: ^1.0
Requires (Dev)
- kriswallsmith/assetic: ^1.4
- mikey179/vfsstream: ^1.6
- natxet/cssmin: ^3.0
- patchwork/jsqueeze: ^2.0
- phpunit/phpunit: ^9.5
- ptachoire/cssembed: ^1.0
- smarty/smarty: ^3.1
- twig/twig: ^3.3
Suggests
- kriswallsmith/assetic: ^1.4
- natxet/cssmin: ^3.0
- patchwork/jsqueeze: ^2.0
- ptachoire/cssembed: ^1.0
- smarty/smarty: ^3.1
Replaces
- dframe/config: v4.2.0
- dframe/cron: v4.2.0
- dframe/loader: v4.2.0
- dframe/router: v4.2.0
- dframe/session: v4.2.0
- dframe/token: v4.2.0
- dframe/view: v4.2.0
- dev-master
- v4.2.x-dev
- v4.2.0
- v4.1.x-dev
- v4.1.8
- v4.1.7
- v4.1.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.x-dev
- v4.0.1
- v4.0.0
- v4.0.0-beta.3
- v4.0.0-beta.2
- v4.0.0-beta.1
- v4.0.0-alpha.8
- v4.0.0-alpha.7
- v4.0.0-alpha.3
- v4.0.0-alpha.1
- v3.30.x-dev
- v3.30.3
- v3.30.2
- v3.30.1
- v3.30.0
- v3.27.x-dev
- v3.27.1
- v3.27.0
- v3.26.0
- v3.25.1
- v3.25.0
- v3.24.0
- v3.23.5
- v3.23.4
- v3.23.3
- v3.23.2
- v3.23.1
- v3.23.0
- v3.22.1
- dev-githubactions
This package is auto-updated.
Last update: 2024-09-05 13:21:14 UTC
README
The basic framework to help you build MVC project.
What's included?
Requirements
- PHP >= 8.1
- Rewrite Module (Nginx/Apache )
- Composer
Installation
Framework Core
$ composer require dframe/dframe
Demo skeleton project
$ composer create-project dframe/dframe-demo project_name
License
Open-sourced software licensed under the MIT license