manyprintsolutions / status
Status Enum for ManyPrint Solutions
0.0.0
2019-09-06 10:32 UTC
Requires
- php: ^7.1
- myclabs/php-enum: ^1.7
Requires (Dev)
- phpstan/phpstan: ^0.11.15
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2024-10-24 08:16:05 UTC
README
ManyPrintSolutions Status
Status Enums for ManyPrint Solutions.
Installation
This library is made for the use with Composer. Add it to your project by running $ composer require manyprintsolutions/status
and $ composer update
.
Usage
A Job may have 4 different states:
PENDING
The job is waiting to get handeledIN_PROGRESS
The job is about to get handeledFINISHED
The handling is finishedABORTED
The handling was aborted
Help
If you have questions feel free to contact us under manyprintsolutions@bitandblack.com
.