phpfacile/booking-quota

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

Installs: 23

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/phpfacile/booking-quota

1.0.0 2019-01-22 12:39 UTC

This package is auto-updated.

Last update: 2025-09-23 04:09:39 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"
}