a simple php template class to build HTML markup progrmatically
...
Just checkout the repository and use the classes as you desire...
git clone https://gitlab.bjoernbartels.earth/php/simpletemplate.git
Another alternative for downloading the project is to grab it via curl
, and
then pass it to tar
:
cd my/project/dir
curl -L https://gitlab.bjoernbartels.earth/php/simpletemplate/repository/archive.tar.gz?ref=master | tar xz --strip-components=1
please see LICENSE file in project's root directory
© 2007, 2016 [Björn Bartels], coding@bjoernbartels.earth, all rights reserved.