satnetuser001 / hello-world
This is an application for learning class autoloading using Composer (PSR-4)
Package info
github.com/satnetuser001/hello-world
Type:project
pkg:composer/satnetuser001/hello-world
Requires
- php: >=8.3
- fakerphp/faker: ^1.23
Requires (Dev)
- symfony/var-dumper: ^7.1
This package is auto-updated.
Last update: 2026-04-08 20:54:54 UTC
README
This is an application for learning class autoloading using Composer (PSR-4).
To install the application run in the terminal:
composer create-project satnetuser001/hello-world hello-world
or
git clone https://github.com/satnetuser001/hello-world.git
cd hello-world
composer install
To start an application in root directory in terminal run:
php -S localhost:8000
!you should have an unoccupied port 8000
Open in browser:
localhost:8000
Press F5 and enjoy)