Download the PHP package arveres/arveres-template without Composer
On this page you can find all versions of the php package arveres/arveres-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arveres/arveres-template
More information about arveres/arveres-template
Files in arveres/arveres-template
Download arveres/arveres-template
More information about arveres/arveres-template
Files in arveres/arveres-template
Vendor arveres
Package arveres-template
Short Description biblioteca pessoal de um template engine
License MIT
Package arveres-template
Short Description biblioteca pessoal de um template engine
License MIT
Please rate this library. Is it a good library?
Informations about the package arveres-template
Arveres Template
Arveres Template é um template engine com funcionalidades básicas 100% nativa em PHP.
Instalação
Para instalar Arveres Template, você o comando composer diretamente em seu terminal:
ou você pode adicionar a seguinte linha em seu arquivo composer.json
.
Em seguida, execute o comando:
Exemplo de uso:
Vamos assumir a seguinte estrutura de diretórios e arquivos:
Renderização simples
Estendendo Template
home.php
Carregando conteúdo no template
main.php
Utilizando funções com o template engine
Lista de funções disponíveis:
- lower - Converte uma string para minúsculas
- upper - Converte uma string para maiúsculas
- uc - Converte o primeiro caractere da string para maiúsculo e restante para minúsculo
Requisitos
- PHP 8.0 ou superior
All versions of arveres-template with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package arveres/arveres-template contains the following files
Loading the files please wait ....