PHPackages                             prmd/hello\_prmd - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. prmd/hello\_prmd

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

prmd/hello\_prmd
================

First Package

1.0(5y ago)04PHP

Since Apr 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PramodKushwaha/hello_prmd)[ Packagist](https://packagist.org/packages/prmd/hello_prmd)[ RSS](/packages/prmd-hello-prmd/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

This is my first package "hello\_prmd"

Installation
============

[](#installation)

```
composer require prmd/hello_prmd

```

Usage
=====

[](#usage)

if you want to print then follow below steps

- Create index.php file on root directory
- In index.php file first include autoload.php file from vendor folder
- Create object for "HelloPrmd" class
- Call method "printHello()"

Example index.php
=================

[](#example-indexphp)

```
