Download the PHP package rougin/codeigniter without Composer
On this page you can find all versions of the php package rougin/codeigniter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rougin/codeigniter
More information about rougin/codeigniter
Files in rougin/codeigniter
Package codeigniter
Short Description Packaged "system" folder of the Codeigniter framework.
License MIT
Homepage https://roug.in/codeigniter/
Informations about the package codeigniter
Codeigniter
This is the system
directory of Codeigniter 3 prepared as a package in Composer.
Installation
Install Codeigniter
via Composer:
Using Ignite
If wanting to create a new project, the Ignite package can be used instead:
Ignite is yet another Codeigniter 3
project template with a twist. It uses an alternative and secured directory structure for new Codeigniter 3
projects. Instead of the common system
directory, this project template uses rougin/codeigniter
as its base package.
Why?
I was a big fan of Codeigniter 3
back in the day as it is my very first PHP framework to work with. With this, I tried to create this package to provide quality of development improvements when writing projects under Codeigniter 3
before and the following other reasons below:
One-command update
This package provides an easy way to update the internals of Codeigniter 3
:
With a simple command, there's no need to perform copy and pasting of files whenever there is an update.
Out of curiosity
It just gained my interest before if there is an alternative way to update a Codeigniter 3
project with minimal effort.
For unit testing
Together with Spark Plug, this package can easily create Codeigniter 3
instances in unit tests.
Changelog
Please see the Change Log page from the Codeigniter 3
website for its latest updates.
License
The MIT License (MIT). Please see LICENSE for more information.