PHPackages                             franzl/laravel-plates - 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. franzl/laravel-plates

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

franzl/laravel-plates
=====================

The powerful native PHP templating system Plates for Laravel.

1.0.0(11y ago)183.3k4PHPPHP &gt;=5.3.0

Since Nov 30Pushed 11y ago2 watchersCompare

[ Source](https://github.com/franzliedke/laravel-plates)[ Packagist](https://packagist.org/packages/franzl/laravel-plates)[ RSS](/packages/franzl-laravel-plates/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

laravel-plates
==============

[](#laravel-plates)

A Laravel driver for the powerful native PHP templating system [Plates](http://platesphp.com).

Installation with Composer
--------------------------

[](#installation-with-composer)

#### Step 1: Install package through Composer

[](#step-1-install-package-through-composer)

Add this line to the `require` section of your `composer.json`:

```
"franzl/laravel-plates": "dev-master"

```

Alternately, you can use the Composer command-line tool by running this command:

```
composer require franzl/laravel-plates

```

Next, run `composer install` to actually install the package.

#### Step 2: Register the service provider

[](#step-2-register-the-service-provider)

In your Laravel application, edit the `app/config/app.php` file and add this line to the `providers` array:

```
'Franzl\LaravelPlates\LaravelPlatesServiceProvider',

```

Usage
-----

[](#usage)

Once installed, you can use Laravel's view system as you always do. Files ending in `.plates.php` will automatically be treated as Plates templates. As long as you don't try to combine things like Blade layouts and Plates' partial views, everything should go well.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Total

3

Last Release

4111d ago

Major Versions

v0.9 → 1.0.02015-02-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a8620604a1f4094fee4ab1c3d2f6fccb6583293daf5f866c804d155c05b2e13?d=identicon)[franzliedke](/maintainers/franzliedke)

---

Top Contributors

[![franzliedke](https://avatars.githubusercontent.com/u/249125?v=4)](https://github.com/franzliedke "franzliedke (9 commits)")[![baileylo](https://avatars.githubusercontent.com/u/145345?v=4)](https://github.com/baileylo "baileylo (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/franzl-laravel-plates/health.svg)

```
[![Health](https://phpackages.com/badges/franzl-laravel-plates/health.svg)](https://phpackages.com/packages/franzl-laravel-plates)
```

###  Alternatives

[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

703141.0k7](/packages/tallstackui-tallstackui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
