You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/codeigniter4/framework)
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
14
+
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
10
15
More information can be found at the [official site](http://codeigniter.com).
11
16
12
-
This repository holds the source code for CodeIgniter 4 only.
13
-
Version 4 is a complete rewrite to bring the quality and the code into a more modern version,
14
-
while still keeping as many of the things intact that has made people love the framework over the years.
15
-
16
-
**This is pre-release code and should not be used in production sites.**
17
+
This repository holds the source code for CodeIgniter 4 only.
18
+
Version 4 is a complete rewrite to bring the quality and the code into a more modern version,
19
+
while still keeping as many of the things intact that has made people love the framework over the years.
17
20
18
21
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
19
22
20
23
### Documentation
21
24
22
-
The [User Guide](https://codeigniter4.github.io/userguide/) is the primary documentation for CodeIgniter 4.
25
+
The [User Guide](https://codeigniter4.github.io/userguide/) is the primary documentation for CodeIgniter 4.
23
26
24
-
The current **in-progress** User Guide can be found [here](https://codeigniter4.github.io/CodeIgniter4/).
27
+
The current **in-progress** User Guide can be found [here](https://codeigniter4.github.io/CodeIgniter4/).
25
28
As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.
26
29
27
30
You might also be interested in the [API documentation](https://codeigniter4.github.io/api/) for the framework components.
@@ -40,9 +43,9 @@ The user guide updating and deployment is a bit awkward at the moment, but we ar
40
43
41
44
## Repository Management
42
45
43
-
CodeIgniter is developed completely on a volunteer basis. As such, please give up to 7 days
44
-
for your issues to be reviewed. If you haven't heard from one of the team in that time period,
45
-
feel free to leave a comment on the issue so that it gets brought back to our attention.
46
+
CodeIgniter is developed completely on a volunteer basis. As such, please give up to 7 days
47
+
for your issues to be reviewed. If you haven't heard from one of the team in that time period,
48
+
feel free to leave a comment on the issue so that it gets brought back to our attention.
46
49
47
50
We use Github issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.
48
51
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
@@ -53,7 +56,7 @@ be closed! If you are not sure if you have found a bug, raise a thread on the fo
53
56
someone else may have encountered the same thing.
54
57
55
58
Before raising a new Github issue, please check that your bug hasn't already
56
-
been reported or fixed.
59
+
been reported or fixed.
57
60
58
61
We use pull requests (PRs) for CONTRIBUTIONS to the repository.
59
62
We are looking for contributions that address one of the reported bugs or
@@ -69,8 +72,8 @@ to optional packages, with their own repository.
69
72
70
73
We **are** accepting contributions from the community!
71
74
72
-
We will try to manage the process somewhat, by adding a ["help wanted" label](https://github.com/codeigniter4/CodeIgniter4/labels/help%20wanted) to those that we are
73
-
specifically interested in at any point in time. Join the discussion for those issues and let us know
75
+
We will try to manage the process somewhat, by adding a ["help wanted" label](https://github.com/codeigniter4/CodeIgniter4/labels/help%20wanted) to those that we are
76
+
specifically interested in at any point in time. Join the discussion for those issues and let us know
74
77
if you want to take the lead on one of them.
75
78
76
79
At this time, we are not looking for out-of-scope contributions, only those that would be considered part of our controlled evolution!
@@ -79,17 +82,17 @@ Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/
79
82
80
83
## Server Requirements
81
84
82
-
PHP version 7.2 or higher is required, with the following extensions installed:
85
+
PHP version 7.2 or higher is required, with the following extensions installed:
0 commit comments