CodeIgniter Repositories

The CodeIgniter 4 open source project has its ownGithub organization.

There are several development repositories, of interest to potential contributors:

RepositoryAudienceDescription
CodeIgniter4contributorsProject codebase, including tests & user guide sources
translationsdevelopersSystem message translations
coding-standardcontributorsCoding style conventions & rules

There are also several deployment repositories, referenced in the installation directions.The deployment repositories are built automatically when a new version is released, and theyare not directly contributed to.

RepositoryAudienceDescription
frameworkdevelopersReleased versions of the framework
appstarterdevelopersStarter project (app/public/writable).Dependent on “framework”
userguideanyonePre-built user guide

In all the above, the latest version of a repository can be downloadedby selecting the “releases” link in the secondary navbar insidethe “Code” tab of its Github repository page. The current (in development) version of each canbe cloned or downloaded by selecting the “Clone or download” dropdownbutton on the right-hand side if the repository homepage.

Composer Packages

We also maintain composer-installable packages on packagist.org.These correspond to the repositories mentioned above:

See the Installation page for more information.

CodeIgniter 4 Projects

We maintain a codeigniter4projects organizationon Github as well, with projects that are not part of the framework,but which showcase it or make it easier to work with!

RepositoryAudienceDescription
website2developersThe codeigniter.com website, written in CodeIgniter 4

These are not composer-installable repositories.