mhdalik/my-first-package

Just testing my first Composer package

Maintainers

Package info

github.com/mhdalik/my-first-package

pkg:composer/mhdalik/my-first-package

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-08-09 16:03 UTC

This package is auto-updated.

Last update: 2026-04-09 17:55:45 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.