phpfacile / booking-quota-db
Implementation of phpfacile/booking-quota services with a database as backend (using zend-db)
Installs: 7
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpfacile/booking-quota-db
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-09-23 04:39:26 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"
}