Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter4 Roadmap - Phase 2
#1

(This post was last modified: 06-24-2016, 05:07 PM by ciadmin.)

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!
James Parry
Project Lead


Messages In This Thread
CodeIgniter4 Roadmap - Phase 2 - by jlp - 06-24-2016, 03:29 PM
RE: CodeIgniter4 Roadmap - Phase 2 - by arisroyo - 08-20-2016, 10:54 PM
RE: CodeIgniter4 Roadmap - Phase 2 - by startbbs - 10-23-2016, 06:28 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by ciadmin - 10-23-2016, 06:40 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by itsmeka - 11-19-2016, 03:44 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by ciadmin - 12-05-2016, 10:03 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by php_rocs - 12-05-2016, 10:25 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by ciadmin - 12-05-2016, 11:13 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by rtenny - 06-08-2017, 09:15 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by Narf - 06-08-2017, 09:47 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by rtenny - 06-13-2017, 03:04 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by oxiwiz - 12-23-2016, 02:58 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by ciadmin - 12-23-2016, 04:05 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by InsiteFX - 02-10-2017, 07:31 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by InsiteFX - 06-09-2017, 04:28 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by yuricua - 11-23-2017, 03:02 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by orionstar - 11-23-2017, 04:07 AM
RE: CodeIgniter4 Roadmap - Phase 2 - by ciadmin - 09-15-2018, 01:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB