{"id":14987192,"url":"https://github.com/codeigniter4/appstarter","last_synced_at":"2026-04-01T23:51:01.948Z","repository":{"id":33312716,"uuid":"155898421","full_name":"codeigniter4/appstarter","owner":"codeigniter4","description":"CodeIgniter 4 app starter","archived":false,"fork":false,"pushed_at":"2026-03-22T16:23:27.000Z","size":482,"stargazers_count":174,"open_issues_count":0,"forks_count":111,"subscribers_count":19,"default_branch":"master","last_synced_at":"2026-03-23T07:32:52.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/codeigniter4.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-02T17:15:49.000Z","updated_at":"2026-03-22T20:15:59.000Z","dependencies_parsed_at":"2024-01-27T04:29:33.813Z","dependency_job_id":"8296e183-7d2f-4b7d-879f-2b30373a7be5","html_url":"https://github.com/codeigniter4/appstarter","commit_stats":{"total_commits":68,"total_committers":3,"mean_commits":"22.666666666666668","dds":0.4117647058823529,"last_synced_commit":"da97032298ee8e5d5dea87e0724d543db8807739"},"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/codeigniter4/appstarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fappstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fappstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fappstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fappstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeigniter4","download_url":"https://codeload.github.com/codeigniter4/appstarter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fappstarter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30873105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-23T21:38:10.789Z","status":"online","status_checked_at":"2026-03-24T02:00:06.982Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-09-24T14:14:14.182Z","updated_at":"2026-04-01T23:51:01.937Z","avatar_url":"https://github.com/codeigniter4.png","language":"PHP","readme":"# CodeIgniter 4 Application Starter\n\n## What is CodeIgniter?\n\nCodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.\nMore information can be found at the [official site](https://codeigniter.com).\n\nThis repository holds a composer-installable app starter.\nIt has been built from the\n[development repository](https://github.com/codeigniter4/CodeIgniter4).\n\nMore information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.\n\nYou can read the [user guide](https://codeigniter.com/user_guide/)\ncorresponding to the latest version of the framework.\n\n## Installation \u0026 updates\n\n`composer create-project codeigniter4/appstarter` then `composer update` whenever\nthere is a new release of the framework.\n\nWhen updating, check the release notes to see if there are any changes you might need to apply\nto your `app` folder. The affected files can be copied or merged from\n`vendor/codeigniter4/framework/app`.\n\n## Setup\n\nCopy `env` to `.env` and tailor for your app, specifically the baseURL\nand any database settings.\n\n## Important Change with index.php\n\n`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,\nfor better security and separation of components.\n\nThis means that you should configure your web server to \"point\" to your project's *public* folder, and\nnot to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the\nframework are exposed.\n\n**Please** read the user guide for a better explanation of how CI4 works!\n\n## Repository Management\n\nWe use GitHub issues, in our main repository, to track **BUGS** and to track approved **DEVELOPMENT** work packages.\nWe use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss\nFEATURE REQUESTS.\n\nThis repository is a \"distribution\" one, built by our release preparation script.\nProblems with it can be raised on our forum, or as issues in the main repository.\n\n## Server Requirements\n\nPHP version 8.2 or higher is required, with the following extensions installed:\n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n\n\u003e [!WARNING]\n\u003e - The end of life date for PHP 7.4 was November 28, 2022.\n\u003e - The end of life date for PHP 8.0 was November 26, 2023.\n\u003e - The end of life date for PHP 8.1 was December 31, 2025.\n\u003e - If you are still using below PHP 8.2, you should upgrade immediately.\n\u003e - The end of life date for PHP 8.2 will be December 31, 2026.\n\nAdditionally, make sure that the following extensions are enabled in your PHP:\n\n- json (enabled by default - don't turn it off)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\n","funding_links":[],"categories":["Starters"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Fappstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeigniter4%2Fappstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Fappstarter/lists"}