romenko/yii2-booking

Extension for booking


Keywords
extension, yii2
License
MIT

Documentation

Yii2 Booking

Extension for booking

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist romenko/yii2-booking "*"

or add

"romenko/yii2-booking": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \romenko\booking\AutoloadExample::widget(); ?>```