sbrbot/phpdao

PHP Data Access Objects (DAO) Layer Builder for MySQL

dev-master 2022-10-12 11:34 UTC

This package is auto-updated.

Last update: 2025-04-12 17:15:17 UTC


README

This is web application for automatic creation of Data Access Objects layer from MySQL database.

There's no need for manual configuration, no need for manual definition of tables, columns, etc!

This app will read your MySQL database schema; tables, views, relations among tables, indexes etc and automatically generate DAO classes in PHP with CRUD(S) methods with all their properties and (getter/setter/finder) methods.