blob: 114320d6366cb7f782c114c6162989ced0b939fa [file] [log] [blame]
Derek Jonesf4a4bd82011-10-20 12:18:42 -05001###################
2What is CodeIgniter
3###################
4
5CodeIgniter is an Application Development Framework - a toolkit - for people
6who build web sites using PHP. Its goal is to enable you to develop projects
7much faster than you could if you were writing code from scratch, by providing
8a rich set of libraries for commonly needed tasks, as well as a simple
9interface and logical structure to access these libraries. CodeIgniter lets
10you creatively focus on your project by minimizing the amount of code needed
11for a given task.
12
13*******************
14Release Information
15*******************
16
James Swift3b96a172013-08-23 23:13:07 +010017This repo contains in-development code for future releases. To download the
Derek Jonesf4a4bd82011-10-20 12:18:42 -050018latest stable release please visit the `CodeIgniter Downloads
Bo-Yi Wu9f8a5f02014-10-25 13:34:10 +080019<http://www.codeigniter.com/download>`_ page.
Derek Jonesf4a4bd82011-10-20 12:18:42 -050020
21**************************
22Changelog and New Features
23**************************
24
25You can find a list of all changes for each release in the `user
Bo-Yi Wu9f8a5f02014-10-25 13:34:10 +080026guide change log <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst>`_.
Derek Jonesf4a4bd82011-10-20 12:18:42 -050027
28*******************
29Server Requirements
30*******************
31
Phil Sturgeon07c1ac82012-03-09 17:03:37 +000032- PHP version 5.2.4 or newer.
Derek Jonesf4a4bd82011-10-20 12:18:42 -050033
34************
35Installation
36************
37
Bo-Yi Wu9f8a5f02014-10-25 13:34:10 +080038Please see the `installation section <http://www.codeigniter.com/user_guide/installation/index.html>`_
Derek Jonesf4a4bd82011-10-20 12:18:42 -050039of the CodeIgniter User Guide.
40
Derek Jonesf4a4bd82011-10-20 12:18:42 -050041*******
42License
43*******
44
45Please see the `license
Bo-Yi Wu9f8a5f02014-10-25 13:34:10 +080046agreement <http://www.codeigniter.com/user_guide/license.html>`_
Derek Jonesf4a4bd82011-10-20 12:18:42 -050047
48*********
49Resources
50*********
51
Bo-Yi Wu9f8a5f02014-10-25 13:34:10 +080052- `User Guide <http://www.codeigniter.com/docs>`_
53- `Community Forums <http://forum.codeigniter.com/>`_
54- `Community Wiki <https://github.com/bcit-ci/CodeIgniter/wiki>`_
55- `Community IRC <http://www.codeigniter.com/irc>`_
Derek Jonesf4a4bd82011-10-20 12:18:42 -050056
57***************
58Acknowledgement
59***************
60
61The EllisLab team and The Reactor Engineers would like to thank all the
Andrey Andreev1d477602012-02-09 23:17:26 +020062contributors to the CodeIgniter project and you, the CodeIgniter user.