bear / skeleton
Skeleton application for BEAR.Sunday
1.14.0
2026-01-11 06:56 UTC
Requires
- php: ^8.1
- bear/package: ^1.14
- bear/resource: ^1.17
- bear/sunday: ^1.6
- koriym/env-json: ^1.0
- ray/aop: ^2.12
- ray/di: ^2.14
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- bear/api-doc: ^1.7
- bear/devtools: ^1.0
- bear/security: ^0.1
- composer/composer: ^2.1
- phpunit/phpunit: ^10.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-05-26 10:51:53 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 updateto emulatecreate-project. - See the created project files.
- Run
git reset --hard HEADto be recovered.