{"id":20670853,"url":"https://github.com/prabhuomkar/wtl-kit","last_synced_at":"2025-04-19T18:35:25.078Z","repository":{"id":138140546,"uuid":"97256367","full_name":"prabhuomkar/WTL-Kit","owner":"prabhuomkar","description":"A starter kit for web development in PHP, part of lab project cpl501","archived":false,"fork":false,"pushed_at":"2019-10-20T16:21:57.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:41:39.976Z","etag":null,"topics":["css","html","js","php","sql","web-technologies"],"latest_commit_sha":null,"homepage":null,"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/prabhuomkar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-14T17:08:19.000Z","updated_at":"2021-07-16T09:52:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d19f94d-53bc-4af2-8e78-6fd713403fa0","html_url":"https://github.com/prabhuomkar/WTL-Kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuomkar%2FWTL-Kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuomkar%2FWTL-Kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuomkar%2FWTL-Kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabhuomkar%2FWTL-Kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prabhuomkar","download_url":"https://codeload.github.com/prabhuomkar/WTL-Kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249765661,"owners_count":21322461,"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":["css","html","js","php","sql","web-technologies"],"created_at":"2024-11-16T20:23:33.720Z","updated_at":"2025-04-19T18:35:25.072Z","avatar_url":"https://github.com/prabhuomkar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WTL-Kit\nA starter kit for web development in PHP, part of lab project cpl501\n\n## Structure\nDefined file structure of this kit, following MVC Architecture\n* **config/**\n  * **database.php** : contains your database configuration\n  * **messages.php** : contains your exception messages \n  * **system.php**   : to be included in every page where you need controller interaction in any page\n* **controller/**\n  * **DBClass.php**  : database connection model\n  * **__NAME__Controller.php** : here \\_\\_NAME\\_\\_ can be anything for controller, default comes with DemoController with constructor and function. every controller with database actions should include the constructor\n* **migrations/**\n  * **create_table_name_table.sql** : sql schema to be imported into database\n* **view/**\n  * **header.php** : consists of header section to be included everywhere\n  * **footer.php** : consists of footer section to be included everywhere\n* **static-files/**\n  * **css/** : consists all your stylesheets\n  * **js/** : consists all your javascript files, comes with jquery 3.2.1\n* **index.php** : default template of each and every file to show usage of views in every page\n\n## Author\nOmkar Prabhu - [nerdyninja](https://github.com/nerdyninja)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhuomkar%2Fwtl-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabhuomkar%2Fwtl-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabhuomkar%2Fwtl-kit/lists"}