PHPackages                             blat/phencil - 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. blat/phencil

AbandonedArchivedLibrary[Framework](/categories/framework)

blat/phencil
============

Home-made PHP framework

v0.2(6y ago)168MITPHP

Since Dec 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/blat/phencil)[ Packagist](https://packagist.org/packages/blat/phencil)[ Docs](https://github.com/blat/phencil)[ RSS](/packages/blat-phencil/feed)WikiDiscussions master Synced 2mo ago

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

[![Logo](https://camo.githubusercontent.com/c040805720d0c702d4eec038e7afc0275e21f2a6abda9c0e8b6c4a8ad84ef76a/687474703a2f2f7777772e626c697a7a6172742e6e65742f7e6d69636b61656c2f7068656e63696c2e706e673f3237)](https://camo.githubusercontent.com/c040805720d0c702d4eec038e7afc0275e21f2a6abda9c0e8b6c4a8ad84ef76a/687474703a2f2f7777772e626c697a7a6172742e6e65742f7e6d69636b61656c2f7068656e63696c2e706e673f3237) phencil
=========================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-phencil)

Home-made PHP framework based on:

- [FastRoute](https://github.com/nikic/FastRoute)
- [Symfony HttpFoundation component](https://symfony.com/doc/current/components/http_foundation.html)
- [Plates](http://platesphp.com)

Quick start
-----------

[](#quick-start)

First, install using [Composer](https://getcomposer.org):

```
$ composer require blat/phencil

```

Then, create an `index.php` file with the following contents:

```
