viper75 / comfortable
A Simple PHP MVC Framework
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-pdo: *
This package is auto-updated.
Last update: 2023-11-14 18:48:42 UTC
README
comfortable is a simple php framework that allows developers to quickly integrate their sites or web applications in a secure and very simple way. This framework, through several functions and classes already written, allows developers to manage powerful features such as:
- Database management (Authentication, etc.);
- A very powerful CRUD;
- Route processing (GET, POST, UPDATE, etc.);
- Website security (CSXF, Middleware, ...);
- Integrated template engines;
- Etc, ...
In addition to its functionalities, the Comfortable team has developed a site management system based on the framework thanks to a very simple and intuitive CMS that can be used by everyone (even non-coders) to manage their site. . The framework also composes a small 'cli' tool called: certainty that allows devs to go faster during development (creation of: routes, controllers, models; application start; ...)
Thank you for choosing Comfortable!
Authors
Installation
Install comfortable with composer
composer create-project viper75/comfortable -s dev
cd comfortable
License
Run Locally
Clone the project
git clone https://github.com/v1p3r75/comfortable.git
Go to the project directory
cd comfortable
Install dependencies
composer -i
Start the server
php certitude serve
Works !
🚀 About Me
I'm a full stack developer...
Support
For support, email elfriedv16@gmail.com or join our Slack channel.