Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alnahian2003/greetings-generator

This is a random greetings generator. This is our very first php package!
https://github.com/alnahian2003/greetings-generator

generator greetings php-package

Last synced: about 1 month ago
JSON representation

This is a random greetings generator. This is our very first php package!

Awesome Lists containing this project

README

        

# Greetings Generator
This is my very first php package.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/alnahian2003/greetings-generator.svg?style=flat-square)](https://packagist.org/packages/alnahian2003/greetings-generator)
[![Tests](https://img.shields.io/github/actions/workflow/status/alnahian2003/greetings-generator/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/alnahian2003/greetings-generator/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/alnahian2003/greetings-generator.svg?style=flat-square)](https://packagist.org/packages/alnahian2003/greetings-generator)

## Installation

You can install the package via composer:

```bash
composer require alnahian2003/greetings-generator
```

## Usage

```php
use Alnahian2003\GreetingsGenerator\Greetings;

echo Greetings::greet();
```

## Testing

```bash
composer test
```

or you can also try this

```bash
./vendor/bin/phpunit
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/alnahian2003/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Al Nahian](https://github.com/alnahian2003)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.