Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hhatto/php-otama
- Owner: hhatto
- Created: 2013-05-18T11:36:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T10:38:28.000Z (over 11 years ago)
- Last Synced: 2024-05-09T21:56:54.984Z (6 months ago)
- Language: C
- Size: 262 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)