PHPackages                             ommua/solid-domain - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. ommua/solid-domain

ActiveLibrary[Testing &amp; Quality](/categories/testing)

ommua/solid-domain
==================

A PHP library that wraps and handle the errors in one place following the SOLID principle

0.1.2(5y ago)02.4kMITPHPPHP &gt;=7.1

Since Sep 29Pushed 5y agoCompare

[ Source](https://github.com/ommua/solid-domain)[ Packagist](https://packagist.org/packages/ommua/solid-domain)[ Docs](https://github.com/ommua/solid-domain)[ RSS](/packages/ommua-solid-domain/feed)WikiDiscussions master Synced 5d ago

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

SolidDomain
===========

[](#soliddomain)

A PHP library that wraps and handle the errors in one place following the SOLID principle

[![Total Downloads](https://camo.githubusercontent.com/c6e336c39bc3163568926e4eb9dc006c2d07aaa220611d346ff8f21baf51156c/68747470733a2f2f706f7365722e707567782e6f72672f6f6d6d75612f736f6c69642d646f6d61696e2f646f776e6c6f616473)](https://packagist.org/packages/ommua/solid-domain)

How to install
--------------

[](#how-to-install)

Composer:

```
$ composer require ommua/solid-domain
```

or add in composer.json

```
{
    "require": {
        "ommua/solid-domain": "*"
    }
}
```

How to use
----------

[](#how-to-use)

##### Note: required implement "final protected function invokeDomain()" in your new Object Domain

[](#note-required-implement-final-protected-function-invokedomain-in-your-new-object-domain)

```
EXAMPLE:
