beget/yii2-birthday

happy birthday extension for yii framework


Keywords
extension, yii2
License
GPL-2.0

Documentation

happy birthday

happy birthday extension for yii framework

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii/yii2-birthday "*"

or add

"yii/yii2-birthday": "*"

to the require section of your composer.json file.

Usage

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

<?= \yii\birthday\AutoloadExample::widget(); ?>```