CodeIgniter4/README.md

25 lines
1.5 KiB
Markdown
Raw Normal View History

2015-08-26 23:16:28 -05:00
# CodeIgniter 4 Development
2015-10-27 21:58:12 -05:00
[![Build Status](https://travis-ci.org/lonnieezell/CodeIgniter4.svg?branch=develop)](https://travis-ci.org/lonnieezell/CodeIgniter4)
2016-03-18 22:21:12 -05:00
<br>
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/53c99b56-769f-4e88-93d8-a6423644d610/mini.png)](https://insight.sensiolabs.com/projects/53c99b56-769f-4e88-93d8-a6423644d610)
2015-10-27 21:58:12 -05:00
2016-05-15 00:36:44 -05:00
## What is CodeIgniter?
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the [official site](http://codeigniter.com).
This repo holds the pre-alpha code for CodeIgniter 4 only. Version 4 is a complete rewrite to bring the quality and the code into a more modern version, while still keeping as many of the things intact that has made people love the framework over the years.
**This is pre-release code and should not be used in production sites.**
2015-08-26 23:16:28 -05:00
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
## Contributing
We are not accepting contributions from the public until a stable enough base has been formed, and our plans fleshed out and things settle down a little bit. At that point, we will welcome your comments and help creating the best framework for our community.
## Server Requirements
2016-05-15 00:36:44 -05:00
PHP version 7 or higher is required.
2016-05-15 00:36:44 -05:00
## Running CodeIgniter Tests
2016-05-15 00:36:44 -05:00
Information on running CodeIgniter test suite can be found in the README.md file in the tests directory.