Skip to content

radasfunk/lucentcms-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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