akshitarora / phpeace
A contribution of PHP/Laravel developers to support World Peace #PHPeace
Requires
- php: ^8.1
- illuminate/support: ^10.33
Requires (Dev)
- laravel/pint: ^1.13
- orchestra/testbench: ^8.15
- pestphp/pest: ^2.25
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-10-26 12:24:17 UTC
README
A package to retrieve peace quotes in your application.
Description
The idea generated from a discussion on X (formerly Twitter):
As a community, we should support peace. How about supporting #PHPeace?
PHP is one of the most widely used languages in the world, we can spread the message worldwide easily.
Installation
Install my-project with composer
composer require akshitarora/phpeace
Documentation
Get the peace quotes using Artisan commands
php artisan phpeace
You can also use the quotes in your application as per your needs using the PHPeace Facade:
use AkshitArora\PHPeace\Facades\PHPeace; PHPeace::getQuote() //Get the peace quote
Authors
Contributing
Contributions are always welcome!
You are invited to add your favorite peace quotes in the list.
Just add them to quotes()
function in src/PHPeace/PHPeace.php
file and submit PR.
Feedback
If you have any feedback, please reach out to me on X at akshitarora0907