https://github.com/slavcodev/errors-notification
The Notification Pattern
https://github.com/slavcodev/errors-notification
error-notification errors php
Last synced: 4 months ago
JSON representation
The Notification Pattern
- Host: GitHub
- URL: https://github.com/slavcodev/errors-notification
- Owner: slavcodev
- License: bsd-2-clause
- Created: 2017-09-01T17:17:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T19:29:25.000Z (about 7 years ago)
- Last Synced: 2025-02-15T08:49:58.773Z (about 1 year ago)
- Topics: error-notification, errors, php
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Errors Notification
[![Build Status][ico-travis]][link-travis]
[![Code Coverage][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![GitHub issues][ico-issues]][link-issues]
[![Software License][ico-license]][link-license]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![PHP Version][ico-php-version]][link-github]
An easy to use, implementation of the [Notification Pattern][notification-pattern]
## Install
Using [Composer](https://getcomposer.org)
~~~bash
composer require zeeproject/errors-notification
~~~
## TL;DR
*TBD*
## Testing
~~~bash
phpunit
~~~
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for more details.
[notification-pattern]: https://martinfowler.com/eaaDev/Notification.html
[ico-version]: https://img.shields.io/packagist/v/zeeproject/errors-notification.svg?style=for-the-badge&label=Latest
[ico-php-version]: https://img.shields.io/packagist/php-v/zeeproject/errors-notification.svg?style=for-the-badge
[ico-license]: https://img.shields.io/badge/License-BSD%202--Clause-blue.svg?style=for-the-badge
[ico-issues]: https://img.shields.io/github/issues/zee/errors-notification.svg?style=for-the-badge&logo=github
[ico-travis]: https://img.shields.io/travis/zee/errors-notification.svg?style=for-the-badge&logo=travis
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/zee/errors-notification.svg?style=for-the-badge&logo=scrutinizer
[ico-code-quality]: https://img.shields.io/scrutinizer/g/zee/errors-notification.svg?style=for-the-badge&logo=scrutinizer
[link-packagist]: https://packagist.org/packages/zeeproject/errors-notification
[link-github]: https://github.com/zee/errors-notification
[link-issues]: https://github.com/zee/errors-notification/issues
[link-license]: LICENSE
[link-travis]: https://travis-ci.org/zee/errors-notification
[link-scrutinizer]: https://scrutinizer-ci.com/g/zee/errors-notification/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/zee/errors-notification