mhdalik / my-first-package
Just testing my first Composer package
v1.0.0
2025-08-09 16:03 UTC
README
A small test package to learn how to create and publish a Composer package.
Installation
You can install this package via Composer:
composer require mhdalik/my-first-package
Usage
<?php require 'vendor/autoload.php'; use Mhdalik\MyFirstPackage\HelloWorld; echo HelloWorld::sayHi();
Output:
Hello from my first package!
License
This package is open-sourced software licensed under the MIT license.