Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csvitor-dev/template-render-twig
A template rendering system using the Twig engine.
https://github.com/csvitor-dev/template-render-twig
composer php8 twig
Last synced: 8 days ago
JSON representation
A template rendering system using the Twig engine.
- Host: GitHub
- URL: https://github.com/csvitor-dev/template-render-twig
- Owner: csvitor-dev
- Created: 2025-01-15T12:41:08.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:25:08.000Z (9 days ago)
- Last Synced: 2025-01-15T18:53:14.972Z (9 days ago)
- Topics: composer, php8, twig
- Language: PHP
- Homepage: https://twig.symfony.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Rendering System | PHP + Twig
> a simple application to experiment with PHP features and libraries, including the Composer manager
## Project Dependencies
> For this project, I used the (**Laragon**)[https://laragon.org/] portable application - lightweight, extensible and fast
> for development in PHP and other technologies --, a local server environment (a container, in practice) with
> self-contained services, such as **MySQL** and **Nginx**.| Technology | Version |
| ---------- | ------- |
| Laragon | 6.0.0 |
| Composer | 2.8.4 |
| PHP | ^8.0.2 |
| Twig | ^3.0.0 |
| Guzzle | ^7.9.0 |
| Nginx | 1.14.0 |