generated from PartridgeRocks/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jordan Partridge edited this page Dec 11, 2024
·
2 revisions
A powerful, Laravel-first GitHub API client built on Saloon that makes integrating with GitHub's API simple and intuitive.
- Built on Saloon for reliable API handling in Laravel
- Full type-hinting support with typed responses
- Seamless integration with Laravel's configuration and authentication
- Comprehensive test coverage
- Support for facades and dependency injection
- Modern PHP 8.1+ codebase
- Laravel-style resource pattern
Install the package via Composer:
composer require jordanpartridge/github-client- Generate a GitHub token in your GitHub Settings
- Add the token to your
.envfile:
GITHUB_TOKEN=your-token-here