Skip to content

mlocati/pecl-info

Repository files navigation

PECL Info

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.

Collecting the PECL packages data

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

Building the web application

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

Do you really want to say thank you?

You can offer me a monthly coffee or a one-time coffee 😉