A package to retrieve peace quotes in your application.
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.
Install my-project with composer
composer require akshitarora/phpeace
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
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.
If you have any feedback, please reach out to me on X at akshitarora0907