PHPackages                             phossa/phossa-shared - 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. phossa/phossa-shared

ActiveLibrary[Framework](/categories/framework)

phossa/phossa-shared
====================

The shared package for other phossa packages

1.0.11(10y ago)09819MITPHPPHP &gt;=5.4.0

Since Nov 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/phossa/phossa-shared)[ Packagist](https://packagist.org/packages/phossa/phossa-shared)[ Docs](https://github.com/phossa/phossa-shared)[ RSS](/packages/phossa-phossa-shared/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)DependenciesVersions (12)Used By (9)

phossa-shared
=============

[](#phossa-shared)

[![Build Status](https://camo.githubusercontent.com/5fa206822ffc37ad312061913accfdc2949a50a73fb58c0e821f7168c78f4b55/68747470733a2f2f7472617669732d63692e6f72672f70686f7373612f70686f7373612d7368617265642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phossa/phossa-shared)[![HHVM](https://camo.githubusercontent.com/a951ea6d19f67f2173c2fb6562fccf13a8767d06d9d858e99fa054f9d618b404/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f70686f7373612f70686f7373612d7368617265642e7376673f7374796c653d666c6174)](http://hhvm.h4cc.de/package/phossa/phossa-shared)[![Latest Stable Version](https://camo.githubusercontent.com/84b426c7815a7614923cbf3e049c800e4e7a22cf8679b03a3c7afc221f03c514/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f70686f7373612f70686f7373612d7368617265642e7376673f7374796c653d666c6174)](https://packagist.org/packages/phossa/phossa-shared)[![License](https://camo.githubusercontent.com/7dd89627b2b6568568b42d6cacb2c203b0e1495ffd68bb11dde20b0db102a2b7/68747470733a2f2f706f7365722e707567782e6f72672f70686f7373612f70686f7373612d7368617265642f6c6963656e7365)](http://mit-license.org/)

Introduction
------------

[](#introduction)

Phossa-shared is the shared package required by other phossa packages.

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

[](#installation)

Install via the `composer` utility.

```
composer require "phossa/phossa-shared=1.*"

```

or add the following lines to your `composer.json`

```
{
    "require": {
       "phossa/phossa-shared": "^1.0.9"
    }
}
```

Features
--------

[](#features)

- **Exception**

    All phossa exceptions implement `Phossa\Shared\Exception\ExceptionInterface`. To extend phossa exceptions,

    ```
