Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smarty-php/smarty
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
https://github.com/smarty-php/smarty
php smarty
Last synced: 7 days ago
JSON representation
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
- Host: GitHub
- URL: https://github.com/smarty-php/smarty
- Owner: smarty-php
- License: other
- Created: 2014-10-30T20:15:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T15:22:43.000Z (6 months ago)
- Last Synced: 2024-05-23T00:01:30.600Z (6 months ago)
- Topics: php, smarty
- Language: PHP
- Homepage:
- Size: 22.6 MB
- Stars: 2,204
- Watchers: 184
- Forks: 698
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starts - smarty-php/smarty - Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. (php)
README
# 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.## Requirements
Smarty v5 can be run with PHP 7.2 to PHP 8.3.## 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.