{"id":13598227,"url":"https://github.com/codeigniter4/CodeIgniter4","last_synced_at":"2025-04-10T06:31:27.205Z","repository":{"id":37248026,"uuid":"41463886","full_name":"codeigniter4/CodeIgniter4","owner":"codeigniter4","description":"Open Source PHP Framework (originally from EllisLab)","archived":false,"fork":false,"pushed_at":"2024-10-28T15:46:40.000Z","size":307096,"stargazers_count":5357,"open_issues_count":113,"forks_count":1900,"subscribers_count":275,"default_branch":"develop","last_synced_at":"2024-10-29T10:27:04.713Z","etag":null,"topics":["codeigniter","codeigniter4","framework-php","hacktoberfest","php","php-framework","php8"],"latest_commit_sha":null,"homepage":"https://codeigniter.com/","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/codeigniter4.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-27T03:32:45.000Z","updated_at":"2024-10-28T23:03:03.000Z","dependencies_parsed_at":"2022-07-14T08:17:12.228Z","dependency_job_id":"5d4c58a0-e717-4dd5-9e28-b5482f660570","html_url":"https://github.com/codeigniter4/CodeIgniter4","commit_stats":{"total_commits":16187,"total_committers":380,"mean_commits":42.59736842105263,"dds":0.6101192314820535,"last_synced_commit":"153922e60fd9ec61c5799afd7d8328a4f382716e"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2FCodeIgniter4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2FCodeIgniter4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2FCodeIgniter4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2FCodeIgniter4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeigniter4","download_url":"https://codeload.github.com/codeigniter4/CodeIgniter4/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927405,"owners_count":21019526,"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":["codeigniter","codeigniter4","framework-php","hacktoberfest","php","php-framework","php8"],"created_at":"2024-08-01T17:00:50.544Z","updated_at":"2025-04-10T06:31:27.164Z","avatar_url":"https://github.com/codeigniter4.png","language":"PHP","readme":"# CodeIgniter 4 Development\n\n[![PHPUnit](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpunit.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpunit.yml)\n[![PHPStan](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml)\n[![Psalm](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-psalm.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-psalm.yml)\n[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/CodeIgniter4/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/CodeIgniter4?branch=develop)\n[![Downloads](https://poser.pugx.org/codeigniter4/framework/downloads)](https://packagist.org/packages/codeigniter4/framework)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)\n[![GitHub stars](https://img.shields.io/github/stars/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)\n[![GitHub license](https://img.shields.io/github/license/codeigniter4/CodeIgniter4)](https://github.com/codeigniter4/CodeIgniter4/blob/develop/LICENSE)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/codeigniter4/CodeIgniter4/pulls)\n\u003cbr\u003e\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 the source code for CodeIgniter 4 only.\nVersion 4 is a complete rewrite to bring the quality and the code into a more modern version,\nwhile still keeping as many of the things intact that has made people love the framework over the years.\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\n### Documentation\n\nThe [User Guide](https://codeigniter.com/user_guide/) is the primary documentation for CodeIgniter 4.\n\nYou will also find the [current **in-progress** User Guide](https://codeigniter4.github.io/CodeIgniter4/).\nAs with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.\n\nYou might also be interested in the [API documentation](https://codeigniter4.github.io/api/) for the framework components.\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\nCodeIgniter is developed completely on a volunteer basis. As such, please give up to 7 days\nfor your issues to be reviewed. If you haven't heard from one of the team in that time period,\nfeel free to leave a comment on the issue so that it gets brought back to our attention.\n\n\u003e [!IMPORTANT]\n\u003e We use GitHub issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.\n\u003e We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss\n\u003e FEATURE REQUESTS.\n\nIf you raise an issue here that pertains to support or a feature request, it will\nbe closed! If you are not sure if you have found a bug, raise a thread on the forum first -\nsomeone else may have encountered the same thing.\n\nBefore raising a new GitHub issue, please check that your bug hasn't already\nbeen reported or fixed.\n\nWe use pull requests (PRs) for CONTRIBUTIONS to the repository.\nWe are looking for contributions that address one of the reported bugs or\napproved work packages.\n\nDo not use a PR as a form of feature request.\nUnsolicited contributions will only be considered if they fit nicely\ninto the framework roadmap.\nRemember that some components that were part of CodeIgniter 3 are being moved\nto optional packages, with their own repository.\n\n## Contributing\n\nWe **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs,\nall contributions are welcome.\n\nPlease read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md).\n\nCodeIgniter has had thousands on contributions from people since its creation. This project would not be what it is without them.\n\n\u003ca href=\"https://github.com/codeigniter4/CodeIgniter4/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=codeigniter4/CodeIgniter4\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## Server Requirements\n\nPHP version 8.1 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 - If you are still using PHP 7.4 or 8.0, you should upgrade immediately.\n\u003e - The end of life date for PHP 8.1 will be December 31, 2025.\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\n## Running CodeIgniter Tests\n\nInformation on running the CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory.\n","funding_links":[],"categories":["Essentials","PHP","What is CodeIgniter?","后端开发框架及项目","基础框架"],"sub_categories":["PHP开发","构建/部署"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2FCodeIgniter4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeigniter4%2FCodeIgniter4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2FCodeIgniter4/lists"}