PHPackages                             nojimage/cakephp-taltal - 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. nojimage/cakephp-taltal

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

nojimage/cakephp-taltal
=======================

CakePHP TALTAL – PHPTAL View plugin. This plugin provides PHPTAL View Class

2.1.1(12y ago)21153[2 issues](https://github.com/nojimage/CakePHP-TALTAL/issues)[1 PRs](https://github.com/nojimage/CakePHP-TALTAL/pulls)LGPL-3.0+PHPPHP &gt;=5.3.0

Since Feb 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/nojimage/CakePHP-TALTAL)[ Packagist](https://packagist.org/packages/nojimage/cakephp-taltal)[ Docs](https://github.com/nojimage/CakePHP-TALTAL)[ RSS](/packages/nojimage-cakephp-taltal/feed)WikiDiscussions master Synced yesterday

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

CakePHP TALTAL – PHPTAL View plugin
===================================

[](#cakephp-taltal--phptal-view-plugin)

PHP 5.3+, CakePHP 2.1+

This plugin provides PHPTAL View Class

Copyright 2013, php-tips.com ()

[![](https://camo.githubusercontent.com/eacdb7102631dc2604e5f3343b62f1f8d9a9bc822cd309d8f47071ed1ae298b8/68747470733a2f2f7472617669732d63692e6f72672f6e6f6a696d6167652f43616b655048502d54414c54414c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nojimage/CakePHP-TALTAL)

Plugin Installation
-------------------

[](#plugin-installation)

```
git submodule add -f https://github.com/nojimage/CakePHP-TALTAL.git plugins/Taltal
```

and get PHPTAL library.

```
cd plugins/Taltal
git submodule update --init
```

Usage
-----

[](#usage)

in app/Config/bootstrap.php

```

CakePlugin::load('Taltal');

```

or

```

CakePlugin::loadAll();

```

in AppController

```

class AppController extends Controller {
    // ...(snip)
    public $viewClass = 'Taltal.Phptal';
    // ...(snip)
}

```

set vars in controller action.

```

class PostsController extends AppController {
    function index() {
        $people = array(
            array('name' => 'foo', 'phone' => '01-344-121-021'),
            array('name' => 'bar', 'phone' => '05-999-165-541'),
            array('name' => 'baz', 'phone' => '01-389-321-024'),
            array('name' => 'quz', 'phone' => '05-321-378-654'),
        );
        $this->set(compact('people'));
    }
}

```

and create view file, extension is .html or .xhtml or .zpt

eg. app/View/Posts/index.html

```

            Name
            Phone

            person's name
            person's phone

            sample name
            sample phone

            sample name
            sample phone

```

LICENSE
-------

[](#license)

 GNU Lesser General Public License

Thanks
------

[](#thanks)

Support for CakePHP2.0. Thanks!: Juracy Filho
[PHPTAL :: Template Attribute Language for PHP 5](http://phptal.org/)
[Using PHPTAL for templates: PhptalView class | The Bakery, Everything CakePHP](http://bakery.cakephp.org/articles/dkvasnicka/2007/04/24/using-phptal-for-templates-phptalview-class)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~173 days

Total

2

Last Release

4718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3fe494e51e33958f5c8079669fd036dfee4c2e6b11f85f2249ba36c371986e3?d=identicon)[nojimage](/maintainers/nojimage)

---

Top Contributors

[![nojimage](https://avatars.githubusercontent.com/u/100564?v=4)](https://github.com/nojimage "nojimage (54 commits)")[![juracy](https://avatars.githubusercontent.com/u/48622?v=4)](https://github.com/juracy "juracy (11 commits)")[![ykanda](https://avatars.githubusercontent.com/u/322414?v=4)](https://github.com/ykanda "ykanda (1 commits)")

---

Tags

cakephpviewphptal

### Embed Badge

![Health badge](/badges/nojimage-cakephp-taltal/health.svg)

```
[![Health](https://phpackages.com/badges/nojimage-cakephp-taltal/health.svg)](https://phpackages.com/packages/nojimage-cakephp-taltal)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[friendsofcake/cakephp-csvview

A CSV View class for CakePHP

1782.6M5](/packages/friendsofcake-cakephp-csvview)[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)[dereuromark/cakephp-ajax

A CakePHP plugin that makes working with AJAX a piece of cake.

54262.9k1](/packages/dereuromark-cakephp-ajax)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

216.7k](/packages/pressbooks-pressbooks-book)[dereuromark/cakephp-feed

A CakePHP plugin containing RssView and AtomView classes for generating RSS 2.0 and Atom 1.0 feeds.

1356.6k1](/packages/dereuromark-cakephp-feed)

PHPackages © 2026

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