{"id":14987299,"url":"https://github.com/simpletine/codeigniter4-starter","last_synced_at":"2026-01-22T14:39:09.002Z","repository":{"id":245481314,"uuid":"818590190","full_name":"Simpletine/CodeIgniter4-Starter","owner":"Simpletine","description":"Starter for static version of development","archived":false,"fork":false,"pushed_at":"2024-10-03T22:42:20.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T17:47:46.328Z","etag":null,"topics":["codeigniter4","mvc-architecture","mvc-framework","simpletine"],"latest_commit_sha":null,"homepage":"","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/Simpletine.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":"2024-06-22T09:08:31.000Z","updated_at":"2024-10-03T22:44:22.000Z","dependencies_parsed_at":"2024-06-22T10:27:08.469Z","dependency_job_id":"2a2cfdbd-d524-4b7b-99dc-a6d7dcf4fa39","html_url":"https://github.com/Simpletine/CodeIgniter4-Starter","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"c45ee94c70a22c0ffdb62daf9cea6353587064c3"},"previous_names":["simpletine/codeigniter4-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpletine%2FCodeIgniter4-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpletine%2FCodeIgniter4-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpletine%2FCodeIgniter4-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpletine%2FCodeIgniter4-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simpletine","download_url":"https://codeload.github.com/Simpletine/CodeIgniter4-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493572,"owners_count":21113281,"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":["codeigniter4","mvc-architecture","mvc-framework","simpletine"],"created_at":"2024-09-24T14:14:24.323Z","updated_at":"2026-01-22T14:39:08.958Z","avatar_url":"https://github.com/Simpletine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeIgniter4 Starter\n\n[![Official Website](https://img.shields.io/badge/Official_Website-Visit-yellow)](https://simpletine.com)  \n[![YouTube Channel](https://img.shields.io/badge/YouTube_Channel-Subscribe-FF0000)](https://www.youtube.com/channel/UCRuDf31rPyyC2PUbsMG0vZw) \n\n## Overview\nThis repository provides a starter template for **CodeIgniter 4**, configured to get your application up and running quickly. Follow the instructions below to set up and start developing with CodeIgniter 4.\n\n## Prerequisites\nEnsure you have the following installed before starting:\n\n- **PHP 7.4** or above\n- **Composer**\n- **CodeIgniter 4.4.8**\n\n## Installation Guide\n\n### 1. Clone the Project\nChoose one of the following methods to clone the project into your desired folder:\n\n**Using Composer:**\n```bash\ncomposer create-project simpletine/codeigniter4-starter starter --stability=dev\n```\n\n**Or using Git:**\n\n```bash\ngit clone https://github.com/Simpletine/CodeIgniter4-Starter.git starter\n```\n\n**Navigate to the project folder:**\n```bash\ncd starter\n```\n\n### 2. Update Dependencies\nRun the following commands to update dependencies and copy required files:\n\n```bash\ncomposer update\ncp vendor/codeigniter4/framework/public/index.php public/index.php\ncp vendor/codeigniter4/framework/spark spark\n```\n\n### 3. Set Up Environment File\nCopy the .env file to the root directory:\n\n```bash\ncp env .env\n```\n\n### 4. Start the Application\nRun the app using the built-in server. If you want to use a custom port (e.g., 9000), specify it using the --port option:\n\n```php\nphp spark serve --port=9000\n```\n\nThe application should now be accessible at http://localhost:9000.\n\n## Code Standards and Fixing\nThis project follows PHP coding standards. To automatically fix coding standard issues, run the following command:\n\n```php\ncomposer run fix\n```\n\n## Troubleshooting\nIf you encounter any issues during installation, feel free to open a discussion in the community.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpletine%2Fcodeigniter4-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpletine%2Fcodeigniter4-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpletine%2Fcodeigniter4-starter/lists"}