PHPackages                             emmetblue/emmet-blue - 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. emmetblue/emmet-blue

Abandoned → [samshal/emmet-blue](/?search=samshal%2Femmet-blue)Library

emmetblue/emmet-blue
====================

21122PHP

Since Dec 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Samshal/Emmet-Blue)[ Packagist](https://packagist.org/packages/emmetblue/emmet-blue)[ RSS](/packages/emmetblue-emmet-blue/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Emmet-Blue [![Scrutinizer Code Quality](https://camo.githubusercontent.com/ff8e9af83f892d26f1ff0bc82a3301f3419be59fd9d6752e7744a7b958d58d54/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f456d6d6574426c75652f456d6d65742d426c75652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/EmmetBlue/Emmet-Blue/?branch=master) [![Build Status](https://camo.githubusercontent.com/fddd6d061682fea21bbb67732faf57fd81e3d2bd162a89f67b1d36bcbca262d6/68747470733a2f2f7472617669732d63692e6f72672f456d6d6574426c75652f456d6d65742d426c75652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/EmmetBlue/Emmet-Blue)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#emmet-blue--)

Emmetblue is a PHP micro-framework that provides the most basic components for bootstrapping any application. It includes libraries for agnostic database communication, session management, data validation, logging, and more.

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

[](#installation)

To install Emmetblue, you can clone the repository from GitHub:

```
git clone https://github.com/Samshal/Emmet-Blue.git
```

Or, you can use Composer to install the dependencies:

```
composer install

```

Usage
-----

[](#usage)

Emmetblue is designed to be easy to use and flexible enough to fit a wide range of applications. Here's an example of how to create a simple REST API using Emmetblue and the Slim framework:

```
