PHPackages                             clozed2u/hello-composer - 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. clozed2u/hello-composer

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

clozed2u/hello-composer
=======================

Sample composer package

1.0.0(10y ago)170MITPHP

Since Dec 15Pushed 9y ago4 watchersCompare

[ Source](https://github.com/clozed2u/hello-composer)[ Packagist](https://packagist.org/packages/clozed2u/hello-composer)[ RSS](/packages/clozed2u-hello-composer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Sample composer package
-----------------------

[](#sample-composer-package)

[![Circle CI](https://camo.githubusercontent.com/b0066567c97bd0a1bae192631ec93e3fba3c98b8ae3ad69a6886b0af39dfe750/68747470733a2f2f636972636c6563692e636f6d2f67682f636c6f7a656432752f68656c6c6f2d636f6d706f7365722e706e67 "Circle CI")](https://camo.githubusercontent.com/b0066567c97bd0a1bae192631ec93e3fba3c98b8ae3ad69a6886b0af39dfe750/68747470733a2f2f636972636c6563692e636f6d2f67682f636c6f7a656432752f68656c6c6f2d636f6d706f7365722e706e67)

### [On packagist.org](https://packagist.org/packages/clozed2u/hello-composer "hello-composer on  packagist.org")

[](#on-packagistorg)

#### Install from github repo

[](#install-from-github-repo)

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/clozed2u/hello-composer.git"
    }
  ],
  "require": {
    "clozed2u/hello-composer": "1.0.0"
  }
}

```

#### Install from packagist.org

[](#install-from-packagistorg)

```
{
    "require": {
        "clozed2u/hello-composer": "^1.0"
    }
}

```

#### Or one line command with composer require

[](#or-one-line-command-with-composer-require)

```
composer require clozed2u/hello-composer=1.0.0

```

#### Usage

[](#usage)

```
