PHPackages                             alejandroherr/subdomainmap - 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. alejandroherr/subdomainmap

ActiveLibrary

alejandroherr/subdomainmap
==========================

Middleware to map the kernels depending on the subdomain

v1.0(11y ago)028MITPHPPHP &gt;=5.3.3

Since Jun 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/AlejandroHerr/stack-subdomainMap)[ Packagist](https://packagist.org/packages/alejandroherr/subdomainmap)[ RSS](/packages/alejandroherr-subdomainmap/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

\#SubdomainMap

[![Build Status](https://camo.githubusercontent.com/2abd1debdebcad8aba7742012fc5d149ad526f740283d5b558dab93e996e6540/68747470733a2f2f7472617669732d63692e6f72672f416c656a616e64726f486572722f737461636b2d737562646f6d61696e4d61702e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/AlejandroHerr/stack-subdomainMap)

Middleware to map the kernels depending on the subdomain.

**Heavily** inspired in [URL Map Stack Middleware](https://github.com/stackphp/url-map).

\##HOW TO ###Installation Via composer.json:

```
{
    "require": {
        "alejandroherr/subdomainmap": "dev-master"
    }
}
```

\###Example using Silex Application

```
