bear / skeleton
Skeleton application for BEAR.Sunday
Installs: 14 728
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 6
Forks: 18
Open Issues: 0
Type:project
Requires
- php: ^8.1
- bear/dotenv: ^1.0
- bear/package: ^1.14
- bear/resource: ^1.17
- bear/sunday: ^1.6
- ray/aop: ^2.12
- ray/di: ^2.14
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- bear/api-doc: ^1.1
- bear/devtools: ^1.0
- composer/composer: ^2.1
- phpunit/phpunit: ^10.0
- roave/security-advisories: dev-latest
- 1.x-dev
- 1.11.1
- 1.11.0
- 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-bamarni-bin-v2
This package is auto-updated.
Last update: 2024-10-27 19:12:39 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.