ajeya/hello-world-package

A basic hello world package.

v1.0.0 2024-05-19 16:22 UTC

This package is auto-updated.

Last update: 2025-04-19 18:42:11 UTC


README

A simple PHP package that returns "Hello, World!".

Installation

You can install the package via Composer. Add the following lines to your composer.json:

{
    "require": {
        "ajeya/hello-world-package": "1.0.0"
    }
}