Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palmtreephp/template

:palm_tree: Simple template class for rendering a view with some context
https://github.com/palmtreephp/template

composer-package php template

Last synced: about 1 month ago
JSON representation

:palm_tree: Simple template class for rendering a view with some context

Awesome Lists containing this project

README

        

# Palmtree PHP Template

Templating component for Palmtree PHP

## Usage
```php
Welcome to the Hello World site';

echo $template;
```

```html


```

## License

Released under the [MIT license](LICENSE)