davidxu/yii2-base

This is a base library with set of foundation classes and components used by all Yii2 extensions by David Xu.

Installs: 39

Dependents: 11

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

2.0.1 2024-04-18 14:00 UTC

This package is auto-updated.

Last update: 2024-04-18 14:02:08 UTC


README

Latest Version Software License

This is a base library with set of foundation classes and components used by all Yii2 extensions by David Xu.

One can use this base library during creation of one's own extensions if needed.

NOTE: This extension depends on the yiisoft/yii2-bootstrap4 and other extensions. Check the composer.json for this extension's requirements and dependencies.

Why this extension?

To ensure a leaner code base

Either run

$ php composer.phar require davidxu/yii2-base

or add

"davidxu/yii2-base": "*"

to the require section of your composer.json file.

For extension sweetalert2, please refer to SweetAlert2.md.

License

yii2-base is released under the MIT License. See the LICENSE.md for details.