rcarvello/webmvcframework
PHP MVC framework for bulding web applications
This is a PHP framework for web developers who build business-oriented web applications that interact with MySQL databases. It takes care of common database operations like data listing, sorting, filtering, and pagination, as well as record management (select, insert, delete, update). The framework provides reusable components and a structured approach to quickly develop and manage data-intensive web applications.
Use this if you are a web developer who wants to build robust, maintainable PHP web applications quickly, especially those heavily reliant on MySQL database interactions, and prefer a 'convention over configuration' approach.
Not ideal if you are looking to build a front-end only application, a desktop application, or if your primary database is not MySQL.
Stars
52
Forks
16
Language
PHP
License
—
Category
Last pushed
Nov 22, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/rcarvello/webmvcframework"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jenner/LstGen
Code-Generator für die Lohnsteuerberechnung aus PAP XML
wol-soft/php-json-schema-model-generator
Creates (immutable) PHP model classes from JSON-Schema files including all validation rules as PHP code
drupal-code-builder/drupal-code-builder
A library for building Drupal code.
martin-helmich/php-schema2class
Generate PHP classes from JSON schemas
goetas-webservices/xsd2php
Convert XSD into PHP classes and JMS serializer definitions