readme.rst 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ###################
  2. What is CodeIgniter
  3. ###################
  4. CodeIgniter is an Application Development Framework - a toolkit - for people
  5. who build web sites using PHP. Its goal is to enable you to develop projects
  6. much faster than you could if you were writing code from scratch, by providing
  7. a rich set of libraries for commonly needed tasks, as well as a simple
  8. interface and logical structure to access these libraries. CodeIgniter lets
  9. you creatively focus on your project by minimizing the amount of code needed
  10. for a given task.
  11. *******************
  12. Release Information
  13. *******************
  14. This repo contains in-development code for future releases. To download the
  15. latest stable release please visit the `CodeIgniter Downloads
  16. <https://codeigniter.com/download>`_ page.
  17. **************************
  18. Changelog and New Features
  19. **************************
  20. You can find a list of all changes for each release in the `user
  21. guide change log <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst>`_.
  22. *******************
  23. Server Requirements
  24. *******************
  25. PHP version 5.6 or newer is recommended.
  26. It should work on 5.3.7 as well, but we strongly advise you NOT to run
  27. such old versions of PHP, because of potential security and performance
  28. issues, as well as missing features.
  29. ************
  30. Installation
  31. ************
  32. Please see the `installation section <https://codeigniter.com/user_guide/installation/index.html>`_
  33. of the CodeIgniter User Guide.
  34. *******
  35. License
  36. *******
  37. Please see the `license
  38. agreement <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/license.rst>`_.
  39. *********
  40. Resources
  41. *********
  42. - `User Guide <https://codeigniter.com/docs>`_
  43. - `Language File Translations <https://github.com/bcit-ci/codeigniter3-translations>`_
  44. - `Community Forums <http://forum.codeigniter.com/>`_
  45. - `Community Wiki <https://github.com/bcit-ci/CodeIgniter/wiki>`_
  46. - `Community Slack Channel <https://codeigniterchat.slack.com>`_
  47. Report security issues to our `Security Panel <mailto:security@codeigniter.com>`_
  48. or via our `page on HackerOne <https://hackerone.com/codeigniter>`_, thank you.
  49. ***************
  50. Acknowledgement
  51. ***************
  52. The CodeIgniter team would like to thank EllisLab, all the
  53. contributors to the CodeIgniter project and you, the CodeIgniter user.