Download the PHP package 0xhexspeak/service-skeleton without Composer
On this page you can find all versions of the php package 0xhexspeak/service-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 0xhexspeak/service-skeleton
More information about 0xhexspeak/service-skeleton
Files in 0xhexspeak/service-skeleton
Download 0xhexspeak/service-skeleton
More information about 0xhexspeak/service-skeleton
Files in 0xhexspeak/service-skeleton
Vendor 0xhexspeak
Package service-skeleton
Short Description Microservice application template
License MIT
Package service-skeleton
Short Description Microservice application template
License MIT
Please rate this library. Is it a good library?
Informations about the package service-skeleton
service-skeleton
Microservice skeleton based on yii2 framework.
Docker installation
Before installation
- Read about [docker] (https://docker.com). You should be familiar with basic concepts before starting.
Installation
- Follow [docker install] (https://docs.docker.com/engine/installation/) instruction
- Install composer globally (https://getcomposer.org/download/)
- Run the following command from the project root
docker/start.sh
Docker FAQ
How do i run yii console command?
docker-compose exec app console/yii help
docker-compose exec app console/yii migrate
docker-compose exec app console/yii migrate/down
etc.
How to connect to the application database with my workbench?
MySQL is available on localhost
, port 33061
. User - api_dbu
, password - api_pass
.
All versions of service-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-intl Version *
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ^2.0.0
yiisoft/yii2-authclient Version ^2.0.0
trntv/cheatsheet Version ^0.1@dev
vlucas/phpdotenv Version ^2.0
ext-intl Version *
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ^2.0.0
yiisoft/yii2-authclient Version ^2.0.0
trntv/cheatsheet Version ^0.1@dev
vlucas/phpdotenv Version ^2.0
The package 0xhexspeak/service-skeleton contains the following files
Loading the files please wait ....