link-preview icon indicating copy to clipboard operation
link-preview copied to clipboard

Link preview library for PHP

Results 4 link-preview issues
Sort by recently updated
recently updated
newest added

Some sites (e.g. https://www.superdrug.com in my case) hang the HTTP request and don't return in a reasonable time. Perhaps this is some anti-DoS measure. This PR adds a simplistic 30s...

Hi Kasp3r, Can you upgrade Guzzle to 7x? This is why it won't work on Laravel as it depends on a later version, Laravel 8x requires Guzzle ^7.0.1. "guzzlehttp/guzzle": "^7.0.1"...