https://github.com/kenjis/codeigniter-twig-samples
CodeIgniter Twig Samples
https://github.com/kenjis/codeigniter-twig-samples
Last synced: 7 months ago
JSON representation
CodeIgniter Twig Samples
- Host: GitHub
- URL: https://github.com/kenjis/codeigniter-twig-samples
- Owner: kenjis
- Created: 2016-02-13T03:15:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T05:33:15.000Z (about 2 years ago)
- Last Synced: 2025-04-15T00:54:16.893Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeIgniter Twig Samples
> [!WARNING]
> This repository is out of date.
> CodeIgniter 3 has not been updated for over a year already. It also does not
> support PHP 8.2. No official announcement has been made, but there is almost
> no maintainer.
> Upgrading to CodeIgniter 4 is strongly recommended.
> See https://github.com/kenjis/ci4-twig-sample.
## Requirements
* PHP 5.4 or later
* Composer
## Installation
~~~
$ git clone https://github.com/kenjis/codeigniter-twig-samples.git
$ cd codeigniter-twig-samples
$ composer install
~~~
## How to Run
~~~
$ cd codeigniter-twig-samples
$ bin/server.sh
~~~
Access `http://127.0.0.1:8000/`.
## References
* [CodeIgniter Composer Installer](https://github.com/kenjis/codeigniter-composer-installer)
* [CodeIgniter Simple and Secure Twig](https://github.com/kenjis/codeigniter-ss-twig)