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

Abandoned → [hawkbit/hawkbit](/?search=hawkbit%2Fhawkbit)Library[Framework](/categories/framework)

blast/application
=================

The framework agnostic application life-cycle

v1.0(10y ago)246MITPHPPHP &gt;=5.5.0

Since Oct 29Pushed 10y agoCompare

[ Source](https://github.com/phpthinktank/blast-application)[ Packagist](https://packagist.org/packages/blast/application)[ RSS](/packages/blast-application/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Blast application
=================

[](#blast-application)

[![Latest Version on Packagist](https://camo.githubusercontent.com/652d42bf3971d8597d0fc8a7e23cddb083bbf01b1332226285161e2cd5099265/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c6173742f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blast/application)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/aab509e62f13d4f9b4276de377781a5c5f42b4aecfc2f1b9c29d2781dffcbeec/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068707468696e6b74616e6b2f626c6173742d6170706c69636174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/phpthinktank/blast-application)[![Total Downloads](https://camo.githubusercontent.com/19065c326c66348e6e7fd30c16870fa1e4cc115eb76f1e243cbd13f42816d21b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c6173742f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blast/application)[![Coverage Status](https://camo.githubusercontent.com/45a0edeff1190cb38178eb6d774b0712842b6bcfa62dff8a953c98112e09f282/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7068707468696e6b74616e6b2f626c6173742d6170706c69636174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/phpthinktank/blast-application?branch=1.0.x-dev)

The goal of Blast application is to deliver a framework agnostic application life-cycle having regard on modern standards.

PSR-0, PSR-1, PSR-2, PSR-3, PSR-4, PSR-7, PSR-11 (Container-interop) are supported standards.

Install
-------

[](#install)

Via Composer

```
$ composer require blast/application
```

Usage
-----

[](#usage)

Lets build our first base application.

### The foundation

[](#the-foundation)

```
