A simple Package to work with the GitHub Gist API.
It's by no means covering the complete API endpoints. I just needed a few endpoints and decided to make it a package and maybe flesh it out as needed. If something is missing, feel free to send a PR.
You can install the package via composer:
composer require neoighodaro/gist
You can publish the config file with:
php artisan vendor:publish --tag="gist-config"
This is the contents of the published config file:
return [
];
$gist = new Neo\Gist();
echo $gist->echoPhrase('Hello, Neo!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.