{"id":20834492,"url":"https://github.com/komputronika/codeigniter-installer","last_synced_at":"2026-04-19T23:34:05.472Z","repository":{"id":57008280,"uuid":"105846192","full_name":"komputronika/codeigniter-installer","owner":"komputronika","description":"CodeIgniter Composer Installer ","archived":false,"fork":false,"pushed_at":"2018-09-28T01:29:52.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T08:46:42.525Z","etag":null,"topics":["codeigniter","composer-installer","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/komputronika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-05T03:38:35.000Z","updated_at":"2018-09-28T01:28:43.000Z","dependencies_parsed_at":"2022-08-21T14:31:11.671Z","dependency_job_id":null,"html_url":"https://github.com/komputronika/codeigniter-installer","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/komputronika/codeigniter-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komputronika%2Fcodeigniter-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komputronika%2Fcodeigniter-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komputronika%2Fcodeigniter-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komputronika%2Fcodeigniter-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komputronika","download_url":"https://codeload.github.com/komputronika/codeigniter-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komputronika%2Fcodeigniter-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32026681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["codeigniter","composer-installer","php"],"created_at":"2024-11-18T00:19:27.041Z","updated_at":"2026-04-19T23:34:05.450Z","avatar_url":"https://github.com/komputronika.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeIgniter Installer\n\n[![Latest Stable Version](https://poser.pugx.org/komputronika/codeigniter-installer/v/stable)](https://packagist.org/packages/komputronika/codeigniter-installer) [![Total Downloads](https://poser.pugx.org/komputronika/codeigniter-installer/downloads)](https://packagist.org/packages/komputronika/codeigniter-installer) [![License](https://poser.pugx.org/komputronika/codeigniter-installer/license)](https://packagist.org/packages/komputronika/codeigniter-installer)\n\nThis package installs the offical [CodeIgniter](https://github.com/bcit-ci/CodeIgniter) (version `3.1.*`) with secure folder structure via Composer.\n\nYou can update CodeIgniter system folder to latest version with one command.\n\n## Folder Structure\n\n```\ncodeigniter/\n├── .htaccess\n├── index.php\n├── application/\n├── composer.json\n├── composer.lock\n└── vendor/\n    └── codeigniter/\n        └── framework/\n            └── system/\n```\n\n## Requirements\n\n* PHP 5.3.7 or later\n* `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx))\n* Git\n\n## How to Use\n\n### Install CodeIgniter\n\n```\n$ composer create-project komputronika/codeigniter-installer codeigniter\n```\n\nAbove command installs `public/.htaccess` to remove `index.php` in your URL. If you don't need it, please remove it.\n\nAnd it changes `application/config/config.php`:\n\n~~~\n$config['composer_autoload'] = FALSE;\n↓\n$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php');\n~~~\n\n~~~\n$config['index_page'] = 'index.php';\n↓\n$config['index_page'] = '';\n~~~\n\n#### Install Translations for System Messages\n\nIf you want to install translations for system messages:\n\n```\n$ cd /path/to/codeigniter\n$ php bin/install.php translations 3.1.0\n```\n\n#### Install Third Party Libraries\n\n[Codeigniter Matches CLI](https://github.com/avenirer/codeigniter-matches-cli):\n\n```\n$ php bin/install.php matches-cli master\n```\n\n[CodeIgniter HMVC Modules](https://github.com/jenssegers/codeigniter-hmvc-modules):\n\n```\n$ php bin/install.php hmvc-modules master\n```\n\n[Modular Extensions - HMVC](https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc):\n\n```\n$ php bin/install.php modular-extensions-hmvc codeigniter-3.x\n```\n\n[Ion Auth](https://github.com/benedmunds/CodeIgniter-Ion-Auth):\n\n```\n$ php bin/install.php ion-auth 2\n```\n\n[CodeIgniter3 Filename Checker](https://github.com/kenjis/codeigniter3-filename-checker):\n\n```\n$ php bin/install.php filename-checker master\n```\n\n[CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver):\n\n```\n$ php bin/install.php restserver 2.7.2\n```\n[CodeIgniter Developer Toolbar](https://github.com/JCSama/CodeIgniter-develbar):\n\n```\n$ php bin/install.php codeigniter-develbar master\n```\n\n[Codeigniter Model ORM](https://github.com/komputronika/codeigniter-model):\n\n```\n$ php bin/install.php codeigniter-model master\n```\n\n### Run PHP built-in server (PHP 5.4 or later)\n\n```\n$ cd /path/to/codeigniter\n$ bin/server.sh\n```\n\n### Update CodeIgniter\n\n```\n$ cd /path/to/codeigniter\n$ composer update\n```\n\nYou must update files manually if files in `application` folder or `index.php` change. Check [CodeIgniter User Guide](http://www.codeigniter.com/user_guide/installation/upgrading.html).\n\n## Reference\n\n* [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)\n* [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)\n* [Translations for CodeIgniter System](https://github.com/bcit-ci/codeigniter3-translations)\n\n## Related Projects for CodeIgniter 3.x\n\n* [CLI for CodeIgniter 3.0](https://github.com/kenjis/codeigniter-cli)\n* [CI PHPUnit Test](https://github.com/kenjis/ci-phpunit-test)\n* [CodeIgniter Simple and Secure Twig](https://github.com/kenjis/codeigniter-ss-twig)\n* [CodeIgniter Doctrine](https://github.com/kenjis/codeigniter-doctrine)\n* [CodeIgniter Deployer](https://github.com/kenjis/codeigniter-deployer)\n* [CodeIgniter3 Filename Checker](https://github.com/kenjis/codeigniter3-filename-checker)\n* [CodeIgniter Widget (View Partial) Sample](https://github.com/kenjis/codeigniter-widgets)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomputronika%2Fcodeigniter-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomputronika%2Fcodeigniter-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomputronika%2Fcodeigniter-installer/lists"}