freshheads / webpack-stats
A PHP library to read the Webpack statistics file.
Installs: 67 171
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 2
Open Issues: 0
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-29 05:04:58 UTC
README
A PHP library to read the Webpack statistics file.
Installation
Webpack-stats can easily be installed using Composer:
composer require freshheads/webpack-stats
Symfony bundle
We've create a Symfony Bundle that uses this library to include assets that are build by Webpack in our templates. This bundle is called the FHWebpackBundle.
Requirements
This library works with PHP 5.6.0 and up.