alnahian2003 / greetings-generator
This is a random greetings generator. This is our very first php package!
Fund package maintenance!
alnahian2003
Requires
- php: ^8.1
Requires (Dev)
- laravel/pint: ^1.0
- phpunit/phpunit: ^10.3.2
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2025-01-02 10:40:27 UTC
README
This is my very first php package.
Installation
You can install the package via composer:
composer require alnahian2003/greetings-generator
Usage
use Alnahian2003\GreetingsGenerator\Greetings; echo Greetings::greet();
Testing
composer test
or you can also try this
./vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.