PHPackages                             marnick-s/directus9-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. marnick-s/directus9-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marnick-s/directus9-laravel
===========================

A Directus 9 SDK for Laravel

1.0.0(3y ago)110GPL-3.0-onlyPHPPHP ^7.4|^8.0

Since Dec 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/marnick-s/directus9-laravel)[ Packagist](https://packagist.org/packages/marnick-s/directus9-laravel)[ RSS](/packages/marnick-s-directus9-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

A Directus 9 SDK for Laravel
============================

[](#a-directus-9-sdk-for-laravel)

This package makes it easier to use [alantiller/directus-php-sdk](https://github.com/alantiller/directus-php-sdk) with Laravel.

Just install the package by running

```
composer require marnick-s/directus9-laravel

```

and put this in your .env:

```
DIRECTUS_URL=https://directus.example.com
DIRECTUS_ACCESS_TOKEN=your-static-access-token-here

```

`DIRECTUS_ACCESS_TOKEN` is optional.

Then, you can use it like this:

```
$api = new Directus();
$posts = $api->get_items('posts');

```

or, you can use the helper function:

```
$posts = directus()->get_items('posts');

```

See [this readme](https://github.com/alantiller/directus-php-sdk#items) for all the available methods.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1237d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1299a3a5d55fe10dfab6f1ae9c2a939e87f337d25210dfa3397ee498b142bd6?d=identicon)[Marnick](/maintainers/Marnick)

---

Top Contributors

[![marnick-s](https://avatars.githubusercontent.com/u/34896058?v=4)](https://github.com/marnick-s "marnick-s (8 commits)")

---

Tags

directusdirectus-cmslaravellaravel-package

### Embed Badge

![Health badge](/badges/marnick-s-directus9-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/marnick-s-directus9-laravel/health.svg)](https://phpackages.com/packages/marnick-s-directus9-laravel)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
