An open API service indexing awesome lists of open source software.

https://github.com/baraja-core/reservation

Simple reservation system.
https://github.com/baraja-core/reservation

doctrine php reservation

Last synced: 5 days ago
JSON representation

Simple reservation system.

Awesome Lists containing this project

README

        

Reservation system
==================

This is simple reservation system with calendar, user-defined seasons, prices (and many other rules) and reservations.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/reservation) and
[GitHub](https://github.com/baraja-core/reservation).

To install, simply use the command:

```shell
$ composer require baraja-core/reservation
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

📄 License
-----------

`baraja-core/reservation` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.