https://github.com/bearsunday/tutorial2
BEAR.Sunday Tutorial 2
https://github.com/bearsunday/tutorial2
bearsunday php tutorial
Last synced: 5 months ago
JSON representation
BEAR.Sunday Tutorial 2
- Host: GitHub
- URL: https://github.com/bearsunday/tutorial2
- Owner: bearsunday
- Created: 2018-08-14T08:48:10.000Z (over 7 years ago)
- Default Branch: v2-php8.2
- Last Pushed: 2024-11-13T16:47:39.000Z (about 1 year ago)
- Last Synced: 2025-08-10T16:43:33.924Z (6 months ago)
- Topics: bearsunday, php, tutorial
- Language: PHP
- Homepage: http://bearsunday.github.io/manuals/1.0/ja/tutorial2.html
- Size: 443 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyVendor.Ticket
## Installation
composer install
## Usage
### Invoke Request
composer page get /
### Available Commands
composer serve // start builtin server
composer test // run unit test
composer tests // test and quality checks
composer coverage // test coverage
composer cs-fix // fix the coding standard
composer doc // generate API document
composer run-script --list // list all commands
## Links
* BEAR.Sunday http://bearsunday.github.io/