phpfacile / booking-quota-db
Implementation of phpfacile/booking-quota services with a database as backend (using zend-db)
1.0.0
2019-01-22 13:11 UTC
Requires
- php: >=7.0.0
- phpfacile/booking: ^1.0.0
- phpfacile/booking-quota: ^1.0.0
- zendframework/zend-db: ^2.5.1
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-23 03:44:13 UTC
README
Implementation of phpfacile/booking-quota services with a database as backend (using zend-db)
Installation
At the root of your project type
composer require phpfacile/booking-quota-db
Or add "phpfacile/booking-quota-db": "^1.0" to the "require" part of your composer.json file
"require": {
"phpfacile/booking-quota-db": "^1.0"
}