lcloss / view
Simple PHP package to manage views and templates
Requires
- lcloss/env: dev-release/0.0.1
- lcloss/route: dev-release/0.0.1
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-07 09:25:59 UTC
README
Simple PHP package to manage views and templates
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!