https://github.com/dmstr/phd5-app
:purple_heart: Universal web application built upon Docker, PHP & Yii 2.0 Framework
https://github.com/dmstr/phd5-app
12-factor application-framework docker docker-container docker-image modular php yii2 yii2-application-template
Last synced: about 2 months ago
JSON representation
:purple_heart: Universal web application built upon Docker, PHP & Yii 2.0 Framework
- Host: GitHub
- URL: https://github.com/dmstr/phd5-app
- Owner: dmstr
- License: other
- Created: 2016-05-13T08:14:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T10:09:47.000Z (4 months ago)
- Last Synced: 2025-03-29T16:05:44.519Z (about 2 months ago)
- Topics: 12-factor, application-framework, docker, docker-container, docker-image, modular, php, yii2, yii2-application-template
- Language: PHP
- Homepage: http://phd.dmstr.io
- Size: 25.3 MB
- Stars: 77
- Watchers: 16
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
phd5-app
========A universal web application template built upon Docker, PHP and Yii 2.0 Framework
[](https://scrutinizer-ci.com/g/dmstr/phd5-app/?branch=master)
:construction_worker: [](https://travis-ci.org/dmstr/phd5-app)
:wolf: [](https://git.hrzg.de/dmstr/phd5-app/commits/master)Documentation
-------------
See [docs](https://github.com/dmstr/phd5-docs)Using this repository as a base-image, see [phd5-template](https://github.com/dmstr/phd5-template)
TL;dr
-----### Requirements
- docker `>=17.05`
- docker-compose `>=1.16.0`
- make (optional)### Development
make all
Show help
make help
Create bash
make bashRun setup in container
$ yii app/setupSee [configuration](https://github.com/dmstr/phd5-docs/blob/master/guide/development/configuration.md)...
### Testing
Initialize application and run command from `tests` folder
make test
Debug tests inside the container
make bash
$ codecept run -dSee [testing](https://github.com/dmstr/phd5-docs/blob/master/guide/development/testing.md)...
---
####  Built by [dmstr](http://diemeisterei.de)