Project to using a Directus Instance as CMS. Structure is inspired by Laravel, using FlightPHP for handle Request.
Download last Release, a Composer Installer will be Available in a Future Release.
There is a Snapshot for a Basic Setup for the Directus Instance (snapshot.yaml)
Create a .env from .env.example adding token and url for Directus Instance.
DIRECTUS_API_URL=
DIRECTUS_API_TOKEN=
For getting Data use App\Respositories\RepositoryAbstract to create Repository-Classes.