PHPackages                             phluid/phluid - 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. phluid/phluid

ActiveLibrary[Framework](/categories/framework)

phluid/phluid
=============

A PHP microframework

0.2.1(7y ago)7051911[1 PRs](https://github.com/beaucollins/phluid-php/pulls)MITPHPPHP &gt;=5.3

Since Jan 5Pushed 5y ago9 watchersCompare

[ Source](https://github.com/beaucollins/phluid-php)[ Packagist](https://packagist.org/packages/phluid/phluid)[ Docs](http://github.com/beaucollins/phluid-php)[ RSS](/packages/phluid-phluid/feed)WikiDiscussions master Synced 1w ago

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

Phluid
======

[](#phluid)

A microframework for PHP. Quite heavily inspired by [Express](http://expressjs.com "Express web application framework for node"). [![Build Status](https://camo.githubusercontent.com/2be8cd6058e3980c3532edbcfcf12eab774461ae64a63b3763d6e73134898ae3/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f62656175636f6c6c696e732f70686c7569642d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/beaucollins/phluid-php)

Built on top of [ReactPHP](https://github.com/reactphp/react).

Install
-------

[](#install)

[Composer](http://getcomposer.org "Composer: PHP dependency manager") sample `composer.json`

```
{
  "name" : "beaucollins/sample-app",
  "require" : {
    "phluid/phluid":"master-dev"
  }
}

```

Example
-------

[](#example)

Add Phluid to your `composer.json` and `$> composer install`. Throw this into `server.php`:

```
