|
|
7 years ago | |
|---|---|---|
| src/SuperGear/Directus | 7 years ago | |
| .gitignore | 7 years ago | |
| README.md | 7 years ago | |
| composer.json | 7 years ago | |
| composer.lock | 7 years ago | |
Small Libary to request Directus API.
URL Token
$itemCollection = new ItemCollection($url, $token);
$articles = $itemCollection->find('articles', ['status' => 'published']);