oliezekat / smart-youtube-api-client
Save your time, bandwidth, storage, money... and Earth's climate too !
Package info
github.com/oliezekat/smart-youtube-api-client
pkg:composer/oliezekat/smart-youtube-api-client
1.0.0
2026-08-24 11:02 UTC
Requires
- php: ^8.1
- firebase/php-jwt: ^6.0||^7.0
- google/auth: ^1.37
- guzzlehttp/guzzle: ^7.4.5
- guzzlehttp/psr7: ^2.6
- monolog/monolog: ^2.9||^3.0
Conflicts
This package is auto-updated.
Last update: 2026-08-25 10:29:33 UTC
README
Save your time, bandwidth, storage, money... and Earth's climate too !
Featured
Copy cleaned of Google packages as standalone API client for YouTube service only.
IMPORTANT:
Don't install this package if you need anothers services from google/apiclient-services.
Installation
Remove Google's packages
composer remove google/apiclient composer remove google/apiclient-services
Remove Google\Task\Composer::cleanup from your composer.json
{
...
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"YouTube"
]
},
...
}
Require this package only
composer require oliezekat/smart-youtube-api-client
Resources
- Smart YouTube API client repository on GitHub
- google/apiclient repository on GitHub
- google/apiclient-services repository on GitHub
- Issue "This packaging strategy is hell !" on google/apiclient-services repository