phpfacile/booking-quota

Dummy implementation of services to manage quota limits (of booking).

1.0.0 2019-01-22 12:39 UTC

This package is auto-updated.

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