Download the PHP package umbalaconmeogia/yii2-batsg without Composer
On this page you can find all versions of the php package umbalaconmeogia/yii2-batsg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download umbalaconmeogia/yii2-batsg
More information about umbalaconmeogia/yii2-batsg
Files in umbalaconmeogia/yii2-batsg
Download umbalaconmeogia/yii2-batsg
More information about umbalaconmeogia/yii2-batsg
Files in umbalaconmeogia/yii2-batsg
Vendor umbalaconmeogia
Package yii2-batsg
Short Description My best practice and my libraries when using yii2 framework.
License MIT
Package yii2-batsg
Short Description My best practice and my libraries when using yii2 framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-batsg
yii2-batsg
My style, my best practice and my libraries when using yii2 framework.
Overview
- Convention when designing database.
- gii modification
Convention when designing database
- All DB table should contain following columns.
Column name | Data type | Description |
---|---|---|
id | serial | primary key |
data_status | int | 1: new, 2: updated, 9: deleted |
created_by | int | Create user id. Set automatically. |
created_at | int | Created timestamp. Set automatically. |
updated_by | int | Update user id. Set automatically. |
updated_at | int | Updated timestamp. Set automatically. |
Install yii2-batsg into your project.
Explanation about composer require
, update
and install
command | change composer.json | change composer.lock |
---|---|---|
require | Y | Y |
update | N | Y |
install | N | N |
- require:
composer require umbalaconmeogia/yii2-batsg
This will update or install the newest version.composer.json
andcomposer.lock
will be updated as well. - update:
composer update umbalaconmeogia/yii2-batsg
This will update the package with the highest version respects to yourcomposer.json
. The entry incomposer.lock
will be updated. - install:
composer install umbalaconmeogia/yii2-batsg
This will install version specified in the lock file
All versions of yii2-batsg with dependencies
PHP Build Version
Package Version
Requires
umbalaconmeogia/php-util Version
*
The package umbalaconmeogia/yii2-batsg contains the following files
Loading the files please wait ....