12
12
## What is CodeIgniter?
13
13
14
14
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
15
- More information can be found at the [ official site] ( http ://codeigniter.com) .
15
+ More information can be found at the [ official site] ( https ://codeigniter.com) .
16
16
17
17
This repository holds the source code for CodeIgniter 4 only.
18
18
Version 4 is a complete rewrite to bring the quality and the code into a more modern version,
19
19
while still keeping as many of the things intact that has made people love the framework over the years.
20
20
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.
21
+ More information about the plans for version 4 can be found in [ CodeIgniter 4 ] ( https ://forum.codeigniter.com/forumdisplay.php?fid=28 ) on the forums.
22
22
23
23
### Documentation
24
24
@@ -69,12 +69,12 @@ to optional packages, with their own repository.
69
69
70
70
## Contributing
71
71
72
- We ** are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs,
73
- all contributions are welcome.
72
+ We ** are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs,
73
+ all contributions are welcome.
74
74
75
75
Please read the [ * Contributing to CodeIgniter* ] ( https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md ) .
76
76
77
- CodeIgniter has had thousands on contributions from people since its creation. This project would not be what it is without them.
77
+ CodeIgniter has had thousands on contributions from people since its creation. This project would not be what it is without them.
78
78
79
79
<a href =" https://github.com/codeigniter4/CodeIgniter4/graphs/contributors " >
80
80
<img src =" https://contrib.rocks/image?repo=codeigniter4/CodeIgniter4 " />
@@ -86,7 +86,6 @@ Made with [contrib.rocks](https://contrib.rocks).
86
86
87
87
PHP version 7.4 or higher is required, with the following extensions installed:
88
88
89
-
90
89
- [ intl] ( http://php.net/manual/en/intl.requirements.php )
91
90
- [ libcurl] ( http://php.net/manual/en/curl.requirements.php ) if you plan to use the HTTP\CURLRequest library
92
91
- [ mbstring] ( http://php.net/manual/en/mbstring.installation.php )
@@ -95,7 +94,7 @@ Additionally, make sure that the following extensions are enabled in your PHP:
95
94
96
95
- json (enabled by default - don't turn it off)
97
96
- xml (enabled by default - don't turn it off)
98
- - [ mysqlnd] ( http://php.net/manual/en/mysqlnd.install.php )
97
+ - [ mysqlnd] ( http://php.net/manual/en/mysqlnd.install.php ) if you plan to use MySQL
99
98
100
99
## Running CodeIgniter Tests
101
100
0 commit comments