php-school / php-workshop
PHP Workshop Framework
Installs: 5 512
Dependents: 6
Suggesters: 0
Security: 0
Stars: 45
Watchers: 7
Forks: 4
Open Issues: 14
Requires
- php: >=7.2
- ext-json: *
- ext-pdo: *
- ext-pdo_sqlite: *
- aydin-hassan/cli-md-renderer: ^2.4
- fakerphp/faker: ^1.10.1
- guzzlehttp/guzzle: ^7.2
- myclabs/php-enum: ^1.4
- nikic/php-parser: ^4.0
- php-di/php-di: ^6.0
- php-school/cli-menu: ^4.1
- php-school/keylighter: ^0.8.4
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.1
- symfony/filesystem: ^4.0 | ^5.0 | ^6.0
- symfony/process: ^4.0 | ^5.0 | ^6.0
Requires (Dev)
- composer/composer: ^2.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.7
- yoast/phpunit-polyfills: ^0.2.0
This package is auto-updated.
Last update: 2023-09-29 20:53:44 UTC
README
The core of PHP School, the workshop application. This is the library which runs and compares users solutions to pre-defined known working solutions bundled with each workshop.
Check the documentation to learn how to create your own workshop.