PHPackages                             nirav-chavda/hello-world-demo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. nirav-chavda/hello-world-demo

ActiveLibrary

nirav-chavda/hello-world-demo
=============================

This is just a demo package

05PHP

Since Mar 23Pushed 7y agoCompare

[ Source](https://github.com/nirav-chavda/DemoPackage)[ Packagist](https://packagist.org/packages/nirav-chavda/hello-world-demo)[ RSS](/packages/nirav-chavda-hello-world-demo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Demo Package
============

[](#demo-package)

This is my first custom package for displaying Hello World using composer.

Installation
------------

[](#installation)

Use the php dependency manager [composer](https://getcomposer.org/download/) to install package.

```
composer require "nirav-chavda/hello-world-demo @dev"

```

Usage
-----

[](#usage)

```
    require_once __DIR__ . '/../vendor/autoload.php';

    use HelloWorld\SayHello;

```

Add the above lines at the top of your php file and then to call it , use

```
    SayHello::world();

```

- You can also see this at [test.php](https://github.com/nirav-chavda/DemoPackage/blob/master/test/test.php)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b211a17bc78b8d8eec44d59f97b81ccfd57f625b73ec650aecfe69ba54b73cd2?d=identicon)[nirav-chavda](/maintainers/nirav-chavda)

---

Top Contributors

[![nirav-chavda](https://avatars.githubusercontent.com/u/36036650?v=4)](https://github.com/nirav-chavda "nirav-chavda (6 commits)")

### Embed Badge

![Health badge](/badges/nirav-chavda-hello-world-demo/health.svg)

```
[![Health](https://phpackages.com/badges/nirav-chavda-hello-world-demo/health.svg)](https://phpackages.com/packages/nirav-chavda-hello-world-demo)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
