fob / bear-skeleton-docker-80
Generate BEAR.Sunday Application using Docker(PHP8.0), based on bear/skeleton
1.10.1
2021-05-24 03:11 UTC
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- bear/dotenv: ^1.0
- bear/package: ^1.10
- bear/resource: ^1.15
- bear/sunday: ^1.5
- ray/aop: ^2.10
- ray/di: ^2.11
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- bear/api-doc: 1.x-dev
- bear/devtools: ^0.1
- composer/composer: ^1.10
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-master
- dev-feature/docker
- 1.x-dev
- 1.10.1
- 1.10.0
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.3-beta
- 1.7.2
- 1.7.2-beta
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 1.0.0.beta
- 1.0.0.alpha
- 0.x-dev
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- dev-feature/gitignore_20190218
- dev-feature/php71_20190219
- dev-api
This package is auto-updated.
Last update: 2024-11-07 14:20:16 UTC
README
-
This is one of the BEAR.Skeleton's FORK projects
-
Based on hiroki-saito/Container.Sunday by gamu1012
Requirements
- PHP8.0
- Docker, Docker Compose
Introduction
PHP 8.0 の実行環境で、Docker(PHP 8.0)のBEARアプリケーション開発環境を作成するツールです
Generate BEAR.Sunday Application's Docker(PHP8.0)development environment with PHP8.0
Installation using Composer
To create your new BEAR.Sunday project with Docker Compose:
composer create-project fob/bear-skeleton-docker-80:dev-feature/docker path/to/install
↑ ブランチ指定必須。インストール先のパスは相対パスでも指定可能。
フォーク者の課題メモ
- PHP 7.4 用がほしい
- 実行環境のPHPバージョンは 7.4 でも 8.0 のアプリケーションが作れるようにしたい
- 実行環境のPHPバージョンは 8.0 でも 7.4 のアプリケーションが作れるようにしたい
BEAR.Skeleton方式だと実行環境依存なので、実行環境は8.0に固定したいため上記対応が難しいので見送った
How to test the skeleton itself
- Make sure every files are commited.
- Run
composer update
to emulatecreate-project
. - See the created project files.
- Run
git reset --hard HEAD
to be recovered.