phpfacile/booking

Dummy implementation of a generic booking service

1.0.0 2019-01-22 09:27 UTC

This package is auto-updated.

Last update: 2024-04-22 21:06:07 UTC


README

Dummy implementation of a generic booking service

Installation

At the root of your project type

composer require phpfacile/booking

Or add "phpfacile/booking": "^1.0" to the "require" part of your composer.json file

"require": {
    "phpfacile/booking": "^1.0"
}