akshit-arora / phpeace

A package to display peace quotes in the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPeace

A package to retrieve peace quotes in your application.

MIT License

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

About

A package to display peace quotes in the application

License:MIT License


Languages

Language:PHP 100.0%