Download the PHP package reedware/laravel-api without Composer
On this page you can find all versions of the php package reedware/laravel-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reedware/laravel-api
More information about reedware/laravel-api
Files in reedware/laravel-api
Download reedware/laravel-api
More information about reedware/laravel-api
Files in reedware/laravel-api
Vendor reedware
Package laravel-api
Short Description Adds configurable web api connections to your Laravel application.
License MIT
Package laravel-api
Short Description Adds configurable web api connections to your Laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-api
Laravel API
This package adds configurable web api connections to your Laravel application.
Installation
Require this package with composer.
Laravel 5.5+ uses Package Auto-Discovery, so doesn't require you to manually add the service provider or facade. However, should you still need to reference them, here are their class paths:
Configuration
You can configure your various api endpoints by using the ~/config/api.php
configuration file.
Usage
You can now connect to your api using Api::connection('api-name')
, and subsequently create requests for it:
All versions of laravel-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
The package reedware/laravel-api contains the following files
Loading the files please wait ....