{"id":15308232,"url":"https://github.com/yidas/codeigniter-pack","last_synced_at":"2025-10-18T20:26:37.045Z","repository":{"id":57086790,"uuid":"135869885","full_name":"yidas/codeigniter-pack","owner":"yidas","description":"Codeigniter 3 complete solution pack with enhanced \u0026 modern framework extensions ","archived":false,"fork":false,"pushed_at":"2023-02-22T03:08:47.000Z","size":11,"stargazers_count":68,"open_issues_count":0,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-06T20:53:42.794Z","etag":null,"topics":["codeigniter3","extensions","framework","modern","solution"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yidas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-03T03:19:26.000Z","updated_at":"2024-10-01T03:26:36.000Z","dependencies_parsed_at":"2024-12-06T13:42:12.936Z","dependency_job_id":"21d075f2-4ac3-4a08-8581-be10efa65424","html_url":"https://github.com/yidas/codeigniter-pack","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"f7f5fa955cdb5fb6731022f4c1416fc681223edc"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidas%2Fcodeigniter-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidas%2Fcodeigniter-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidas%2Fcodeigniter-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidas%2Fcodeigniter-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yidas","download_url":"https://codeload.github.com/yidas/codeigniter-pack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236719506,"owners_count":19194044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeigniter3","extensions","framework","modern","solution"],"created_at":"2024-10-01T08:14:56.375Z","updated_at":"2025-10-16T12:31:47.437Z","avatar_url":"https://github.com/yidas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://codeigniter.com/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://codeigniter.com/assets/icons/ci-logo.png\" height=\"60\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eCodeIgniter 3 Framework Pack\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\nCodeigniter 3 complete solution pack with enhanced \u0026 modern framework extensions \n\n[![Latest Stable Version](https://poser.pugx.org/yidas/codeigniter-pack/v/stable?format=flat-square)](https://packagist.org/packages/yidas/codeigniter-pack)\n[![License](https://poser.pugx.org/yidas/codeigniter-pack/license?format=flat-square)](https://packagist.org/packages/yidas/codeigniter-pack)\n\nCodeigniter 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. \n\n---\n\n\nOUTLINE\n-------\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Extensions](#extensions)\n    - [PSR-4](#psr-4)\n    - [ORM Model](#orm-model)\n    - [RESTful API](#restful-api)\n    - [Widget](#widget)\n    - [Unit Test](#unit-test)\n    - [Queue Worker](#queue-worker)\n- [Configuration](#configuration)\n- [Best Practice](#best-practice)\n    - [Server Environment](#server-environment)\n    - [Application Structure](#application-structure)\n\n---\n\nREQUIREMENTS\n------------\nThis library requires the following:\n\n- PHP 5.4.0+\n- CodeIgniter 3.0.0+\n- [Extensions Pack](#extensions)\n\n---\n\nINSTALLATION\n------------\n\nRun Composer in your CodeIgniter project under the folder `\\application`:\n\n    composer require yidas/codeigniter-pack\n    \nCheck CodeIgniter `application/config/config.php`:\n\n```php\n$config['composer_autoload'] = TRUE;\n```\n    \n\u003e You could customize the vendor path into `$config['composer_autoload']`\n\n---\n\nEXTENSIONS\n----------\n\n### PSR-4\n- [yidas/codeigniter-psr4-autoload](https://github.com/yidas/codeigniter-psr4-autoload)  \n  *CodeIgniter 3 PSR-4 Autoloader for Application*\n\n### ORM Model\n- [yidas/codeigniter-model](https://github.com/yidas/codeigniter-model)  \n  *CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent \u0026 Yii2 AR like*\n\n### RESTful API\n- [yidas/codeigniter-rest](https://github.com/yidas/codeigniter-rest)  \n  *CodeIgniter 3 RESTful API Resource Controller*\n  \n### Widget\n- [yidas/codeigniter-widget](https://github.com/yidas/codeigniter-widget)  \n  *CodeIgniter 3 Widget for reusable building view blocks*\n  \n### Unit Test\n- [yidas/codeigniter-phpunit](https://github.com/yidas/codeigniter-phpunit)  \n  *CodeIgniter 3 PHPUnit Test extension library*\n  \n### Queue Worker\n- [yidas/codeigniter-queue-worker](https://github.com/yidas/codeigniter-queue-worker)  \n  *CodeIgniter 3 Queue Worker Management Controller*\n\n---\n\nCONFIGURATION\n-------------\n\nThe necessary configurations of the extensions are below:\n\n- [UnitTest Configuration](https://github.com/yidas/codeigniter-phpunit#configuration)\n\n---\n\nBEST PRACTICE\n-------------\n\n### Server Environment\n\n[Codeigniter 3 server configuration for Nginx \u0026 Apache](https://gist.github.com/yidas/30a611449992b0fac173267951e5f17f)\n\n[Application BaseUrl Setting](https://gist.github.com/yidas/30a611449992b0fac173267951e5f17f#application-baseurl) (Set `/` base for `base_url` at least)\n\n### Application Structure\n\n```\nCodeigniter3/\n├── application/            CI app root\n    ├── cache/              CI cache\n    ├── config/             CI app configurations\n    ├── contracts           PSR-4 Contracts (ex.Interfaces)\n    ├── controllers/        CI app controllers\n    ├── core/               CI app level core extension\n    ├── helpers/            PSR-4/CI helpers (Recommended to use PSR-4 only)\n    ├── hooks/              CI app hooks\n    ├── language/           CI app language\n    ├── libraries/          CI app components (One time loading)\n    ├── logs/               CI app logs\n    ├── models/             CI app models (ORM/Active-Record entities)\n    ├── presenters/         PSR-4 Presenters\n    ├── services/           PSR-4 Services\n    ├── third_party/        CI app third party\n    ├── vender/             Composer vendor\n    ├── views/              CI app views\n        └── controller-name/    Each controller has it own view folder\n            └── action.php      Each controller action has it own view file\n    └── widgets/            PSR-4 Widgets\n├── assets/                 Public assets\n└── system/                 CI Framework system\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyidas%2Fcodeigniter-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyidas%2Fcodeigniter-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyidas%2Fcodeigniter-pack/lists"}