PHPackages                             air-php/application - 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. air-php/application

ActiveLibrary[Framework](/categories/framework)

air-php/application
===================

An abstract web application.

v0.1.2(10y ago)02.9k↓100%1PHPPHP &gt;=5.4.0

Since Mar 23Pushed 10y ago1 watchersCompare

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

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

Application
===========

[](#application)

[![Build Status](https://camo.githubusercontent.com/555d424b598ef4e94358cdf31b520efc6903081a14768032150f2c4a391e7a80/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6169722d7068702f6170706c69636174696f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/air-php/application/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e53da074221d4d2cd53fea877343ea6a97d50761ca5d901b25184927bccc592e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6169722d7068702f6170706c69636174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/air-php/application/?branch=master)

The application library includes abstract classes representing a web application.

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

[](#installation)

Installation via [Composer](https://getcomposer.org/) is recommended.

```
"require": {
    "air-php/application": "dev-master"
}

```

Application
-----------

[](#application-1)

The `Application` class is abstract, and as such, you must provide your own implementation.

```
