PHPackages                             webdevlabs/phreak - 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. webdevlabs/phreak

ActiveProject[Framework](/categories/framework)

webdevlabs/phreak
=================

Phreak! the ultimate development tool for lamez :)

0.1.1(7y ago)2471[2 issues](https://github.com/webdevlabs/phreak/issues)[1 PRs](https://github.com/webdevlabs/phreak/pulls)MITPHP

Since Apr 3Pushed 1y ago2 watchersCompare

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

READMEChangelog (9)Dependencies (8)Versions (11)Used By (0)

Phreak!
=======

[](#phreak)

[![Build Status](https://camo.githubusercontent.com/ad22d17b2c4abf5b6758ce6ce702126aaf714db34432ed128e20b3bf2a2d9ebc/68747470733a2f2f7472617669732d63692e6f72672f7765626465766c6162732f70687265616b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/webdevlabs/phreak)[![Codacy Badge](https://camo.githubusercontent.com/773a15ce1f356a4d4f9c81a292b418e01a1b346371ca23f1bd8fea2f9222f543/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3736306230643132303862313437346661326236623739366130636632623763)](https://www.codacy.com/gh/webdevlabs/phreak/dashboard?utm_source=github.com&utm_medium=referral&utm_content=webdevlabs/phreak&utm_campaign=Badge_Grade)[![SymfonyInsight](https://camo.githubusercontent.com/225c174743dc512fc63ebb9105bf6b117958623dcc4891b37a7c9a0e2c93e010/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f62643063313862362d336532352d346331332d383936392d3764323862633431656166332f6d696e692e737667)](https://insight.symfony.com/projects/bd0c18b6-3e25-4c13-8969-7d28bc41eaf3)[![StyleCI](https://camo.githubusercontent.com/900129d2190ce6e65c2ccc90217946e49f9e0772cc86261e8b51e9c39fb4fb53/68747470733a2f2f7374796c6563692e696f2f7265706f732f38363934343832332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/86944823)

### ultra-light fast php framework powered by:

[](#ultra-light-fast-php-framework-powered-by)

- [Phroute](https://github.com/mrjgreen/phroute) (url routing)
- [PHP-DI](https://github.com/PHP-DI/PHP-DI) (dependency injection container)
- [Smarty](https://github.com/smarty-php/smarty) (template engine)
- [Stash](https://github.com/tedious/www.stashphp.com) (caching library)
- [Zend Diactoros](https://github.com/zendframework/zend-diactoros) (request/response handlers)
- [RelayPHP](http://relayphp.com/) (middleware dispatcher)
- [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) (collection of PSR-7 middlewares)

### Installation

[](#installation)

`composer create-project webdevlabs/phreak`

#### Serve app localy with the built-in PHP web server

[](#serve-app-localy-with-the-built-in-php-web-server)

`php -S localhost:8000 -t public`

### Autoloader

[](#autoloader)

Very simple and understandable using the **Namespace** as file path. All directory names are converted to lowercase, file cases are kept as written. Example:

```
