PHPackages                             brbunny/brplates - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. brbunny/brplates

ActiveLibrary[Templating &amp; Views](/categories/templating)

brbunny/brplates
================

BrPlates is a component for handling view layer using Plates

v1.3.0(2y ago)0125↓100%1MITPHPPHP ^7.2|^8.0

Since Feb 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kevind3v/brplates)[ Packagist](https://packagist.org/packages/brbunny/brplates)[ RSS](/packages/brbunny-brplates/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (1)

BRPLATES @BrBunny
=================

[](#brplates-brbunny)

[![Maintainer](https://camo.githubusercontent.com/be6db128ebeba97c9e8c4461f81e280ea1ee0dc5ee0f5c21c386ac8df2448144/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406b6576696e6433762d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v)[![PHP from Packagist](https://camo.githubusercontent.com/0202f087b624bceb2c379c1f6864a6412d27613996b1f7af1ef40ae3b0f55548/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f627262756e6e792f6272706c617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/brplates)[![Latest Version](https://camo.githubusercontent.com/1fa2333359642311359865fa62a3899b41915527f2e4d33872ca5573faeb2172/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6576696e6433762f6272706c617465732e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/brplates/releases/)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/brplates/blob/main/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/00306cccc9b647e7a778161bd2147aec16209c1b4898f149b01c0f866a25df29/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627262756e6e792f6272706c617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/brplates)

BrPlates is a component for handling view layer using Plates

#### Installation

[](#installation)

BrPlates is available through Composer:

```
"brbunny/brplates": "1.2.*"
```

or run

```
composer require brbunny/brplates
```

#### Documentation

[](#documentation)

For more details on how to use BrPlates, see the example folder with details in the component directory or to learn more visit [PlatesPHP](https://platesphp.com/)

##### Initialization

[](#initialization)

*To start using BrPlates, instantiate the class inside your controller. To learn more, visit [PlatesPHP](https://platesphp.com/)*

Para começar a usar o BrPlates, instancie a classe dentro do seu controlador. Para saber mais, visite [PlatesPHP](https://platesphp.com/)

```
