Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhatto/php-otama

PHP extension for otama
https://github.com/hhatto/php-otama

Last synced: about 1 month ago
JSON representation

PHP extension for otama

Awesome Lists containing this project

README

        

# php-otama

A PHP extension for otama (CBIR Engine Library)

# Installation

````
git clone https://github.com/hhatto/php-otama.git
cd php-otama
phpize
./configure
make && make install
# add `extension=otama.so` to your php.ini
````

Resources
---------
* [otama](https://github.com/nagadomi/otama)