fob / bear-skeleton-docker-80
Generate BEAR.Sunday Application using Docker(PHP8.0), based on bear/skeleton
Package info
github.com/kumamidori/BEAR.Skeleton
Type:project
pkg:composer/fob/bear-skeleton-docker-80
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
This package is auto-updated.
Last update: 2026-06-07 18:11:27 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 updateto emulatecreate-project. - See the created project files.
- Run
git reset --hard HEADto be recovered.