├── CONTRIBUTING.md ├── README.md └── Untitled Diagram.xml /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Suggested packages should be tested and documented. 7 | - Use the following format: `[BUNDLE NAME](LINK) - DESCRIPTION.` 8 | - New categories, or improvements to the existing categorization are welcome. 9 | - Keep descriptions short and simple, but descriptive. 10 | - End all descriptions with a full stop/period. 11 | - Check your spelling and grammar. 12 | - Make sure your text editor is set to remove trailing whitespace. 13 | 14 | Thank you for your suggestions! 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome CodeIgniter [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | A list of awesome [CodeIgniter](http://codeigniter.com) core, helpers, hooks, language, libraries, third_party and other cool resources for CodeIgniter. 3 | 4 | Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) 5 | 6 | ## Contributing 7 | Please see [CONTRIBUTING](CONTRIBUTING.md) for details. 8 | 9 | ## Table of contents 10 | * [Complex](#complex) 11 | * [CMS](#cms) 12 | * [Hooks](#hooks) 13 | * [Libraries](#libraries) 14 | * [Model](#model) 15 | * [Third Party](#third-party) 16 | * [CRUD](#crud) 17 | * [Templates](#templates) 18 | * [Web Services](#web-services) 19 | * [Realtime](#realtime) 20 | * [User Guide Translations](#user-guide-translations) 21 | * [Useful Websites](#useful-websites) 22 | * [Community](#community) 23 | 24 | ## Complex 25 | * [Faster Development of CodeIgniter Apps](https://github.com/ci-bonfire/Bonfire) - Jumpstart your CodeIgniter web applications. 26 | * [Sprint PHP](https://github.com/ci-bonfire/Sprint) - A lightweight, modern addition to CodeIgniter 3. The heart of Bonfire Next. 27 | * [Ignition-Go](https://github.com/ci-blox/Ignition-Go) Codeigniter Modular App Building Framework and App starter - build enterprise class web applications 28 | * [ErtikazOS](https://github.com/daif/ertikazos/) A complete platform for building web applications. 29 | * [CodeIgniter Skeleton](https://github.com/bkader/skeleton) - Yet another CodeIgniter Skeleton with ready-to-use dashboard, database, hooks system, plugins, themes and lots of other features. 30 | * [Luthier CI](https://github.com/ingeniasoftware/luthier-ci) - Improved routing, middleware support, authentication tools and more for CodeIgniter 3 framework 31 | * [Rimbun Codeigniter Starter](https://github.com/herurahmat/rimbun) - A Complete platform for building web application from Indonesia Programmer. Built with Codeigniter 3 32 | * [My Igniter](https://github.com/agoenks29D/My-Igniter) - Codeigniter starter with [HMVC](https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc) + [ReactJs](https://reactjs.org/) + [Twig](https://twig.symfony.com/) 33 | 34 | ## CMS 35 | * [Pusaka CMS](https://github.com/codepolitan-lab/pusakacms) - Flat file CMS. 36 | * [Fuelcms](https://github.com/daylightstudio/FUEL-CMS) - The content management system for premium-grade websites. 37 | * [No-CMS](https://github.com/goFrendiAsgard/No-CMS) - A CodeIgniter Based CMS Framework. 38 | * [cms-canvas](https://github.com/diyphpdeveloper/cms-canvas) - CodeIgniter CMS. 39 | * [Ionize CMS](https://github.com/ionize/ionize) - ionize, native multilingual CMS. 40 | * [Codefight CMS](https://github.com/dbashyal/Codefight-CMS) - Codefight a CodeIgniter CMS. 41 | * [Bonfire](https://github.com/ci-bonfire/Bonfire) - Jumpstart your CodeIgniter web applications. 42 | * [Hoosk](https://github.com/havok89/Hoosk) - Hoosk CodeIgniter CMS. 43 | * [ForgeIgniter](https://github.com/Forgeigniter) - Friendly,open source, easy-to-use CMS. 44 | * [ImageCMS](https://github.com/imagecms/ImageCMS) - Open source php CMS based on CodeIgniter. 45 | * [nodCMS](https://github.com/khodakhah/nodcms) - A Free CMS powered by CodeIgniter. 46 | * [MaxSite CMS](https://github.com/maxsite/cms) - MaxSite CMS. 47 | * [ci-cms](https://bitbucket.org/hery/ci-cms) - CI-CMS using Modular Extensions. 48 | * [Codeigniter-Egypt](https://github.com/blazeeboy/Codeigniter-Egypt) - Another CodeIgniter CMS, With some Love. 49 | * [Open Blog](http://open-blog.org/) - Open Blog is a free and open source blogging platform built using the CodeIgniter PHP framework. 50 | 51 | ## Core 52 | * [Codeigniter-PSR4-Autoload](https://github.com/yidas/codeigniter-psr4-autoload) - CodeIgniter 3 PSR-4 Autoloader for Application 53 | * [CodeIgniter-Email-PHP-Errors](https://github.com/mikedfunk/CodeIgniter-Email-PHP-Errors) - A configurable drop-in customization to email yourself PHP errors encountered. 54 | * [CodeIgniter SimpleTest](https://github.com/ericbarnes/codeigniter-simpletest) - The CodeIgniter core is now being converted to using PHPUnit. 55 | * [CodeIgniter](https://github.com/rougin/codeigniter) - Installs CodeIgniter core through Composer. 56 | 57 | 58 | ## Hooks 59 | * [CodeIgniter-SSLHook](https://github.com/mehdibo/Codeigniter-SSLHook) - Appropriate headers and redirection for SSL websites . 60 | 61 | ## Libraries 62 | * [CI-Breadcrumb](https://github.com/domProjects/CI-Breadcrumb) - Breadcrumb library for CodeIgniter 3.x.x with demo 63 | * [SmartGrid for CodeIgniter](https://github.com/techlab/codeigniter-smartgrid) - Simple datagrid control for CodeIgniter framework with Bootstrap. 64 | * [Biostall Google Map API](https://github.com/BIOSTALL/CodeIgniter-Google-Maps-V3-API-Library) - Google Map API. 65 | * [CodeIgniter Recaptcha](https://github.com/hok00age/codeigniter-recaptcha) - CodeIgniter library to work with reCAPTCHA. 66 | * [Ion Auth 2](https://github.com/benedmunds/CodeIgniter-Ion-Auth) - Simple and Lightweight Auth System. 67 | * [Tank-Auth](https://github.com/TankAuth/Tank-Auth) - Authentication library. 68 | * [CodeIgniter Redis](https://github.com/joelcox/codeigniter-redis) - A CodeIgniter library to interact with Redis. 69 | * [Memcached Library for CodeIgniter](https://github.com/tomschlick/memcached-library) - Library to Interface with the Memcached system. 70 | * [CodeIgniter-Cache](https://github.com/benedmunds/codeigniter-cache) - CodeIgniter-Cache is a partial caching library for CodeIgniter. 71 | * [CodeIgniter PHPMailer](https://github.com/ivantcholakov/codeigniter-phpmailer) - A CodeIgniter compatible email-library powered by PHPMailer. 72 | * [CodeIgniter-CLI](https://github.com/philsturgeon/codeigniter-cli) - Work with CodeIgniter over the command line. 73 | * [Craftsman-CLI](https://github.com/davidsosavaldes/Craftsman) - CLI for CodeIgniter 3.0 using Symfony Console component. 74 | * [CodeIgniter Bootstrap](https://github.com/sjlu/CodeIgniter-Bootstrap) - Bundles packages CI, REST, Twitter Bootstrap, FA, lodash. 75 | * [Codeigniter-breadcrumbs](https://github.com/nobuti/Codeigniter-breadcrumbs) - Small breadcrumb library for CodeIgniter. 76 | * [CodeIgniter-Breadcrumb](https://github.com/richarddavey/codeigniter-breadcrumb) - Breadcrumb generating library for CodeIgniter. 77 | * [Sitemaps CodeIgniter](https://github.com/chemicaloliver/codeigniter-sitemaps) - A simple library to autogenerate xml sitemaps. 78 | * [CodeIgniter-Unzip](https://github.com/philsturgeon/codeigniter-unzip) - Extract ZIP files in CodeIgniter without installing any PECL. 79 | * [Forensics CodeIgniter](https://github.com/lonnieezell/codeigniter-forensics) - A high-powered, customizable Profiler replacement. 80 | * [CodeIgniter-Postmark](https://github.com/zackkitzmiller/postmark-codeigniter) - A Postmark (postmarkapp.com) library for CodeIgniter. 81 | * [CodeIgniter Schema](https://github.com/jamierumbelow/codeigniter-schema) - Expressive table definitions. 82 | * [CodeIgniter-Aauth](https://github.com/magefly/CodeIgniter-Aauth) - Authorization, authentication and User Management library. 83 | * [CI-FIle-Browser-Awesome](https://github.com/bachors/CI-FIle-Browser-Awesome) - Simple plugin file browser for CodeIgniter with jQuery. 84 | * [CodeIgniter Minify](https://github.com/ericbarnes/ci-minify) - Minify css and js files in CodeIgniter. 85 | * [CodeIgniter - minify](https://github.com/slav123/CodeIgniter-minify) - Minify library CSS and JavaScript compression on the fly. 86 | * [codeigniter-alert](https://github.com/dnizh93/codeigniter-alert) - An easy flashdata alert for CodeIgniter. 87 | * [Bcrypt CodeIgniter](https://github.com/dwightwatson/codeigniter-bcrypt) - Adaption of PHPPass for use as a CodeIgniter Bcrypt library. 88 | * [facebook-ion-auth](https://github.com/dgeorgiev/facebook-ion-auth) - Facebook login working with ion_auth. 89 | * [CodeIgniter Multi-Upload](https://github.com/stvnthomas/CodeIgniter-Multi-Upload) - Multiple file upload support for CodeIgniter 2.x. 90 | * [elasticsearch-codeigniter-library](https://github.com/confact/elasticsearch-codeigniter-library) - A small library to make search queries. 91 | * [Ignited Datatables](https://github.com/IgnitedDatatables/Ignited-Datatables) - a wrapper class/library based on the native Datatables. 92 | * [codeigniter-datatables](https://github.com/blake-nouribekian/codeigniter-datatables) - PHP CodeIgniter server-side for jQuery DataTables. 93 | * [CodeIgniter Geolocation](https://github.com/JCSama/CodeIgniter-geolocation) - Library allows you to locate an IP Address. 94 | * [CodeIgniter-reCAPTCHA](https://github.com/appleboy/CodeIgniter-reCAPTCHA) - reCAPTCHA library for CodeIgniter. 95 | * [CodeIgniter-Instagram-API](https://github.com/suhindra/CodeIgniter-Instagram-API) - CodeIgniter library to interact with the Instagram API. 96 | * [Refinery](https://github.com/rougin/refinery) - "Ready-to-eat" migrations for CodeIgniter. 97 | * [Spark Plug](https://github.com/rougin/spark-plug) - Another way to access CodeIgniter's instance. 98 | * [CodeIgniter-blockchain](https://github.com/mehdibo/Codeigniter-blockchain) - Library to use the Blockchain Wallet API 99 | * [CodeIgniter-recaptcha](https://github.com/mehdibo/Codeigniter-recaptcha) - Library to implement Google reCAPTCHA V2 100 | 101 | ## Model 102 | * [Codeigniter-Model](https://github.com/yidas/codeigniter-model) - CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like 103 | * [CodeIgniter-MY_Model](https://github.com/avenirer/CodeIgniter-MY_Model) - The result of a lengthy tutorial about constructing a MY_Model. 104 | * [CIModelTester](https://github.com/cwingrav/CIModelTester) - An interactive model web interface. 105 | 106 | ## Third Party 107 | * [Codeigniterplus](https://github.com/ranacseruet/codeigniterplus) - Scaffolding for a good standard web application. 108 | * [Modular Extensions - HMVC](https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc) - Modular Extensions makes the CodeIgniter. 109 | * [CodeIgniter HMVC Modules](https://github.com/jenssegers/codeigniter-hmvc-modules) - Create HMVC modules with this lightweight extension. 110 | * [codeigniter-phpunit](https://github.com/fmalk/codeigniter-phpunit) - Hack to make CodeIgniter work with PHPUnit. 111 | * [CodeIgniter Installer](https://github.com/mikecrittenden/codeigniter-installer) - A starting point for building an installer on CodeIgniter. 112 | * [Developer Toolbar](https://github.com/JCSama/CodeIgniter-develbar) - Developer Toolbar is a third party library based on Profiler. 113 | * [CodeIgniter Bundle](https://github.com/davidsosavaldes/Codeigniter-Bundle) - CodeIgniter Bundle implements a Modular pattern (MMVC) into Codeigniter Framework. 114 | * [Codeigniter Global Installer](https://github.com/davidsosavaldes/Codeigniter-Installer) - A Composer global command that installs the latest official CodeIgniter framework. 115 | * [Bash Igniter](https://github.com/omarkdev/bash-igniter) - Create Controllers, Models, routes, Views and Helpers using command line. 116 | 117 | ## CRUD 118 | * [Grocery CRUD](https://github.com/scoumbourdis/grocery-crud) - CRUD library that creates a full functional. 119 | * [Grocery CRUD Image](http://www.grocerycrud.com/image-crud) - CRUD Image library by grocerycrud. 120 | * [codeigniter-base-model](https://github.com/jamierumbelow/codeigniter-base-model) - CodeIgniter base CRUD model. 121 | * [ci-gen](https://github.com/brainlabs/ci-gen) - CodeIgniter CRUD Code Generator With Bootstrap. 122 | * [ciig](https://github.com/shabeeb/ciig) - Codignator scaffolder for developers. 123 | * [iScaffold](https://github.com/tiborsaas/iScaffold) - A CRUD application generator. 124 | * [Codeigniter CRUD Generator](https://bitbucket.org/harviacode/codeigniter-crud-generator) - CRUD Generator is a simple tool to auto generate MVC. 125 | * [Combustor](http://rougin.github.io/combustor) - Lets you generate controllers, models, and views from database tables for CodeIgniter. 126 | 127 | ## Templates 128 | * [Twiggy](https://github.com/edmundask/codeigniter-twiggy) - Template engine implementation for CodeIgniter. 129 | * [CodeIgniter-Template](https://github.com/philsturgeon/codeigniter-template) - Template library for CodeIgniter. 130 | * [CodeIgniter Template Library](https://github.com/jenssegers/codeigniter-template-library) - A template library for CodeIgniter. 131 | * [MY_Controller](https://github.com/lonnieezell/my_controller) - Simple template engine and many convenience features. 132 | * [Assets](https://github.com/creolab/assets) - Simple assets manager supports LESS, SASS, CoffeeScript. 133 | * [Attire](https://github.com/davidsosavaldes/Attire) - An implementation of Twig template engine and Sprockets-PHP asset manager framework for CodeIgniter 3.0x. 134 | * [CI-Blade](https://github.com/cntaoyu/CI-Blade) - Laravel blade template engine for Codeigniter 3.0+! 135 | * [Codeigniter Template Engine](https://github.com/agoenks29D/Codeigniter-Template-Engine) 136 | * [Slice-Library](https://github.com/GustMartins/Slice-Library) - Slice-Library is a CodeIgniter library that simulates Laravel's Blade templating system! 137 | 138 | ## Web Services 139 | * [Codeigniter Rest](https://github.com/yidas/codeigniter-rest) - CodeIgniter 3 RESTful API Resource Base Controller 140 | * [CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver) - A fully RESTful server implementation for CodeIgniter. 141 | * [CodeIgniter-REST Client](https://github.com/philsturgeon/codeigniter-restclient) - A RESTful client CodeIgniter library. 142 | * [HybridIgniter](https://github.com/andacata/HybridIgniter) - HybridAuth - CodeIgniter integration. 143 | * [Omnipay](https://github.com/thephpleague/omnipay) - A framework agnostic, multi-gateway payment processing library. 144 | * [Veritrans Codeigniter](https://github.com/harrypujianto/Veritrans-Codeigniter) - Payment gateway library on Veritrans. 145 | * [Codeigniter TwitterOauth](https://github.com/MunGell/Codeigniter-TwitterOAuth) - CodeIgniter and TwitterOauth library integration. 146 | * [CodeIgniter-Twitter](https://github.com/elliothaughin/codeigniter-twitter) - Twitter API library for CodeIgniter. 147 | * [CodeIgniter-Facebook](https://github.com/elliothaughin/codeigniter-facebook) - Facebook Graph API, OpenGraph, and Connect. 148 | * [CodeIgniter-bitly](https://github.com/patrickpopowicz/codeigniter-bitly) - A CodeIgniter library for the bit.ly REST API. 149 | 150 | ## ORM 151 | * [Codeigniter ORM Model](https://github.com/yidas/codeigniter-model) - CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like 152 | * [Datamapper ORM](https://github.com/WanWizard/sparks-datamapper) - CodeIgniter Sparks Package for Datamapper ORM. 153 | * [Gas ORM](https://github.com/toopay/gas-orm) - A lighweight and easy-to-use ORM for CodeIgniter. 154 | * [Credo](https://github.com/rougin/credo) - Integrates Doctrine to CodeIgniter with ease. 155 | * [Wildfire](https://github.com/rougin/wildfire) - Yet another wrapper for CodeIgniter's Query Builder Class. 156 | 157 | ## Realtime 158 | * [Codeiginter FB like Chat library](https://github.com/abuzer/ci-chat) - CodeIgniter facebook chat library. 159 | * [Codeigniter Chat](https://github.com/llbbl/codeigniter-chat) - web based chat -- right now just a simple shoutbox. 160 | * [Simple-realtime-message-SocketIO-NodeJS-CI](https://github.com/moemoe89/Simple-realtime-message-SocketIO-NodeJS-CI) - Simple realtime push message using CodeIgniter, Socket.IO (Node.JS), MySQL. 161 | 162 | ## User Guide Translations 163 | * [Indonesia](http://codeigniter-id.github.io/user-guide/) - Indonesian CodeIgniter User Guide. 164 | * [Brazil](https://cibr.github.io/User-Guide-CodeIgniter-PtBr/) - Brazilian CodeIgniter User Guide. 165 | 166 | ## Useful Websites 167 | * [avenir.ro/codeigniter-tutorials](http://avenir.ro/codeigniter-tutorials/) 168 | * [Codeigniter Tutorials for Newbie](https://github.com/petanikode/tutorial-codeigniter) - Free Codeigniter tutorials by Petanikode in Indonesian. 169 | * [Codeigniter Tutorials](https://www.tutorialspoint.com/codeigniter/) - Codeigniter tutorials by Tutorialspoint 170 | 171 | ## Community 172 | * [Official CodeIgniter](https://github.com/bcit-ci/CodeIgniter) 173 | * [Chinese](https://github.com/CodeIgniter-Chinese) 174 | * [Indonesia](https://github.com/codeigniter-id) 175 | * [Japan](https://github.com/codeigniter-jp) 176 | * [Brazil](https://github.com/CIBr) 177 | * [Polandia](https://github.com/codeigniter-polska) 178 | * [Taiwan](https://github.com/CodeIgniter-TW) 179 | * [Korea](https://github.com/codeigniter-korea-forum) 180 | 181 | ## License 182 | 183 | [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 184 | 185 | To the extent possible under law, [CodeIgniter Indonesia](https://github.com/codeigniter-id) has waived all copyright and related or neighboring rights to this work. 186 | -------------------------------------------------------------------------------- /Untitled Diagram.xml: -------------------------------------------------------------------------------- 1 | UzV2zq1wL0osyPDNT0nNUTV2VTV2LsrPL4GwciucU3NyVI0MMlNUjV1UjYwMgFjVyA2HrCFY1qAgsSg1rwSLBiADYTaQg2Y1AA== --------------------------------------------------------------------------------