defro/quotable-php

PHP library to request Quotable API.

1.0.0 2022-11-21 00:32 UTC

This package is auto-updated.

Last update: 2024-04-21 03:31:56 UTC


README

Latest Version Software License Build Status SymfonyInsight Scrutinizer Code Quality Code Coverage StyleCI Total Downloads Donate

This package can get quotes and their authors using Quotable. Here's a quick example:

$client = new \GuzzleHttp\Client();
$quotable = new \Defro\Quotable\Api($client);
$random = $quotable
    ->getRandomQuote();

var_dump($random);

Documentation

Read how to install, use this package, customize it on documentation page.

License

The MIT License (MIT). Please see license file for more information.