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
- Host: GitHub
- URL: https://github.com/arkin-j/helloworld
- Owner: arkin-j
- License: mit
- Created: 2022-08-25T11:34:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T12:28:52.000Z (almost 4 years ago)
- Last Synced: 2025-06-30T03:41:41.875Z (12 months ago)
- Topics: composer, composer-library, helloworld
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```