PHPackages                             gelembjuk/php-easy-app - 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. gelembjuk/php-easy-app

ActiveLibrary[Framework](/categories/framework)

gelembjuk/php-easy-app
======================

ThePHP Package for building Web applications as fast as possible. This package enables you to create web services efficiently, allowing you to build robust solutions with minimal development time.

v0.3(3mo ago)221MITPHP

Since Apr 1Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Gelembjuk/php-easy-app)[ Packagist](https://packagist.org/packages/gelembjuk/php-easy-app)[ RSS](/packages/gelembjuk-php-easy-app/feed)WikiDiscussions main Synced 1mo ago

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

PHP EasyApp
-----------

[](#php-easyapp)

PHP Package for building Web applications as fast as possible.

This package enables you to create web services efficiently, allowing you to build robust solutions with minimal development time.

The idea is that a developer should spent minimum time on infrastructure of the application, reading a request and building the response. The developer should think only one the buisiness logic of the application. But should not care a lot about how to parse a request and how to build correct response format based on a request context.

**Example**

One of use cases.

Sometimes your application raises NotFoundException. Depending on a request you will want to return a JSON document with the error description, but in other case it would be a HTML page with the error. But yet on other case it will be a redirect to some other page.

This application automates this. The format of the response is decided in the smart way depending on a context.

### Installation

[](#installation)

Using composer: [gelembjuk/php-easy-app](http://packagist.org/packages/gelembjuk/php-easy-app) `require: {"gelembjuk/php-easy-app": "*"}`

```
composer require gelembjuk/php-easy-app

```

### Hello World!

[](#hello-world)

```
