This project allows you to see the requirements of all PHP packages hosted in the PHP PECL website, and it's available at this URL.
The data of the PECL packages are fetched via PHP.
In order to do that, you need to install Composer dependencies:
composer install
Then run the update
command:
./bin/pecl-info update
The web interface is created statically.
In order to do that, you need to install NodeJS dependencies:
npm install
While developing, you can compile the application (with hot-reloading enabled):
npm run serve
To generate the production application:
npm run build
You can also lint the source files:
npm run lint
You can offer me a monthly coffee or a one-time coffee :wink: