-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, thanks for keeping this fork updated!
This issue is about making this extension installable by PIE (PHP Installer for Extensions) so it becomes easier.
From The PHP Foundation's blog:
PIE aims to simplify managing PHP extensions by providing a modern, flexible alternative to PECL and treating extensions as first-class citizens in the PHP ecosystem.
With PIE, the process of managing PHP extensions becomes more streamlined. Extensions are distributed via Packagist just like regular PHP packages! It makes the installation and update process quite familiar if you already use Composer.
You can check the list of currently supported extensions by PIE here.
If you agree, I'd be more than happy to provide a PR with the required work, leaving to you only the required work on Packagist (publish the extension under your preferred vendor name).