dkweva01007 / zero-bundle
A PHP's web application for to make a web application with a MVC structure like Symfony but whitout Symfony's Tools. A project make with PHP native from scratch.
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2025-04-18 03:13:50 UTC
README
ZeroFrame is a PHP framework for web application and set of reusable PHP Native component based on Symfony framework.
Based on Symfony ? Why we used your Framework instead of Symfony
Symfony is a incredible framework but some companies dont like to use framework and want to make their own framework. Their company say the same thing: It's a Symfony Like. Imagine the dev time for just make a lite symfony. So I take the decision to create a PHP framework with a MVC structure for just make a website, a API RESTful in PHP native without template engine, ORM engine or DBAL. Allowing to choose these own libriries and to be sure to use a lite PHP native framework.
Required
- PHP >=7.4.0
- Composer (For the installation and to use a dynamic namespace if your project will employ several bundles have make in your Project)
Installation
composer create-project dkweva01007/zero-bundle-standard my_project_name
Documentation
Not ready But Code documentation is ready
Todo List
- advanced route check between Bundles, controllers, function action
- Advanced Error gestion
- Default template with PHP
- Command Line Bundle