{"id":15095688,"url":"https://github.com/manuelgil/ci4-mustache","last_synced_at":"2026-01-28T05:20:28.101Z","repository":{"id":60951154,"uuid":"547018119","full_name":"ManuelGil/ci4-mustache","owner":"ManuelGil","description":"🔥 Boilerplate with CodeIgniter 4 and Mustache Template Engine.","archived":false,"fork":false,"pushed_at":"2024-04-14T19:44:28.000Z","size":349,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T04:33:33.379Z","etag":null,"topics":["codeigniter","codeigniter-mustache","codeigniter-template","codeigniter4","codeigniter4-mustache","codeigniter4-template","mustache-template"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/manuelgil/ci4-mustache","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/ManuelGil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":["ManuelGil"],"ko_fi":"ManuelGil","custom":["https://www.buymeacoffee.com/ManuelGil","https://paypal.me/ManuelFGil"]}},"created_at":"2022-10-07T02:33:50.000Z","updated_at":"2024-07-30T05:07:56.033Z","dependencies_parsed_at":"2024-03-29T18:49:00.414Z","dependency_job_id":"dae28feb-99c3-4bb8-8521-f874a64f3a74","html_url":"https://github.com/ManuelGil/ci4-mustache","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"f6d02fe2a378c957190869cb019c6278c3e0cfc1"},"previous_names":[],"tags_count":20,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelGil%2Fci4-mustache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelGil%2Fci4-mustache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelGil%2Fci4-mustache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelGil%2Fci4-mustache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManuelGil","download_url":"https://codeload.github.com/ManuelGil/ci4-mustache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245878929,"owners_count":20687297,"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":["codeigniter","codeigniter-mustache","codeigniter-template","codeigniter4","codeigniter4-mustache","codeigniter4-template","mustache-template"],"created_at":"2024-09-25T15:41:15.090Z","updated_at":"2026-01-28T05:20:23.071Z","avatar_url":"https://github.com/ManuelGil.png","language":"PHP","funding_links":["https://github.com/sponsors/ManuelGil","https://ko-fi.com/ManuelGil","https://www.buymeacoffee.com/ManuelGil","https://paypal.me/ManuelFGil"],"categories":[],"sub_categories":[],"readme":"# Codeigniter 4 with Mustache Template Engine\n\n[![Packagist Version](https://img.shields.io/packagist/v/manuelgil/ci4-mustache?style=for-the-badge\u0026logo=packagist)](https://packagist.org/packages/manuelgil/ci4-mustache)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/manuelgil/ci4-mustache?style=for-the-badge\u0026logo=packagist)](https://packagist.org/packages/manuelgil/ci4-mustache)\n[![Packagist Stars](https://img.shields.io/packagist/stars/manuelgil/ci4-mustache?style=for-the-badge\u0026logo=github)](https://github.com/ManuelGil/ci4-mustache)\n[![Packagist License](https://img.shields.io/packagist/l/manuelgil/ci4-mustache?style=for-the-badge\u0026logo=github)](https://github.com/ManuelGil/ci4-mustache/blob/main/LICENSE)\n\n🔥 Boilerplate: Mustache template engine for CodeIgniter 4 framework. This project is a simple and fast way to start a new project with CodeIgniter 4 and Mustache Template Engine.\n\nThis project is based on the [Codeigniter 4 with Template Engine](https://github.com/ManuelGil/ci4-template-engine).\n\n## Requirements\n\n- [PHP 8.1](https://www.php.net/releases/8_1_0.php) or later\n  - [intl](http://php.net/manual/en/intl.requirements.php)\n  - [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\n  - json (enabled by default - don't turn it off)\n  - [mbstring](http://php.net/manual/en/mbstring.installation.php)\n  - [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL\n  - xml (enabled by default - don't turn it off)\n\n## Installation\n\n### Copy this project\n\n1. Clone or Download this repository\n2. Unzip the archive if needed\n3. Rename the folder if needed\n4. Start a Text Editor (VSCode, Sublime, PHPStorm, etc)\n5. Add the project folder to the editor\n\n### Install the project\n\nYou can install this project via composer with the following commands:\n\n#### _Development_\n\n- Required a composer installation.\n\n```bash\ncomposer install\n```\n\n- Downloading [composer.phar](https://getcomposer.org/download/).\n\n```bash\nsudo php composer.phar install\n```\n\n#### _Production_\n\n- Required a composer installation.\n\n```bash\ncomposer install --no-dev --optimize-autoloader\n```\n\n- Downloading [composer.phar](https://getcomposer.org/download/).\n\n```bash\nsudo php composer.phar install --no-dev --optimize-autoloader\n```\n\n## Configure the project\n\n- Copy the [`env`](./env) file and call it `.env`.\n\n```bash\ncp env .env\n```\n\n- Edit the environment variables in the .env file as you need.\n\n- Make www-data the owner to `writable` folder.\n\n```bash\nsudo chown -R www-data: writable/\n```\n\n- Start project\n\n```bash\nphp spark serve\n```\n\n## Built With\n\n- CodeIgniter 4.5.4 ([CodeIgniter](https://www.codeigniter.com/download))\n- Mustache Template Engine - Snippets \u0026 Autocomplete for VSCode ([Mustache Template - Snippets \u0026 Autocomplete](https://marketplace.visualstudio.com/items?itemName=imgildev.vscode-mustache-snippets))\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md)\n\n## Contributing\n\nThank you for considering contributing to alternative admin. The contribution guide can be found in the [CONTRIBUTING.md](./.github/CONTRIBUTING.md).\n\n## Code of Conduct\n\nIn order to ensure that the alternate admin community is welcoming to all, please review and abide by the [CODE_OF_CONDUCT](./.github/CODE_OF_CONDUCT.md).\n\n## Authors\n\n- **Manuel Gil** - _Owner_ - [ManuelGil](https://github.com/ManuelGil)\n\nSee also the list of [contributors](https://github.com/ManuelGil/ci4-mustache/contributors)\nwho participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [MIT](https://opensource.org/licenses/MIT) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelgil%2Fci4-mustache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelgil%2Fci4-mustache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelgil%2Fci4-mustache/lists"}