Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Prerequisites for integration examples with PHP template engine

Table of Contents

HTTP server

Operationnal HTTP server with PHP support is mandatory. Supported PHP version should be at least 5.2.13

Twig template engine

Twig is a flexible, fast, and secure template engine for PHP. It is used here to simplify integration example.

It can be downloaded from http://pear.twig-project.org/get/Twig-1.14.1.tgz

On GNU/Linux, necessary files can be uncompressed in /var/www/php-example/.

Bootstrap (optional)

Bootstrap is a front-end framework. It is used to generate pretty HTML pages with little effort.

Necessary files can be downloaded and put to appropriate place. Then meta_template.html should be updated accordingly.

Or, you can keep files unchanged and still point to external location.

Antidot PHP API

Yes, you need it! You can grab it from https://github.com/antidot/API.

On GNU/Linux you can probably copy everything in /var/www/php-example/.

Antidot search service

For purpose of the examples you can refer free available service with id 70000 at http://eval.partners.antidot.net (with status set to stable).