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

ActiveLibrary[Framework](/categories/framework)

bihan/bihan
===========

A PHP micro-framework based on the Symfony Components

041PHPCI failing

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bihanphp/bihan)[ Packagist](https://packagist.org/packages/bihan/bihan)[ RSS](/packages/bihan-bihan/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bihan
=====

[](#bihan)

Bihan means "small" in [Breton language](https://en.wikipedia.org/wiki/Breton_language). It started as a personnal project to improve my knowledge on building framework using Symfony. So I decided to use main HTTP [Symfony](https://github.com/symfony) components, [Pimple](https://github.com/silexphp/Pimple) dependencies container and [fast-route](https://github.com/nikic/FastRoute) router to implement a fast and lightweight framework. Bihan is very inspired from [Silex](https://github.com/silexphp/Silex) and is perfect to implement small rest API.

I recommend you to read the very good article about fast-route and [fast request routing using regular expressions](https://www.npopov.com/2014/02/18/Fast-request-routing-using-regular-expressions.html).

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

[](#installation)

```
$ composer require bihan/bihan

```

Usage
-----

[](#usage)

```
