All Projects → codeigniter4 → Codeigniter4

codeigniter4 / Codeigniter4

Licence: mit
Open Source PHP Framework (originally from EllisLab)

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Codeigniter4

ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (-98.25%)
Mutual labels:  codeigniter, codeigniter4
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (-97.73%)
Mutual labels:  codeigniter, codeigniter4
CodeIgniter4-Cart-Module
A basic port of the CodeIgniter 3 cart library for CodeIgniter 4.
Stars: ✭ 31 (-99.19%)
Mutual labels:  codeigniter, codeigniter4
gisportal
GIS portal and Administration part of Extended QGIS Web Client
Stars: ✭ 19 (-99.51%)
Mutual labels:  codeigniter
cat
CAT is a computer-based online test application powered by Codeigniter, jquery. Simple and easy to use
Stars: ✭ 72 (-98.12%)
Mutual labels:  codeigniter
codeigniter-queue-worker
CodeIgniter 3 Daemon Queue Worker (Consumer) Management Controller
Stars: ✭ 67 (-98.25%)
Mutual labels:  codeigniter
codeigniter-cache-helper
📤 A CodeIgniter output cache helper.
Stars: ✭ 19 (-99.51%)
Mutual labels:  codeigniter
codeigniter-role-base-access-control
CodeIgniter Role Base Access Control library is an easy understandable, comprehensive and convenient way to manage users.
Stars: ✭ 59 (-98.46%)
Mutual labels:  codeigniter
ForgeIgniter-CI-3.x
Friendly open source CMS forged on Codeigniter 3
Stars: ✭ 26 (-99.32%)
Mutual labels:  codeigniter
hulk-template
为 CodeIgniter 框架增加视图继承功能,不改变原有视图编写方式,无缝增加视图继承功能。
Stars: ✭ 17 (-99.56%)
Mutual labels:  codeigniter
CodeIgniter-phpstorm-plugin
PhpStorm plugin for CodeIgniter development
Stars: ✭ 18 (-99.53%)
Mutual labels:  codeigniter
vue-php-admin
RBAC通用角色权限管理系统, 前后端分离架构, 基于 vue-element-admin 和 PHP CodeIgniter RESTful 实现
Stars: ✭ 4 (-99.9%)
Mutual labels:  codeigniter
samanemvc
PHP Framework using MVC model developped by Ngor SECK!
Stars: ✭ 32 (-99.17%)
Mutual labels:  framework-php
yqdoc
基于语雀API开发的文档系统
Stars: ✭ 64 (-98.33%)
Mutual labels:  codeigniter
perpus-ci3
Sistem Informasi Perpustakaan Berbasis Website
Stars: ✭ 18 (-99.53%)
Mutual labels:  codeigniter
article-translation
CodeIgniter article translation. CodeIgniter 文章翻译项目。
Stars: ✭ 25 (-99.35%)
Mutual labels:  codeigniter
coding-standard
Official Coding Standards for CodeIgniter
Stars: ✭ 24 (-99.37%)
Mutual labels:  codeigniter
Ci Adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
Stars: ✭ 259 (-93.25%)
Mutual labels:  codeigniter
Mini Inventory And Sales Management System
An Inventory and Sales Management System written in PHP (codeIgniter) with support for MySQL and Sqlite3 databases
Stars: ✭ 273 (-92.89%)
Mutual labels:  codeigniter
codeigniter-migrate
An easy way to manage database migrations
Stars: ✭ 13 (-99.66%)
Mutual labels:  codeigniter

CodeIgniter 4 Development

Build Status Coverage Status Downloads GitHub release (latest by date) GitHub stars GitHub license contributions welcome

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.

This repository holds the source 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.

More information about the plans for version 4 can be found in the announcement on the forums.

Documentation

The User Guide is the primary documentation for CodeIgniter 4.

The current in-progress User Guide can be found here. As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.

You might also be interested in the API documentation for the framework components.

Important Change with index.php

index.php is no longer in the root of the project! It has been moved inside the public folder, for better security and separation of components.

This means that you should configure your web server to "point" to your project's public folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter public/..., as the rest of your logic and the framework are exposed.

Please read the user guide for a better explanation of how CI4 works!

Repository Management

CodeIgniter is developed completely on a volunteer basis. As such, please give up to 7 days for your issues to be reviewed. If you haven't heard from one of the team in that time period, feel free to leave a comment on the issue so that it gets brought back to our attention.

We use GitHub issues to track BUGS and to track approved DEVELOPMENT work packages. We use our forum to provide SUPPORT and to discuss FEATURE REQUESTS.

If you raise an issue here that pertains to support or a feature request, it will be closed! If you are not sure if you have found a bug, raise a thread on the forum first - someone else may have encountered the same thing.

Before raising a new GitHub issue, please check that your bug hasn't already been reported or fixed.

We use pull requests (PRs) for CONTRIBUTIONS to the repository. We are looking for contributions that address one of the reported bugs or approved work packages.

Do not use a PR as a form of feature request. Unsolicited contributions will only be considered if they fit nicely into the framework roadmap. Remember that some components that were part of CodeIgniter 3 are being moved to optional packages, with their own repository.

Contributing

We are accepting contributions from the community!

Please read the Contributing to CodeIgniter.

Server Requirements

PHP version 7.3 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • xml (enabled by default - don't turn it off)
  • mysqlnd

Running CodeIgniter Tests

Information on running the CodeIgniter test suite can be found in the README.md file in the tests directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].