Download the PHP package sablesoft/yii2-promo without Composer
On this page you can find all versions of the php package sablesoft/yii2-promo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-promo
This testwork yii2 extension. When this extension is used, a promo module with crud and rest api controllers will append to web app.
Installation
WARNING! You need a pre-installed yii2 application with a connected database. The preferred way to install this extension is through composer.
Just add
to the require section of your composer.json
file and run
Migration
After the extension has been installed, start the migration:
After that you can test the module through the browser and through the api requests.
Web Browser Testing
Just open your installed yii2 application at route /promo
and follow the instructions.
Rest Api Testing
Use curl or any request service, such as Postman, to make api requests with different methods and parameters.
Entry point:
You must use the authorization header of the form:
For testing try tokens adminToken
, demoToken
and disabled
token. Also use the header for json content ( Content-Type
and Accept
). You can receive or change promo codes for both id and code.
Example for getting some promo code by id:
Example for updating some promo code data by code:
For more information about api actions check the Yii2 RESTful Web Services Guide
Code Docs
To generate the documentation, use the command
For more info check the Yii2 original documentation.
All versions of yii2-promo with dependencies
yiisoft/yii2-jui Version ^2.0
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0
yiisoft/yii2-apidoc Version ~2.1.0