neo/laravel-github-gist


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Installation

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 [
];

Usage

$gist = new Neo\Gist();
echo $gist->echoPhrase('Hello, Neo!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.