coconat/coconat.php

CoConAT Content Access Tool

0.1.0 2015-08-18 20:09 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:12:00 UTC


README

CoConAT

Latest Release Build Status Coverage Status License Latest Unstable Version Latest Stable Version

CoConAT PHP flavour

This is the PHP flavour of the CoConAT Content Access Tool. It is a small library to access the contents of a CoreMedia content repository through direct access of a Content Server database (CMS, MLS, or RLS) in a structured way.

It is a direct rewrite of portions of the Java flavour to use PHP standard means for database access.

CoConAT PHP ist available through Packagist.

Feedback

Please use the issue reporting facility at github to get in touch.

Building

Prerequisites are composer and phpunit.

composer update

The test run can be started via

phpunit --bootstrap vendor/autoload.php test

This unittest uses an sqlite3 database which can be create from the source with

sqlite3 test/unittest.sqlite3 < test/unittest.sql

Usage example

A ReadContent.php example is included in the example directory which relies on the same MySQL menusite database to exist as its Java counter part.