PHPackages                             gluephp/glue - 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. gluephp/glue

ActiveLibrary

gluephp/glue
============

Almost a micro framework

0.1.4(8y ago)11712MITPHPPHP &gt;=5.5.0

Since May 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gluephp/glue)[ Packagist](https://packagist.org/packages/gluephp/glue)[ RSS](/packages/gluephp-glue/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (5)Versions (7)Used By (2)

Glue - Almost a micro framework
===============================

[](#glue---almost-a-micro-framework)

> This package is still in development. I would suggest to wait until there's at least one tagged release.

Glue is really just, as the name suggests, the glue between some awesome 3rd party packages. It's built to be extendable and only comes with the most basic features out of the box, like:

1. IoC Container - [illuminate/container](https://github.com/illuminate/container)
2. Router - [mrjgreen/phroute](https://github.com/mrjgreen/phroute)
3. Request - [symfony/http-foundation](https://github.com/symfony/http-foundation)
4. Response - [symfony/http-foundation](https://github.com/symfony/http-foundation)
5. Sessions - [symfony/http-foundation](https://github.com/symfony/http-foundation)
6. Config - [maer/config](https://github.com/magnus-eriksson/config)

Installation
------------

[](#installation)

Use [Composer](http://getcomposer.org):

```
$ composer require gluephp/glue dev-develop
```

Simple example
--------------

[](#simple-example)

It basically works like any other micro framework:

```
