alex-kalanis/kw_templates

Basic template system from KWCMS

v3.0.0 2024-03-29 09:12 UTC

This package is auto-updated.

Last update: 2024-04-29 09:32:25 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Simple template system for PHP and Python

PHP Installation

composer.phar require alex-kalanis/kw_templates

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\kw_templates\Template" into your app. Extends it for setting your case.

4.) Extend your libraries by interfaces inside the package.

5.) Just call setting and render

Python Installation

into your "setup.py":

    install_requires=[
        'kw_templates',
    ]

Python Usage

1.) Connect the "kw_templates.template" into your app. When it came necessary you can extends every library to comply your use-case; mainly your sending agent.