lcloss/view

Simple PHP package to manage views and templates

dev-main 2020-11-07 00:22 UTC

This package is auto-updated.

Last update: 2024-04-07 08:20:22 UTC


README

Simple PHP package to manage views and templates

Software License GitHub version Travis CI Status

Introduction

This is a simple template system to manage html and PHP.

Install

I recommend you to install this package through Composer.

You can easly install this package with:

$ composer require lcloss/view

If you don't want to install through Composer, you can copy src/view.php class to any folder where it can be loaded.

Yes, this is a simple class.

Quick Start

The simple way is Please, see the Quick Start Guide.

Security

If you found any security issues, please, let me know luciano_at_devcorner.io (Remove '_' from address and replace 'at' accordanly).

Code fixing and improvements

If you found any bug or if you have any suggestion, please, let me know. Bug fixes will be priority over any other issues, but sugestions are welcome too.

Colaboration

If you interested in colaborate on this project, you can make a pull request!