Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 516 Bytes

php_ole

php_ole is a port of Kawai Takanori's OLE::Storage_Lite Perl package to PHP. It allows you to access the contents of Microsoft OLE documents which are mainly used by Microsoft Office.

Installation

use composer: composer require "thoroc/php_ole"

Limitations

see README

Original Documentation