Download the PHP package yidas/codeigniter-pack without Composer
On this page you can find all versions of the php package yidas/codeigniter-pack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yidas/codeigniter-pack
More information about yidas/codeigniter-pack
Files in yidas/codeigniter-pack
Package codeigniter-pack
Short Description Codeigniter 3 complete solution pack with enhanced & modern framework extensions
License MIT
Homepage https://github.com/yidas/codeigniter-pack
Informations about the package codeigniter-pack
CodeIgniter 3 Framework Pack
Codeigniter 3 complete solution pack with enhanced & modern framework extensions
Codeigniter 3 is a great PHP framework with lite portability and high performance, but nowadays it is not so powerful and lacks of design pattern. There are still many maintenance requirements, even suitable development scenario for CodeIgniter 3, so this framework pack provides a total solution to enhance and modernize CodeIgniter 3 with collection of helpful extensions.
OUTLINE
- Requirements
- Installation
- Extensions
- PSR-4
- ORM Model
- RESTful API
- Widget
- Unit Test
- Queue Worker
- Configuration
- Best Practice
- Server Environment
- Application Structure
REQUIREMENTS
This library requires the following:
- PHP 5.4.0+
- CodeIgniter 3.0.0+
- Extensions Pack
INSTALLATION
Run Composer in your CodeIgniter project under the folder \application
:
composer require yidas/codeigniter-pack
Check CodeIgniter application/config/config.php
:
You could customize the vendor path into
$config['composer_autoload']
EXTENSIONS
PSR-4
- yidas/codeigniter-psr4-autoload
CodeIgniter 3 PSR-4 Autoloader for Application
ORM Model
- yidas/codeigniter-model
CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like
RESTful API
- yidas/codeigniter-rest
CodeIgniter 3 RESTful API Resource Controller
Widget
- yidas/codeigniter-widget
CodeIgniter 3 Widget for reusable building view blocks
Unit Test
- yidas/codeigniter-phpunit
CodeIgniter 3 PHPUnit Test extension library
Queue Worker
- yidas/codeigniter-queue-worker
CodeIgniter 3 Queue Worker Management Controller
CONFIGURATION
The necessary configurations of the extensions are below:
BEST PRACTICE
Server Environment
Codeigniter 3 server configuration for Nginx & Apache
Application BaseUrl Setting (Set /
base for base_url
at least)
Application Structure
All versions of codeigniter-pack with dependencies
yidas/codeigniter-psr4-autoload Version *
yidas/codeigniter-model Version *
yidas/codeigniter-rest Version *
yidas/codeigniter-widget Version *
yidas/codeigniter-phpunit Version *
yidas/codeigniter-queue-worker Version *