PHPackages                             gosukiwi/silex-katar - 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. gosukiwi/silex-katar

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

gosukiwi/silex-katar
====================

Silex service provider for Katar template engine

0.2.0(11y ago)016PHPPHP &gt;=5.3.0

Since May 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gosukiwi/silex-katar)[ Packagist](https://packagist.org/packages/gosukiwi/silex-katar)[ Docs](https://github.com/gosukiwi/silex-katar)[ RSS](/packages/gosukiwi-silex-katar/feed)WikiDiscussions master Synced 2d ago

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

Silex Provider for Katar
========================

[](#silex-provider-for-katar)

Katar is a simplistic template engine for PHP based on Blade.

For more information on Katar see the [official repo](https://github.com/gosukiwi/katar).

Usage
=====

[](#usage)

Installation is easy though composer

```
$ composer require gosukiwi/silex-katar

```

Then register the service

```
$app->register(new SilexKatar\KatarServiceProvider(), array(
  'katar.views_path' => __DIR__ . '/views',
  'katar.debug' => false,
));

// Somewhere in your code...

$app->get('/myRote', function () use ($app) {
  // Some code...
  return $app['katar']->render('myView.katar.html', array( 'data' => 'someVal' ));
});
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Every ~0 days

Total

2

Last Release

4373d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/045612b9b1a8f8df61eb87b367020b1ee336a14da82f1665ce68b0cf08fdfa95?d=identicon)[gosukiwi](/maintainers/gosukiwi)

---

Top Contributors

[![gosukiwi](https://avatars.githubusercontent.com/u/161972?v=4)](https://github.com/gosukiwi "gosukiwi (10 commits)")

---

Tags

phptemplatesilexkatar

### Embed Badge

![Health badge](/badges/gosukiwi-silex-katar/health.svg)

```
[![Health](https://phpackages.com/badges/gosukiwi-silex-katar/health.svg)](https://phpackages.com/packages/gosukiwi-silex-katar)
```

###  Alternatives

[alhimik1986/php-excel-templator

PHP Spreadsheet extension for generating excel files from template

350336.7k1](/packages/alhimik1986-php-excel-templator)

PHPackages © 2026

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