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

1.0.0 2019-01-22 13:11 UTC

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"
}