Skip to content

Commit

Permalink
style: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 5, 2021
1 parent e788709 commit 8567547
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# php-pkg-template
# FastTpl

[![License](https://img.shields.io/packagist/l/phppkg/fasttpl.svg?style=flat-square)](LICENSE)
[![Php Version](https://img.shields.io/badge/php-%3E=7.4.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/phppkg/fasttpl)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/phppkg/fasttpl)](https://github.com/phppkg/fasttpl)
[![Actions Status](https://github.com/phppkg/fasttpl/workflows/Unit-Tests/badge.svg)](https://github.com/phppkg/fasttpl/actions)

⚡️ Simple and fast template engine for PHP
⚡️ Simple and fastly text template engine for PHP

## Install

Expand All @@ -17,10 +17,12 @@ composer require phppkg/fasttpl

## Usage

- clone this repository to local
- update readme description
- search all `phppkg/fasttpl` and replace to your package name.
- update `composer.json` contents: name, description, require, autoload
```php
use PhpPkg\FastTpl\FastTemplate;

$t = new FastTemplate();
$t->parse();
```

## License

Expand Down

0 comments on commit 8567547

Please sign in to comment.