Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/alnahian2003/greetings-generator
- Owner: alnahian2003
- License: mit
- Created: 2024-01-24T18:49:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T10:49:18.000Z (9 months ago)
- Last Synced: 2024-05-21T05:11:10.918Z (8 months ago)
- Topics: generator, greetings, php-package
- Language: PHP
- Homepage: https://packagist.org/packages/alnahian2003/greetings-generator
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.