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

..03-May-2022-

HTML/Template/H03-May-2022-1,599802

bin/H03-May-2022-55

examples/H03-May-2022-214148

tests/H03-May-2022-1,067805

README.rstH A D10-Dec-20191 KiB4735

README.rst

1********************
2HTML_Template_PHPLIB
3********************
4``preg_*`` based template system.
5
6The popular Template system from PHPLIB ported to PEAR.
7It has some features that can't be found currently in the original version like
8fallback paths.
9It has minor improvements and cleanup in the code as well as some speed
10improvements.
11
12
13============
14Installation
15============
16
17PEAR
18====
19::
20
21    $ pear install html_template_phplib
22
23
24Composer
25========
26::
27
28    $ composer require pear/html_template_phplib
29
30
31=====
32Links
33=====
34Homepage
35  http://pear.php.net/package/HTML_Template_PHPLIB
36Documentation
37  http://pear.php.net/manual/en/package.html.html-template-phplib.php
38Bug tracker
39  http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Template_PHPLIB
40Unit test status
41  https://travis-ci.org/pear/HTML_Template_PHPLIB
42
43  .. image:: https://travis-ci.org/pear/HTML_Template_PHPLIB.svg?branch=master
44     :target: https://travis-ci.org/pear/HTML_Template_PHPLIB
45Packagist
46  https://packagist.org/packages/pear/html_template_phplib
47