laravel-api / youtube
This is my package youtube
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laravel-api/youtube
Requires
- php: ^8.0
- alaouy/youtube: ^2.2
Requires (Dev)
- orchestra/testbench: ^6.22
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2025-10-14 22:22:53 UTC
README
This is a dummy to be used as a template to write own API wrappers for Laravel API.
Installation
You can install the package via the Laravel API install command:
php artisan install:dummy
Usage
You can try this dummy out by calling the following command from within your app:
api('dummy')->someMethod('someArgument')
Writing own wrappers
To write own wrappers you need exactly one class. In this example this class is src/DummyWrapper.php
.
License
The MIT License (MIT). Please see License File for more information.