dastoic/laravel-api

Laravel package for managing API clients. Great for mobile and SPA back-ends.

dev-master 2019-09-28 20:30 UTC

This package is auto-updated.

Last update: 2023-03-29 00:57:45 UTC


README

I started developing this package about a year ago, but never really completed. Just pushed it to github for my buddy to take over.

Build Status Coverage Status

Packagist Packagist Packagist

Laravel package for managing API clients. Great for mobile and SPA back-ends.

Installation

Install via composer

composer require dastoic/laravel-api

Publish Configuration File

php artisan vendor:publish --provider="Dastoic\LaravelApi\ApiServiceProvider" --tag="config"

Usage

... coming soon ...

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits