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.

Maintainers

Details

github.com/pear/OLE

Source

Issues

Installs: 1 072 857

Dependents: 7

Suggesters: 0

Security: 0

Stars: 17

Watchers: 19

Forks: 29

v1.0.0 2023-06-11 00:17 UTC

This package is auto-updated.

Last update: 2024-03-18 09:15:49 UTC


README

Build Status Latest Stable Version

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