radasfunk/lucentcms-php

PHP client for LucentCMS

Installs: 142

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/radasfunk/lucentcms-php

0.1.9 2021-07-19 14:29 UTC

This package is auto-updated.

Last update: 2025-11-20 00:39:01 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