PHPackages                             iamproperty/laravel-tal - 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. iamproperty/laravel-tal

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

iamproperty/laravel-tal
=======================

TAL (Template Attribute Language) template engine for Laravel

0.1.0(6y ago)14proprietaryPHPCI failing

Since May 24Pushed 5y agoCompare

[ Source](https://github.com/iamproperty/laravel-tal)[ Packagist](https://packagist.org/packages/iamproperty/laravel-tal)[ RSS](/packages/iamproperty-laravel-tal/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel TAL
===========

[](#laravel-tal)

TAL (Template Attribute Language) template engine for Laravel and Lumen

Installation For Laravel
------------------------

[](#installation-for-laravel)

Require this package with Composer

```
$ composer require iamproperty/laravel-tal
```

If you don't use package auto-discovery you can add the service provider to your `config.app.php`.

```
'providers' => [
    IAMProperty\LaravelTal\TalServiceProvider::class,
]
```

Installation For Lumen
----------------------

[](#installation-for-lumen)

Require this package with Composer

```
$ composer require iamproperty/laravel-tal
```

Register the service provider in your `bootstrap/app.php`

```
$app->register(IAMProperty\LaravelTal\TalServiceProvider::class);
```

Configuration
-------------

[](#configuration)

If you need to configure *laravel-tal* you can change setting in the configuration file.

### Laravel

[](#laravel)

Publish the config file

```
$ php artisan vendor:publish --provider "IAMProperty\LaravelTal\TalServiceProvider"
```

### Lumen

[](#lumen)

Copy the `vendor/iamproperty/laravel-tal/config/tal.php` file to your local config directory.

```
$app->configure('tal');
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2545d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9892048?v=4)[James Fenwick](/maintainers/jmsfwk)[@jmsfwk](https://github.com/jmsfwk)

![](https://www.gravatar.com/avatar/39ea2c0cdf730d42cc270df563d242ff6fdd01b6b1899e72d3d9b0116f540036?d=identicon)[iamproperty](/maintainers/iamproperty)

---

Top Contributors

[![jmsfwk](https://avatars.githubusercontent.com/u/9892048?v=4)](https://github.com/jmsfwk "jmsfwk (5 commits)")

---

Tags

template

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iamproperty-laravel-tal/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

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

688221.3k17](/packages/livewire-blaze)[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.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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