PHPackages                             mabslabs/mabs - 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. mabslabs/mabs

ActiveLibrary[Framework](/categories/framework)

mabslabs/mabs
=============

The Mabs micro framework

v3.0.1(3mo ago)6353MITPHPPHP &gt;=8.4.0CI passing

Since Sep 22Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/mabslabs/Mabs)[ Packagist](https://packagist.org/packages/mabslabs/mabs)[ RSS](/packages/mabslabs-mabs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Mabs Framework
==============

[](#mabs-framework)

[![Code Climate](https://camo.githubusercontent.com/89f3e20cf414a0c009b5dcf4d22afff25f18582f44b76053500d5dbcf68fac08/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d6162736c6162732f4d6162732f6261646765732f6770612e737667)](https://codeclimate.com/github/mabslabs/Mabs) [![Build Status](https://camo.githubusercontent.com/268b6b438206d38bc9350d6ad260ddce72faf9e82c132c59da365ed1b638dae1/68747470733a2f2f7472617669732d63692e6f72672f6d6162736c6162732f4d6162732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mabslabs/Mabs)

Mabs is a PHP micro framework, speedy, light and easy to learn .

Features
--------

[](#features)

- Container
- Event dispatcher
- Routing
- HttpFoundation (Symfony2 component)
- An easy way to extend PHP libraries

Getting Started
---------------

[](#getting-started)

### Install

[](#install)

You may install the Mabs Framework with Composer (recommended).

```
$ composer require  mabslabs/mabs
```

### Quick start

[](#quick-start)

```
// web/index.php
