php-school / learn-you-php
An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
Installs: 1 718
Dependents: 0
Suggesters: 0
Security: 0
Stars: 316
Watchers: 16
Forks: 35
Open Issues: 4
Type:php-school-workshop
Requires
- php: >=7.2
- ext-pdo_sqlite: *
- hoa/socket: ^1.17.05
- php-school/php-workshop: ^3.0.1
- phpstan/phpstan: ^0.12.52
Requires (Dev)
- squizlabs/php_codesniffer: ^3.5
- symfony/phpunit-bridge: ^5.1
This package is auto-updated.
Last update: 2023-09-26 18:06:59 UTC
README
The very first PHP School workshop. A revolutionary new way to learn PHP
Bring your imagination to life in an open learning eco-system
Installation
- Install PHP
- Install workshop-manager
- Run
workshop-manager install learnyouphp
- Run
learnyouphp
learnyouphp will run through a series of PHP workshops. Starting at a basic "Hello World" and moving on to more advanced exercises about dealing with filesystems, objects, exceptions and streams.