A basic hello world package.
github.com/ajeyapaul/hello-world-package
Source
Issues
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT abf9afa4ef9f98e13b5d6a6844f49013a75fbf8d
This package is auto-updated.
Last update: 2025-04-19 18:42:11 UTC
A simple PHP package that returns "Hello, World!".
You can install the package via Composer. Add the following lines to your composer.json:
composer.json
{ "require": { "ajeya/hello-world-package": "1.0.0" } }