{"id":18543959,"url":"https://github.com/manmath/ci4-training","last_synced_at":"2025-07-06T05:39:34.407Z","repository":{"id":257592025,"uuid":"159492803","full_name":"manmath/ci4-training","owner":"manmath","description":"A repository for my CodeIgniter 4 training at IT Academy STEP","archived":false,"fork":false,"pushed_at":"2018-12-19T13:54:28.000Z","size":1980,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T05:34:23.419Z","etag":null,"topics":["codeginter","php7"],"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/manmath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","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":"2018-11-28T11:40:31.000Z","updated_at":"2022-02-12T09:41:38.000Z","dependencies_parsed_at":"2024-09-17T16:24:52.559Z","dependency_job_id":"0c45b1f6-f4e0-46c5-837a-1ddf53d7ac24","html_url":"https://github.com/manmath/ci4-training","commit_stats":null,"previous_names":["manmath/ci4-training"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manmath/ci4-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manmath%2Fci4-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manmath%2Fci4-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manmath%2Fci4-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manmath%2Fci4-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manmath","download_url":"https://codeload.github.com/manmath/ci4-training/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manmath%2Fci4-training/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263855356,"owners_count":23520473,"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":["codeginter","php7"],"created_at":"2024-11-06T20:14:57.945Z","updated_at":"2025-07-06T05:39:34.341Z","avatar_url":"https://github.com/manmath.png","language":"PHP","readme":"# CodeIgniter 4 Development\n\n[![Build Status](https://travis-ci.org/bcit-ci/CodeIgniter4.svg?branch=develop)](https://travis-ci.org/bcit-ci/CodeIgniter4)\n[![Coverage Status](https://coveralls.io/repos/github/bcit-ci/CodeIgniter4/badge.svg?branch=develop)](https://coveralls.io/github/bcit-ci/CodeIgniter4?branch=develop)\n\u003cbr\u003e\n\n## What is CodeIgniter?\nCodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. \nMore information can be found at the [official site](http://codeigniter.com).\n\nThis repository holds the pre-alpha 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\n**This is pre-release code and should not be used in production sites.**\n\nMore information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.\n\n### Documentation\n\nThe current documentation can be found [here](https://bcit-ci.github.io/CodeIgniter4/). As with the rest of the framework, it is currently a work in progress, and will see changes over time to structure, explanations, etc.\n\n## Important Change with index.php\n\nindex.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!\nThe user guide updating and deployment is a bit awkward at the moment, but we are working on it!\n\n## Repository Management\nWe use Github issues 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\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\nWe **are** accepting contributions from the community, specifically those identified as part of phase 2.\n\nWe will try to manage the process somewhat, by adding a \"Help wanted\" label to those that we are \nspecifically interested in at any point in time. Join the discussion for those issues, and let us know \nif you want to take the lead for one of them.\n\nWe are not looking for out-of-scope contributions, only those that would be considered part of our controlled evolution!\n\nPlease read the [*Contributing to CodeIgniter*](https://github.com/bcit-ci/CodeIgniter4/blob/develop/contributing.md) section in the user guide\n\n## Server Requirements\nPHP version 7.1 or higher is required, with the following extensions installed: \n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\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- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)\n- xml (enabled by default - don't turn it off)\n\n## Running CodeIgniter Tests\nInformation on running CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmath%2Fci4-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanmath%2Fci4-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmath%2Fci4-training/lists"}