PHPackages                             wmerfalen/slenderize - 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. wmerfalen/slenderize

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

wmerfalen/slenderize
====================

Slenderize is a minimalistic view system for PHP.

00PHPCI failing

Since Jul 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wmerfalen/slenderize)[ Packagist](https://packagist.org/packages/wmerfalen/slenderize)[ RSS](/packages/wmerfalen-slenderize/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

slenderize
==========

[](#slenderize)

### Slenderize is a minimalistic view system for PHP.

[](#slenderize-is-a-minimalistic-view-system-for-php)

[![Build Status](https://camo.githubusercontent.com/9c8c5c6a27a9c05127d1878dd3e73e8c68ed1fd2ff72aac8186de8becdd9c889/68747470733a2f2f7472617669732d63692e6f72672f776d657266616c656e2f736c656e646572697a652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wmerfalen/slenderize)

#### Current Version

[](#current-version)

1.3

#### Description

[](#description)

A PHP package that attempts to mimic some of the unique qualities of slimrb.

#### Supported Platforms

[](#supported-platforms)

Right now, I only have access to a linux box. This should have no problem working on MacOS or any BSD variants. Windows support is unknown as I haven't tested on that platform.

#### How it's done

[](#how-its-done)

We use a Recursive Descent Parser to process the view's language grammar and then generate a PHP file from this intermediate syntax. Parsing only occurs once unless the file has been modified.

Usage
=====

[](#usage)

### Configuration

[](#configuration)

Code that utilizes this library must set config values using the Config class

```
