saaspower / yii2-components
This is the unified components requirements for SaaSPower Core Plattform
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/saaspower/yii2-components
Requires
- php: >=7.0.0
 - 2amigos/yii2-google-maps-library: 1.0.2
 - abhi1693/yii2-system-info: 1.0.0
 - bupy7/yii2-widget-cropbox: 4.1.1
 - dmstr/yii2-adminlte-asset: 2.*
 - kartik-v/yii2-datecontrol: 1.9.4
 - kartik-v/yii2-grid: 3.1.5
 - kartik-v/yii2-money: 1.2.0
 - kartik-v/yii2-mpdf: 1.0.1
 - kartik-v/yii2-popover-x: 1.3.3
 - kartik-v/yii2-slider: 1.3.2
 - kartik-v/yii2-widgets: 3.4.0
 - mercadopago/sdk: 0.5.2
 - omnipay/common: 2.5.1
 - omnipay/paypal: 2.5.4
 - scotthuangzl/yii2-google-chart: dev-master
 - xj/yii2-bootbox-widget: 1.0.4
 - yiisoft/yii2: 2.0.12
 - yiisoft/yii2-bootstrap: 2.0.6
 - yiisoft/yii2-imagine: 2.1.0
 - yiisoft/yii2-jui: 2.0.6
 - yiisoft/yii2-swiftmailer: 2.0.6
 
Requires (Dev)
- codeception/base: 2.3.4
 - codeception/verify: 0.3.3
 - yiisoft/yii2-debug: 2.0.9
 - yiisoft/yii2-faker: 2.0.3
 - yiisoft/yii2-gii: 2.0.5
 
This package is not auto-updated.
Last update: 2019-03-14 15:25:38 UTC
README
This is the unified components requirements for SaaSPower Core Plattform
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist saaspower/yii2-components "*"
or add
"saaspower/yii2-components": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \saaspower\components\AutoloadExample::widget(); ?>```