Files
smarty/README.md

28 lines
855 B
Markdown
Raw Permalink Normal View History

# Smarty template engine
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
![CI](https://github.com/smarty-php/smarty/workflows/CI/badge.svg)
## Documentation
Read the [documentation](https://smarty-php.github.io/smarty/) to find out how to use it.
2018-04-14 20:32:35 +02:00
## Requirements
2025-07-02 10:01:28 +02:00
Smarty v5 can be run with PHP 7.2 to PHP 8.5.
## Installation
Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/).
To get the latest stable version of Smarty use:
```bash
composer require smarty/smarty
````
More in the [Getting Started](./docs/getting-started.md) section of the docs.
2025-04-13 22:34:16 +02:00
## Sponsors
Smarty is sponsored by:
- Marc Laporte [@marclaporte](https://github.com/marclaporte)
2025-05-27 22:39:34 +02:00
- [Temma](https://github.com/Digicreon/Temma), the MVC framework based on Smarty
2025-04-13 22:34:16 +02:00
Thank you!