mgufrone / pdf-to-html

PDF to HTML PHP Class using Poppler-Utils
MIT License
175 stars 88 forks source link

PHP 7.1 + Compatibility #54

Open garrensweet opened 5 years ago

garrensweet commented 5 years ago

Seeing as this package is basically abandoned, I've decided to fork it. I will maintain it as well.

This library makes use of another (ironically) abandoned package for DOM Parsing. That package incorrectly implements the count() function on non-iterable instances, therein making it incompatible with PHP 7.1.

I've upgraded the underlying DOM Parsing engine and made cross-platform compatibility improvements.

You can use https://github.com/garrensweet/pdf-to-html this library for better support and error handling.

Hadyark commented 5 years ago

Great but i can't add your library with this command line "composer require garrensweet/pdftohtml-php"

alalfakawma commented 4 years ago

Any news on this?

Hadyark commented 4 years ago

I think that I still had not managed to install it and that consequently I had changed library

alalfakawma commented 4 years ago

I think Garren would have to put it up on packagist in order to compser require his forked package with the model events. Wonder if he is still active here or not?

jonathanpmartins commented 4 years ago

This repo should be marked as Archived. There is no more active development since 2017 @mgufrone