• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-May-2022-4637

doc/H03-May-2022-3,2783,149

docs/H03-May-2022-

src/H03-May-2022-14,3216,426

xsd/H03-May-2022-5147

.editorconfigH A D18-May-2021313 1612

.scrutinizer.ymlH A D18-May-2021612 2322

CHANGELOG.mdH A D18-May-2021935 2823

CONTRIBUTING.mdH A D18-May-20211,003 2217

LICENSEH A D18-May-202125.8 KiB505418

README.mdH A D18-May-20211.4 KiB4026

_config.ymlH A D18-May-202127 11

composer.jsonH A D18-May-20211.9 KiB7675

phpcs.xmlH A D18-May-2021173 76

README.md

1
2# PHPTAL - Template Attribute Language for PHP
3
4[![Monthly Downloads](https://poser.pugx.org/scn/phptal/d/monthly)](https://packagist.org/packages/scn/phptal)
5[![License](https://poser.pugx.org/scn/phptal/license)](LICENSE)
6[![unittest](https://github.com/SC-Networks/PHPTAL/actions/workflows/unittests.yml/badge.svg)](https://github.com/SC-Networks/PHPTAL/actions/workflows/unittests.yml)
7
8Requirements
9============
10
11To use PHPTAL in your projects, you will require PHP 7.3 or later.
12
13If you want to use the builtin internationalisation system (I18N), the php-gettext extension must be installed or compiled into PHP (`--with-gettext`).
14
15Composer install (recommended)
16==============================
17
18You can install this package by using [Composer](http://getcomposer.org).
19Link to Packagist: https://packagist.org/packages/scn/phptal
20
21```sh
22composer require scn/phptal
23```
24
25Getting the latest development version
26======================================
27
28You can find the latest development version on github:
29
30	https://github.com/SC-Networks/PHPTAL
31
32Addition development requirements (optional)
33============================================
34
35If you would like to generate the offical html/text handbook by calling
36`make doc`, you will need to install the `xmlto` package. Please use
37your operating systems package manager to install it.
38
39If you'd like to create the sourcecode documentation, you need the `phpDocumentor.phar` executable
40in your `$PATH`.