CodeIgniter Forums
CodeIgniter4 Roadmap - Phase 2 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Development (https://forum.codeigniter.com/forumdisplay.php?fid=27)
+--- Thread: CodeIgniter4 Roadmap - Phase 2 (/showthread.php?tid=65543)

Pages: 1 2 3


CodeIgniter4 Roadmap - Phase 2 - jlp - 06-24-2016

CodeIgniter4 is a rewrite of the framework, using PHP7, with substantial changes and improvements. It is not intended to be backwards-compatible with CodeIgniter3, though we are shooting to ease the painĀ of transition, where possible.

CodeIgniter 4 has reached milestone 1, following our development roadmap! Phase 1 has been completed, and we are embarking on Phase 2.

The first phase has seen the core re-implemented, with a number of essential components:

- Autoloader (classmap, PSR4 autoloader, and CI magic)
- Logging (PSR7 compliant)
- Exception Handling
- HTTP Request/Response (for input & output)
- Routing (convention & configuration)
- Controllers (CI-style)
- Models (CI-style, Active Record)
- Database Layer (with adapters for MySQLi and Postgre)
- Config (flexible, environment)
- Security (Escaper, CSRF)
- Sessions (with file & database adapters)
- Views
- Debugging and Profiling Tools.

We are now embarking on phase two:

- helpers
- Language/Localization
- Caching
- Email
- Encryption
- Form Validation
- Image Library
- Pagination
- Uploader
- Sessions (memcached & redis adapters)
- Database adapters for other RDBs

The CodeIgniter4 repository has been opened up for community contributions towards milestone 2. We are looking to implement the phase 2 features in a controlled & managed fashion.

We would particularly appreciate additions to the unit testing, with a target code coverage of 80+%.

We are *not* looking for someone's favorite library or package.
We are *not* looking for any shopping cart or authentication packages.

We are looking for contributions that work, with unit testing, user guide changes, changelog entries, and which conform to our style guide. Please read the Contributing to CodeIgniter section before diving in!

We are using issues, flagged as enhancements or features, to manage the ongoing development of the framework.
We are using issues flagged as bugs for, well, bug tracking.
If you have a feature to propose or discuss, do so on the CI4 feature request subforum. not as github issues.

The CI4 Support subforum has been created to help community members with setup,environment and process issues.

The CI4 Discussion has been setup for any other discussions.

We will use this CI4 Development subforum to report developments to the community.

We are trying to keep the CodeIgniter 4 User Guide in synch with developments. We are shooting for either a nightly build that
you have access to, or perhaps a build which is part of a successful travis-ci run. For now, we have setup the new User Guide on github, and it will be updated "frequently".

Important: Do not try to hijack this thread with feature requests, flames, or spam!


RE: CodeIgniter4 Roadmap - Phase 2 - arisroyo - 08-20-2016

Wow thanks this is nice to hear, so we are having CI4 coming.


RE: CodeIgniter4 Roadmap - Phase 2 - startbbs - 10-23-2016

I wonder when the CI4 can be used for production environment?


RE: CodeIgniter4 Roadmap - Phase 2 - ciadmin - 10-23-2016

(10-23-2016, 06:28 AM)startbbs Wrote: I wonder when the CI4 can be used for production environment?

Once it is released ... sometime in 2017, I expect.


RE: CodeIgniter4 Roadmap - Phase 2 - itsmeka - 11-19-2016

Cool! I already checked the repository, it is awesome Wink


RE: CodeIgniter4 Roadmap - Phase 2 - yuchonghua - 12-05-2016

CodeIgniter4 Roadmap - Phase 2 is about to be completed


RE: CodeIgniter4 Roadmap - Phase 2 - ciadmin - 12-05-2016

(12-05-2016, 07:38 AM)yuchonghua Wrote: CodeIgniter4 Roadmap - Phase 2 is about to be completed

We will announce the completion of phase 2 when it is done, and that announcement will come from one of the development team!


RE: CodeIgniter4 Roadmap - Phase 2 - php_rocs - 12-05-2016

Good things come to those who wait but better things come to those who are patient
( http://quotesgram.com/img/good-things-come-to-those-who-wait-quotes/663614/ )


RE: CodeIgniter4 Roadmap - Phase 2 - ciadmin - 12-05-2016

Checking the milestone report on github (https://github.com/bcit-ci/CodeIgniter4/milestone/2), it would appear that 2/3 of the issues tagged for "pre-alpha 2" have been closed, but there are still 18 open, and possibly more to come as we get closer.


RE: CodeIgniter4 Roadmap - Phase 2 - oxiwiz - 12-23-2016

Have you a target date to deploy in production CI4 ?