Skip to content

laravapi/youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy API Wrapper

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.