santosh / hello-world-package
This library will return string hellow world;
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/santosh/hello-world-package
This package is auto-updated.
Last update: 2025-10-13 14:24:12 UTC
README
Step to use the package
- Create A New Folder.
- open cmd/git bash and run "composer require santosh/hello-world-package" command.
- create new PHP file and paste below code in the file.
- run index.php.
require_once './vendor/autoload.php'; $objHelloWorld = new \HelloWorld\HelloWorld(); echo $objHelloWorld->display();