# pecl-multimedia-xmp **Repository Path**: mirrors_php/pecl-multimedia-xmp ## Basic Information - **Project Name**: pecl-multimedia-xmp - **Description**: xmp module file - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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