pear / ole
This package allows reading and writing of OLE (Object Linking and Embedding) compound documents. This format is used as container for Excel (.xls), Word (.doc) and other Microsoft file formats.
v1.0.0
2023-06-11 00:17 UTC
Requires
- php: >=5.6
- pear/pear_exception: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2
- pear/pear-core-minimal: ^1.10
- phpunit/phpunit: >=5 <10
- sanmai/phpunit-legacy-adapter: ^6 || ^8
README
This package is http://pear.php.net/package/OLE and has been migrated from https://svn.php.net/repository/pear/packages/OLE
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run
$ composer install
$ vendor/bin/phpunit
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml