https://github.com/bor0/xmp
xmp PHP Extension
https://github.com/bor0/xmp
Last synced: 9 months ago
JSON representation
xmp PHP Extension
- Host: GitHub
- URL: https://github.com/bor0/xmp
- Owner: bor0
- License: apache-2.0
- Created: 2014-09-05T09:12:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T18:52:10.000Z (over 11 years ago)
- Last Synced: 2025-05-16T05:38:32.847Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
======================
xmp PECL Extension 4.2
======================
This PECL extension allows you to control module files (play, retrieve metadata, dump data, etc).
To compile it, you will need to have the libxmp c library (version 4.2) installed.
libxmp API reference manual can be found at http://xmp.sourceforge.net/libxmp.html
Compile like: `phpize && ./configure && make && make install`
For detailed installation instructions for PHP PECL extensions, please see:
http://www.php.net/manual/en/install.pecl.php