{"id":18814362,"url":"https://github.com/n2geoff/codeigniter-starter","last_synced_at":"2026-03-08T07:31:02.667Z","repository":{"id":5347983,"uuid":"6533728","full_name":"n2geoff/codeigniter-starter","owner":"n2geoff","description":"Codeigniter Project Starter","archived":false,"fork":false,"pushed_at":"2018-12-09T03:55:27.000Z","size":5288,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T21:46:31.488Z","etag":null,"topics":["codeigniter","php","restful-api","starter-template"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n2geoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-04T18:18:17.000Z","updated_at":"2018-12-09T03:56:29.000Z","dependencies_parsed_at":"2022-08-25T19:50:09.928Z","dependency_job_id":null,"html_url":"https://github.com/n2geoff/codeigniter-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/n2geoff/codeigniter-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2geoff%2Fcodeigniter-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2geoff%2Fcodeigniter-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2geoff%2Fcodeigniter-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2geoff%2Fcodeigniter-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n2geoff","download_url":"https://codeload.github.com/n2geoff/codeigniter-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2geoff%2Fcodeigniter-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30248835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","php","restful-api","starter-template"],"created_at":"2024-11-07T23:40:33.361Z","updated_at":"2026-03-08T07:31:02.644Z","avatar_url":"https://github.com/n2geoff.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"CodeIgniter Starter Project\n----\n\nA re-structured version Codeigniter, bootstrapped with the webs best libraries to provide a scaleable, out-of-the-box development stack (IE8+).\n\n#### What's Included\n- [Codeigniter - 2.2.2](http://www.codeigniter.com)\n- [Rest Server](https://github.com/philsturgeon/codeigniter-restserver)\n- [Modular Extensions - fecd39c](https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/)\n- [HTML5 Boilerplate - 5.2](http://html5boilerplate.com/)\n- [Twitter Bootstrap - 3.3.4](http://getbootstrap.com/)\n- [JQuery - 1.11.3](http://jquery.com/)\n\n## Setup\n\n### 1. Clone Repo\n\n    clone git://github.com/n2geoff/codeigniter-starter.git\n\n### 2. Configure Apache Virtual Host\n\n    \u003cVirtualHost application.dev:80\u003e\n        DocumentRoot \"\u003cpath\u003e/application/public/\"\n        ServerName application.dev\n        ErrorLog \"logs/application-error.log\"\n        CustomLog \"logs/application-access.log\" combined\n    \u003c/VirtualHost\u003e\n\n### 3. Start Developing\n\n## Folder Structure\n\n\tcodeigniter/\n\t\t2.2.2/\t\t\t\t\u003c-- Original System Folder\n\t\t\tcore/\n    \t\tdatabase/\n    \t\tfonts/\n    \t\thelpers/\n\t\t\tlanguage/\n\t\t\tlibraries/\n\n\tapplication/\t\t\t\u003c-- application, ie. example.com\n\t\tprivate/\t\t\t\u003c-- Original Application Folder\n\t\t\tcache/\n\t\t\tconfig/\n\t\t\tcontrollers/\n\t\t\tcore/\n\t\t\terrors/\n\t\t\thelpers/\n\t\t\thooks/\n\t\t\tlanguage/\n\t\t\tlibraries/\n\t\t\tlogs/\n\t\t\tmodels/\n\t\t\tmodules/        \u003c-- Added\n\t\t\tmigrations/ \t\u003c-- Added \n\t\t\tthird_party/\n\t\t\tviews/\n\t\tpublic/\n\t\t\tcss/\n\t\t\tfonts/\n\t\t\timg/\n\t\t\tjs/\n\t\t\tuser_guide/\t\t\u003c-- Original User Guide\n\t\t\t\n### System Structure\n\nThe `codeigniter/2.2.2` folder structure change allows switching between versions of Codeigiter by simply updating your `$system_path` setting in `application/public/index.php`.  \n\n    $system_path = '../../codeigniter/2.2.2';\n\n\u003eTo add another version of Codeigniter, create a folder representing the Codeigniter version (2.2.2) and copy the contents of the `system` into that folder.\n\n### Application Structure\n\nThe _application folder_ is still where all you application code lives, only now it includes -- all your application code.  Your javascript files, your stylesheets, and your images.  \n\nThe goal is two-fold\n\n1. Self-contained Applications\n2. Support for Multiple Applications\n\n### Public Folder\n\nA place to store all your web accessible content, such as images, stylesheets, ect... \n\n\u003e`application/public/` folder is the entry point for your web accessible content.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2geoff%2Fcodeigniter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn2geoff%2Fcodeigniter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2geoff%2Fcodeigniter-starter/lists"}