rcarvello/mysqlreflection
A useful utility for the Object Relational Mapping of MySQL databases
This utility automates the creation of PHP classes directly from your MySQL database tables. You provide details about your MySQL database schema, and it generates corresponding PHP code, making it easier to interact with your database in a structured way. This is intended for PHP developers who build web applications or other software that needs to read from or write to a MySQL database.
No commits in the last 6 months.
Use this if you are a PHP developer who wants to quickly generate PHP classes that represent your MySQL database tables, simplifying data interaction and application development.
Not ideal if you are not working with PHP or MySQL, or if you prefer to hand-code all your database interaction logic from scratch.
Stars
15
Forks
7
Language
PHP
License
BSD-3-Clause
Category
Last pushed
May 31, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/rcarvello/mysqlreflection"
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