Directus Api Laravel

screenshot of Directus Api Laravel

Directus API Wrapper for Laravel 8

Overview

The Directus API Wrapper for Laravel is a package that allows users to easily consume the REST API provided by the Directus Headless CMS system in any Laravel application. It provides a convenient way to interact with the Directus API and retrieve data from a Directus instance.

Features

  • Laravel Integration: Seamlessly integrates with Laravel applications.
  • Easy Installation: Simple installation using Composer.
  • Customizable Configuration: Can be configured using values from the .env file or a config file.
  • Dependency Injection Support: Can be easily utilized through dependency injection or a helper function.
  • Authentication Options: Supports authentication using an API key or Directus username and password.
  • Guest Access: Option to use guest access if no authentication details are provided.
  • Additional Details: For more detailed information, refer to the c14r/directus-api package.

Summary

The Directus API Wrapper for Laravel is a convenient package that enables users to easily consume the REST API provided by Directus in Laravel applications. It offers seamless integration, easy installation, and extensive configuration options. With support for authentication and guest access, the package provides flexibility in connecting to Directus and retrieving data from a Directus instance.