php-school / learn-you-php
An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
Installs: 1 959
Dependents: 0
Suggesters: 0
Security: 0
Stars: 321
Watchers: 17
Forks: 35
Open Issues: 6
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
- dev-master
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/composer/symfony/process-6.4.14
- dev-workshop-rewrite
- dev-cloud-runtime
- dev-update-phpstan
- dev-bug/dependency-heaven-case
- dev-http-upper-caserer
This package is auto-updated.
Last update: 2024-11-06 18:03:07 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.