{"id":24247121,"url":"https://github.com/manifestwebdesign/dabl","last_synced_at":"2025-11-01T05:03:43.872Z","repository":{"id":1551146,"uuid":"1933253","full_name":"ManifestWebDesign/dabl","owner":"ManifestWebDesign","description":"PHP ORM and Optional MVC Framework","archived":false,"fork":false,"pushed_at":"2017-04-16T06:50:58.000Z","size":1715,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-26T02:16:44.499Z","etag":null,"topics":["database","lightweight","mvc","mvc-framework","orm","php","rest-api","restful"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManifestWebDesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-22T05:07:45.000Z","updated_at":"2024-03-26T02:16:44.500Z","dependencies_parsed_at":"2022-08-16T13:45:17.326Z","dependency_job_id":null,"html_url":"https://github.com/ManifestWebDesign/dabl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManifestWebDesign%2Fdabl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManifestWebDesign%2Fdabl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManifestWebDesign%2Fdabl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManifestWebDesign%2Fdabl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManifestWebDesign","download_url":"https://codeload.github.com/ManifestWebDesign/dabl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233971471,"owners_count":18759225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","lightweight","mvc","mvc-framework","orm","php","rest-api","restful"],"created_at":"2025-01-14T23:18:14.516Z","updated_at":"2025-09-23T11:31:55.629Z","avatar_url":"https://github.com/ManifestWebDesign.png","language":"PHP","readme":"[![Build Status](https://travis-ci.org/ManifestWebDesign/DABL.svg?branch=master)](https://travis-ci.org/ManifestWebDesign/DABL)\n\n# DABL\nA lightweight PHP MVC framework.  It consists of 4 primary components:\n\n* [DABL ORM](https://github.com/ManifestWebDesign/dabl-orm) - Reads your database schema and creates active record classes for your tables\n* [DABL Controller](https://github.com/ManifestWebDesign/dabl-controller) - Maps request routes to controller classes\n* [DABL View](https://github.com/ManifestWebDesign/dabl-view) - Simple PHP view renderer\n* [DABL Generator](https://github.com/ManifestWebDesign/dabl-generator) - Generator for your models, views and controllers\n\n## Creating a New Project\n### Checkout Code\n ```bash\ngit clone https://github.com/ManifestWebDesign/dabl.git your-project\ncd your-project\ncomposer install\n```\n\n### Configure the Database Connection\nEdit `config/connections.ini` with your database credentials\n\n### Configuring the Web Server\nPoint your host to the `/{your-project}/public/` directory\n\n## Generate Models, Views and Controllers\nOpen `http://{your-project}/generator/` in a web browser\n\n## Running Tests\nRun the following from the project root\n```bash\nphpunit\n```\n\n## Project File Structure\n**/config/** - Constains configuration files\n\n**/controllers/** - Contains classes for handling http requests\n\n**/logs/** - By default, the application will log errors to `error_log` in this directory\n\n**/models/** - Contains generated classes for interacting with database tables\n\n**/public/** - Contains static assets (JavaScript, CSS), and `server.php`, which is the entry point for all requests\n\n**/tests/** - Contains test sources\n\n**/views/** - Contains PHP/HTML views\n\n## License\nDABL is released under the MIT license. See the file LICENSE for the full text.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifestwebdesign%2Fdabl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanifestwebdesign%2Fdabl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifestwebdesign%2Fdabl/lists"}