satnetuser001 / hello-world
This is an application for learning class autoloading using Composer (PSR-4)
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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: 2025-12-08 20:14:24 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)