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.
- Host: GitHub
- URL: https://github.com/baraja-core/reservation
- Owner: baraja-core
- License: mit
- Created: 2021-06-10T15:56:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:34:36.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:46:22.321Z (3 months ago)
- Topics: doctrine, php, reservation
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
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.