fei / bid-common
Bid - common component
Installs: 1 418
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 24
Forks: 0
Open Issues: 3
Requires
- doctrine/common: ^2.6
- fei/entities: ^1.0
- league/fractal: ^0.14.0
Requires (Dev)
- codeception/codeception: ^2.2
This package is auto-updated.
Last update: 2025-01-21 23:08:53 UTC
README
This is the bid common elements package which contains:
- Entities and entities transformers
- Validator and Strategy validators
Installation and Requirement
This package use functionalities of BCMath (http://php.net/manual/en/book.bc.php) extension.
Add this requirement to your composer.json
: "fei/bid-common": : "^1.0"
Or execute composer.phar require fei/bid-common
in your terminal.