2017 © Pedro Pelรกez
 

library codeigniter-pack

Collection of Codeigniter 3 Framework libraries pack

image

yidas/codeigniter-pack

Collection of Codeigniter 3 Framework libraries pack

  • Wednesday, June 6, 2018
  • by yidas
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

, (*1)

CodeIgniter 3 Framework Pack


Codeigniter 3 complete solution pack with enhanced & modern framework extensions, (*2)

Latest Stable Version License, (*3)

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., (*4)


OUTLINE


REQUIREMENTS

This library requires the following:, (*5)


INSTALLATION

Run Composer in your CodeIgniter project under the folder \application:, (*6)

composer require yidas/codeigniter-pack

Check CodeIgniter application/config/config.php:, (*7)

$config['composer_autoload'] = TRUE;

You could customize the vendor path into $config['composer_autoload'], (*8)


EXTENSIONS

PSR-4

ORM Model

RESTful API

Widget

Unit Test

Queue Worker


CONFIGURATION

The necessary configurations of the extensions are below:, (*9)


BEST PRACTICE

Server Environment

Codeigniter 3 server configuration for Nginx & Apache, (*10)

Application BaseUrl Setting (Set / base for base_url at least), (*11)

Application Structure

Codeigniter3/
โ”œโ”€โ”€ application/            CI app root
    โ”œโ”€โ”€ cache/              CI cache
    โ”œโ”€โ”€ config/             CI app configurations
    โ”œโ”€โ”€ contracts           PSR-4 Contracts (ex.Interfaces)
    โ”œโ”€โ”€ controllers/        CI app controllers
    โ”œโ”€โ”€ core/               CI app level core extension
    โ”œโ”€โ”€ helpers/            PSR-4/CI helpers (Recommended to use PSR-4 only)
    โ”œโ”€โ”€ hooks/              CI app hooks
    โ”œโ”€โ”€ language/           CI app language
    โ”œโ”€โ”€ libraries/          CI app components (One time loading)
    โ”œโ”€โ”€ logs/               CI app logs
    โ”œโ”€โ”€ models/             CI app models (ORM/Active-Record entities)
    โ”œโ”€โ”€ presenters/         PSR-4 Presenters
    โ”œโ”€โ”€ services/           PSR-4 Services
    โ”œโ”€โ”€ third_party/        CI app third party
    โ”œโ”€โ”€ vender/             Composer vendor
    โ”œโ”€โ”€ views/              CI app views
        โ””โ”€โ”€ controller-name/    Each controller has it own view folder
            โ””โ”€โ”€ action.php      Each controller action has it own view file
    โ””โ”€โ”€ widgets/            PSR-4 Widgets
โ”œโ”€โ”€ assets/                 Public assets
โ””โ”€โ”€ system/                 CI Framework system

The Versions

06/06 2018

dev-master

9999999-dev https://github.com/yidas/codeigniter-pack

Collection of Codeigniter 3 Framework libraries pack

  Sources   Download

MIT

The Requires

 

library codeigniter pack codeigniter3

06/06 2018

1.0.0

1.0.0.0 https://github.com/yidas/codeigniter-pack

Collection of Codeigniter 3 Framework libraries pack

  Sources   Download

MIT

The Requires

 

library codeigniter pack codeigniter3