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

This package is auto-updated.

Last update: 2024-04-23 01:50:38 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"
}