PHPackages                             slim/extras - 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. slim/extras

ActiveLibrary[Framework](/categories/framework)

slim/extras
===========

Extras package for the Slim Framework

2.0.3(13y ago)483504.7k—7.8%125[17 PRs](https://github.com/codeguy/Slim-Extras/pulls)7MITPHPPHP &gt;=5.3.0

Since Feb 23Pushed 10y ago41 watchersCompare

[ Source](https://github.com/codeguy/Slim-Extras)[ Packagist](https://packagist.org/packages/slim/extras)[ Docs](http://github.com/codeguy/Slim-Extras)[ RSS](/packages/slim-extras/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (7)

Slim Framework Extras
=====================

[](#slim-framework-extras)

This repository contains extra resources that complement the Slim Framework, a PHP micro framework that helps you quickly write simple yet powerful web applications.

---

#### For custom views we are now recommending using the [Slim Views](https://github.com/codeguy/Slim-Views) repo instead. We are simplifying the amount of views we officially support and will be splitting up the Slim Extras repo into smaller chunks.

[](#for-custom-views-we-are-now-recommending-using-the-slim-views-repo-instead-we-are-simplifying-the-amount-of-views-we-officially-support-and-will-be-splitting-up-the-slim-extras-repo-into-smaller-chunks)

#### For custom loggers we are now recommending using the [Slim Logger](https://github.com/codeguy/Slim-Logger) repo instead.

[](#for-custom-loggers-we-are-now-recommending-using-the-slim-logger-repo-instead)

---

Custom Views
------------

[](#custom-views)

This repository contains custom views for your Slim Framework applications. Custom views let you easily use popular third-party templating frameworks, like [Twig](http://twig.sensiolabs.org/) or [Smarty](http://www.smarty.net/), with your Slim Framework application.

- Smarty
- Twig
- Mustache
- Haml
- Haanga
- Blitz
- Dwoo
- Sugar
- Savant
- Rain
- H2o

This example demonstrates how to use the custom Twig view in your Slim Framework application:

```
