Download the PHP package boxybird/laravel-directus-api-wrapper without Composer
On this page you can find all versions of the php package boxybird/laravel-directus-api-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-directus-api-wrapper
Laravel Directus API Wrapper
A collection of Laravel facades to interact with Directus CMS.
Requirements
- Laravel 7/8
- Directus 8
Installation
You can install the package via composer:
Publish config file:
Add to .env:
Core Usage
Requests: https://docs.directus.io/api/reference.html#endpoints
Authentication: https://docs.directus.io/api/authentication.html
Per Request:
Per session:
Globally:
In some apps you may only need to connect to Directus using a single user. So rather than passing a JWT as an argument on every request, you can use the BoxyBird\Directus\Facades\Directus
helper facade.
Under the hood, each request will look to see if
Directus::getJwt()
is set.
Additional Helpers
Items: https://docs.directus.io/api/items.html
Files: https://docs.directus.io/api/files.html
Collections: https://docs.directus.io/api/collections.html
License
All versions of laravel-directus-api-wrapper with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^7.0|^8.0
The package boxybird/laravel-directus-api-wrapper contains the following files
Loading the files please wait ....