{"id":21771156,"url":"https://github.com/initphp/framework3","last_synced_at":"2025-03-21T06:22:14.454Z","repository":{"id":212853715,"uuid":"731930167","full_name":"InitPHP/Framework3","owner":"InitPHP","description":"InitPHP 3rd generation MVC Framework","archived":false,"fork":false,"pushed_at":"2023-12-24T13:25:11.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2024-04-24T05:03:42.156Z","etag":null,"topics":["framework","mvc","php-framework","php-mvc","php-mvc-framework","php8"],"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/InitPHP.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":"2023-12-15T08:12:12.000Z","updated_at":"2023-12-16T19:03:28.000Z","dependencies_parsed_at":"2024-11-26T15:15:16.189Z","dependency_job_id":null,"html_url":"https://github.com/InitPHP/Framework3","commit_stats":null,"previous_names":["initphp/framework3"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InitPHP%2FFramework3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InitPHP%2FFramework3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InitPHP%2FFramework3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InitPHP%2FFramework3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InitPHP","download_url":"https://codeload.github.com/InitPHP/Framework3/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244746791,"owners_count":20503264,"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":["framework","mvc","php-framework","php-mvc","php-mvc-framework","php8"],"created_at":"2024-11-26T14:15:14.798Z","updated_at":"2025-03-21T06:22:14.431Z","avatar_url":"https://github.com/InitPHP.png","language":"PHP","readme":"# InitPHP Framework3\r\n\r\nInitPHP Framework, is the most minimalist web framework manager using MVC architecture.\r\n\r\n[![Latest Stable Version](http://poser.pugx.org/initphp/framework3/v)](https://packagist.org/packages/initphp/framework3) [![Total Downloads](http://poser.pugx.org/initphp/framework3/downloads)](https://packagist.org/packages/initphp/framework3) [![Latest Unstable Version](http://poser.pugx.org/initphp/framework3/v/unstable)](https://packagist.org/packages/initphp/framework3) [![License](http://poser.pugx.org/initphp/framework3/license)](https://packagist.org/packages/initphp/framework3) [![PHP Version Require](http://poser.pugx.org/initphp/framework3/require/php)](https://packagist.org/packages/initphp/framework3)\r\n\r\nThis framework offers only the most essential infrastructure tools and structure. Although it is minimalist, the most basic libraries it offers have the ability to compete with large frameworks.\r\n\r\n### What does it offer?\r\n\r\nIt offers basic libraries that every project needs, such as Configurations, HTTP Routing, Database Abstraction and ORM, Multi-Language Support, Triggerable Events, User Inputs, Logger, Validation.\r\n\r\nIf you need more; You can simply integrate any Init PHP library or a different library into your project.\r\n\r\n## Installation\r\n\r\n```\r\ncomposer create-project initphp/framework3 MyProject\r\n```\r\n\r\n```\r\ncp ./.env.example ./.env\r\n```\r\n\r\n```\r\nphp init key:generate\r\n```\r\n\r\n## Usage\r\n\r\nIt has a file and directory structure similar to the MVC frameworks that developers are used to. The classes and libraries of your application are in the `/application/` directory.\r\n\r\n**_Note :_** If your project runs in a subdirectory, specify it in the `BASE_PATH` configuration in the `/.env` file.\r\n\r\nYou can find Route and other definitions in files and classes in the `/routes/` directory.\r\n\r\nTo see the available console commands;\r\n\r\n```\r\nphp init list\r\n```\r\n\r\n## Docker\r\n\r\nDocker allows you to set up your working environment and conduct your work from there. However, the Docker configuration is set up for a development environment, not for a production environment. You will need to appropriately modify the configurations for use in a production environment.\r\n\r\n```\r\ndocker-compose build\r\ndocker-compose up -d\r\n```\r\n\r\nIf the process has been successfully completed, your project will be waiting for you at the following address.\r\n\r\n```\r\nhttp://localhost:8000\r\n```\r\n\r\n\r\n## Getting Help\r\n\r\nIf you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.\r\n\r\n## Contributing\r\n\r\n\u003e All contributions to this project will be published under the MIT License. By submitting a pull request or filing a bug, issue, or feature request, you are agreeing to comply with this waiver of copyright interest.\r\n\r\n- Fork it ( https://github.com/InitPHP/Framework3/fork )\r\n- Create your feature branch (git checkout -b my-new-feature)\r\n- Commit your changes (git commit -am \"Add some feature\")\r\n- Push to the branch (git push origin my-new-feature)\r\n- Create a new Pull Request\r\n\r\n## Credits\r\n\r\n- [Muhammet ŞAFAK](https://www.muhammetsafak.com.tr) \u003c\u003cinfo@muhammetsafak.com.tr\u003e\u003e\r\n\r\n## License\r\n\r\nCopyright © 2022 [MIT License](./LICENSE)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitphp%2Fframework3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finitphp%2Fframework3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitphp%2Fframework3/lists"}