phpfacile / booking-quota
Dummy implementation of services to manage quota limits (of booking).
1.0.0
2019-01-22 12:39 UTC
Requires
- php: >=7.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-23 03:05:36 UTC
README
Dummy implementation of services to check quota limits in a booking service
An example of implementation can be find under (https://github.com/phpfacile/booking-quota-db).
Installation
At the root of your project type
composer require phpfacile/booking-quota
Or add "phpfacile/booking-quota": "^1.0" to the "require" part of your composer.json file
"require": {
"phpfacile/booking-quota": "^1.0"
}