duzun / hQuery.php

An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
https://duzun.me/playground/hquery
MIT License
361 stars 74 forks source link

NPM package #14

Open bdfoster opened 7 years ago

bdfoster commented 7 years ago

Why is this in NPM?

duzun commented 7 years ago

Good question! :)

This is definitely a PHP lib.

I found out that some people use NPM for PHP (and Node) projects.

I'm using both of composer and NPM in my projects - composer for PHP stuff and NPM for Node, plus bower if needed. So I don't need it in NPM.

Does anybody need this lib in NPM?