radasfunk/lucentcms-php

PHP client for LucentCMS

0.1.9 2021-07-19 14:29 UTC

This package is auto-updated.

Last update: 2024-04-19 21:00:22 UTC


README

PHP driver for Lucent CMS v3.

Installation

You can install the package via composer:

composer require radasfunk/lucentcms-php

Usage

$lucent = new Client(
    {{channelID}},
    {{apiKey}}),
);

// Optionally you can set the locale
$lucent->addHeader("Accept-Language",{locale});

$res = $lucent->get('documents', [
    'filter[schema]' => 'products',
]);

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hey@lucentcms.com instead of using the issue tracker.

Credits