https://github.com/dvsa/mot-cpms-notifications
component for creating, submitting, and receiving Notifications between CPMS and schemes.
https://github.com/dvsa/mot-cpms-notifications
Last synced: 10 months ago
JSON representation
component for creating, submitting, and receiving Notifications between CPMS and schemes.
- Host: GitHub
- URL: https://github.com/dvsa/mot-cpms-notifications
- Owner: dvsa
- License: mit
- Created: 2023-06-04T12:29:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:16:06.000Z (over 1 year ago)
- Last Synced: 2024-12-11T17:25:29.454Z (over 1 year ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MOT CPMS Notifications
## Introduction
A simple component for creating, submitting, and receiving Notifications between CPMS and schemes.
## Installing
The recommended way to install is through [Composer](https://getcomposer.org/).
```
composer require dvsa/mot-cpms-notifications
```
## Contributing
Please refer to our [Contribution Guide](/CONTRIBUTING.md).