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 yesterday

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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

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

4163d 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

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

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

725173.0k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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