An open API service indexing awesome lists of open source software.

https://github.com/arkin-j/helloworld

composer arkin/helloworld
https://github.com/arkin-j/helloworld

composer composer-library helloworld

Last synced: 5 months ago
JSON representation

composer arkin/helloworld

Awesome Lists containing this project

README

          

# hello world
> test composer

install
```bash
composer require arkin\helloworld
```

command:
```bash
php vendor/bin/hellworld
```

use:
```php
use HelloWorld\HelloWorld;

new HelloWorld();
```