{"id":2112402,"url":"https://github.com/thecodeholic/php-mvc-framework","last_synced_at":"2025-04-04T17:10:20.984Z","repository":{"id":37708590,"uuid":"278247118","full_name":"thecodeholic/php-mvc-framework","owner":"thecodeholic","description":"PHP MVC Framework","archived":false,"fork":false,"pushed_at":"2024-05-19T20:42:24.000Z","size":93,"stargazers_count":495,"open_issues_count":18,"forks_count":184,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-28T16:09:35.181Z","etag":null,"topics":["mvc-framework-for-php","php","php7","phpmvc"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodeholic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-07-09T02:54:42.000Z","updated_at":"2025-03-26T23:45:56.000Z","dependencies_parsed_at":"2024-09-28T19:40:30.874Z","dependency_job_id":"4200c5e9-3cb8-4de1-9661-f5bdda0ecec9","html_url":"https://github.com/thecodeholic/php-mvc-framework","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/thecodeholic%2Fphp-mvc-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Fphp-mvc-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Fphp-mvc-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Fphp-mvc-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodeholic","download_url":"https://codeload.github.com/thecodeholic/php-mvc-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217222,"owners_count":20903009,"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":["mvc-framework-for-php","php","php7","phpmvc"],"created_at":"2024-01-21T20:21:24.442Z","updated_at":"2025-04-04T17:10:20.969Z","avatar_url":"https://github.com/thecodeholic.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# PHP MVC framework\nMinimalistic custom framework created for educational purposes.\n\n\n\n## The framework is not well tested on production. If you use it on production you use it on your own risk.\n**Related core package**: https://github.com/thecodeholic/tc-php-mvc-core\n\n----\n## Installation\n\n1. Download the archive or clone the project using git\n2. Create database schema\n3. Create `.env` file from `.env.example` file and adjust database parameters (including schema name)\n4. Run `composer install`\n5. Run migrations by executing `php migrations.php` from the project root directory\n6. Go to the `public` folder \n7. Start php server by running command `php -S 127.0.0.1:8080` \n8. Open in browser http://127.0.0.1:8080\n\n------\n## Installation using docker\nMake sure you have docker installed. To see how you can install docker on Windows [click here](https://youtu.be/2ezNqqaSjq8). \u003cbr\u003e\nMake sure `docker` and `docker-compose` commands are available in command line.\n\n1. Clone the project using git\n1. Copy `.env.example` into `.env` (Don't need to change anything for local development)\n1. Navigate to the project root directory and run `docker-compose up -d`\n1. Install dependencies - `docker-compose exec app composer install`\n1. Run migrations - `docker-compose exec app php migrations.php`\n8. Open in browser http://127.0.0.1:8080\n\n\u003e The project was created along with Youtube Video Series \"[Build PHP MVC Framework](https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1)\". \n\u003e I appreaciate if you share it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeholic%2Fphp-mvc-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodeholic%2Fphp-mvc-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeholic%2Fphp-mvc-framework/lists"}