bear / skeleton
Skeleton application for BEAR.Sunday
Installs: 12 384
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 6
Forks: 19
Open Issues: 0
Type:project
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- bear/dotenv: ^1.0
- bear/package: ^1.12.1
- bear/resource: ^1.16
- bear/sunday: ^1.5
- ray/aop: ^2.11
- ray/di: ^2.13
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- bear/api-doc: 1.x-dev
- bear/devtools: ^0.1
- composer/composer: ^2.1
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- 1.x-dev
- 1.10.2
- 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.2
- 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.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-update
- dev-drop-php7.3
This package is auto-updated.
Last update: 2022-06-12 10:13:19 UTC
README
Introduction
This is a skeleton application using the BEAR.Sunday framework.
Installation using Composer
To create your new BEAR.Sunday project:
composer create-project bear/skeleton path/to/install
- Documentation http://bearsunday.github.io/
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.