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

ActiveLibrary[Framework](/categories/framework)

rawphp/raw-application
======================

RawApplication is a core application class that is a central point for RawPHP framework and other applications.

0197PHP

Since Dec 29Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

RawApplication - A Simple App Class for PHP Applications
========================================================

[](#rawapplication---a-simple-app-class-for-php-applications)

[![Build Status](https://camo.githubusercontent.com/4e205532ffbce577dd0c1857b86c8164722c67ec0d452bf50f9ebd922173d6a7/68747470733a2f2f7472617669732d63692e6f72672f7261777068702f5261774170706c69636174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rawphp/RawApplication) [![Coverage Status](https://camo.githubusercontent.com/f2a28ecdf51072778533f5080ba1885876198fa1190e86bbce7d4d385531f6a9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7261777068702f5261774170706c69636174696f6e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/rawphp/RawApplication?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/eb0f3bc8686d12af21b71c383094473dd0193bf8c8a6c0929626ae28ead7f4c5/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d6170706c69636174696f6e2f762f737461626c652e737667)](https://packagist.org/packages/rawphp/raw-application) [![Total Downloads](https://camo.githubusercontent.com/6424faa94224f0fbe76594a4682197b8cc737c23c5b9016888b49b817402254f/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d6170706c69636174696f6e2f646f776e6c6f6164732e737667)](https://packagist.org/packages/rawphp/raw-application) [![Latest Unstable Version](https://camo.githubusercontent.com/6f66d0744b54c84261f1a7f8c4160caa5920bfcc8f64fc261cadef727df061f4/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d6170706c69636174696f6e2f762f756e737461626c652e737667)](https://packagist.org/packages/rawphp/raw-application) [![License](https://camo.githubusercontent.com/c5d81d50b156ad9b7eda8683a002d32f67fe5a659e4b57a973ac5f2eee6694e4/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d6170706c69636174696f6e2f6c6963656e73652e737667)](https://packagist.org/packages/rawphp/raw-application)

Package Features
----------------

[](#package-features)

- A central class for an application
- Provides access to the request, session, database, router, etc.

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

[](#installation)

### Composer

[](#composer)

RawApplication is available via [Composer/Packagist](https://packagist.org/packages/rawphp/raw-application).

Add `"rawphp/raw-application": "0.*@dev"` to the require block in your composer.json and then run `composer install`.

```
{
        "require": {
            "rawphp/raw-application": "0.*@dev"
        }
}
```

You can also simply run the following from the command line:

```
composer require rawphp/raw-application "0.*@dev"
```

### Tarball

[](#tarball)

Alternatively, just copy the contents of the RawApplication folder into somewhere that's in your PHP `include_path` setting. If you don't speak git or just want a tarball, click the 'zip' button at the top of the page in GitHub.

Basic Usage
-----------

[](#basic-usage)

```
