PHPackages                             cable/cable-view - 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. [Framework](/categories/framework)
4. /
5. cable/cable-view

ActiveLibrary[Framework](/categories/framework)

cable/cable-view
================

View library for cable framework

1.0.4(9y ago)013MITPHP

Since Jun 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/CableFramework/View)[ Packagist](https://packagist.org/packages/cable/cable-view)[ RSS](/packages/cable-cable-view/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (6)Used By (0)

View
====

[](#view)

View Library For Cable Framework

```
$container = \Cable\Container\Factory::create();
$container->singleton(
    \Cable\Config\Config::class,
    function () {
        return new Cable\Config\Config(
            array(
                'view' => [
                    'path' => 'view/',
                    'cache' => 'cache/',
                ],
            )
        );
    }
);

$container->addProvider(\Cable\View\ViewServiceProvider::class);

```

Blade
-----

[](#blade)

```
$blade = $container->make(\Cable\View\BladeDriverInterface::class);

echo $blade->make('index', array(
    'test' => 'hello world'
     ));
```

Twig
----

[](#twig)

```
$container->addProvider(\Cable\View\TwigServiceProvider::class);

$twig = $twig->with('test', 'hello world')
             ->make('index.html');
```

view: 'app/view' cache: 'storage/cache'

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~1 days

Total

5

Last Release

3308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c3f1e53b43ef665cfe41f9c7fa30ca07d8c615020c30eeccdc4be0209a32bc3?d=identicon)[anonymframework](/maintainers/anonymframework)

---

Top Contributors

[![anonymframework](https://avatars.githubusercontent.com/u/13378594?v=4)](https://github.com/anonymframework "anonymframework (8 commits)")

### Embed Badge

![Health badge](/badges/cable-cable-view/health.svg)

```
[![Health](https://phpackages.com/badges/cable-cable-view/health.svg)](https://phpackages.com/packages/cable-cable-view)
```

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k86.9M2.2k](/packages/symfony-symfony)

PHPackages © 2026

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