Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirilkirkov/fast-mvc-php
Fast MVC PHP – a powerful and lightning-fast solution for your web development needs.
https://github.com/kirilkirkov/fast-mvc-php
fast-framework framework mvc-architecture mvc-framework mvc-framework-for-php php php-framework php-mvc php-mvc-framework phpframework
Last synced: about 1 month ago
JSON representation
Fast MVC PHP – a powerful and lightning-fast solution for your web development needs.
- Host: GitHub
- URL: https://github.com/kirilkirkov/fast-mvc-php
- Owner: kirilkirkov
- Created: 2023-02-12T10:27:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T07:31:04.000Z (9 months ago)
- Last Synced: 2024-03-03T08:28:26.245Z (9 months ago)
- Topics: fast-framework, framework, mvc-architecture, mvc-framework, mvc-framework-for-php, php, php-framework, php-mvc, php-mvc-framework, phpframework
- Language: PHP
- Homepage:
- Size: 6.23 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Fast-MVC-PHP
Fast loading mvc framework with FastRoute integrated and Caching system![Fast MVC PHP](https://raw.githubusercontent.com/kirilkirkov/Fast-MVC-PHP/main/public/images/fast-mvc-php.png "Fast MVC PHP")
**Fast MVC PHP** – a powerful and lightning-fast solution for your web development needs.
Built from the ground up with performance in mind, our framework uses the latest techniques and technologies to ensure your website loads quickly and efficiently.
Our framework follows the **Model-View-Controller (MVC) pattern**, making it easy to separate the different components of your application and maintain a clean and organized codebase.
With this custom templating engine, you can quickly create your html separated in components with layout functionality integrated. Plus, our templating system is optimized for speed, because it is using very simple raw php includes, so your website will load quickly and smoothly, even on slower connections.
In addition, our framework comes with a powerful ORM that makes it easy to work with your database. Whether you're working with MySQL, PostgreSQL, or another database system, our framework makes it easy to perform common tasks like querying, updating, and deleting data.
We've also included a robust routing system that allows you to easily map URLs to your application logic. This makes it easy to create RESTful APIs or build complex web applications with multiple pages and views.
And best of all, our framework is fully customizable, so you can tailor it to your specific needs. Whether you're building a simple blog or a complex web application, our framework can handle it all.
So why wait? Try our custom PHP MVC framework today and experience the power of fast, efficient web development!
## Donate
If this project help you reduce time to develop, you can give me a cup of coffee to continue its development. Thank you! :)
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W5BR6K29BQX7E)
### Installation
- composer install
- Point your vhost to the /public directory### Available CLI Commands
- php fast-mvc cache:clear - Clear all application cache
- php fast-mvc cache:clear pdo - Clear pdo cache
- php fast-mvc cache:clear custom - Clear custom cache
- php fast-mvc cache:clear fast-route - Clear fast route cache### Its for Front-End part only
It would be best if you split the administration into a separate system
#### Dependencies
- PHP >=7.4.0
- PDO ExtensionRead more about what php frameworks are
#### Execution time
It takes approximately 0.00039100646972656 seconds to execute the script