jQuery-like interface for PHP?

前端 未结 12 1822
猫巷女王i
猫巷女王i 2020-12-04 13:44

I was curious as to whether or not there exists a jQuery-style interface/library for PHP for handling HTML/XML files -- specifically using jQuery style selectors.

I\

12条回答
  •  醉话见心
    2020-12-04 14:12

    If you use a modern framework, you should check these out too.

    • http://symfony.com/doc/current/components/dom_crawler.html
    • http://symfony.com/doc/current/components/css_selector.html

    These components can be installed via composer.

提交回复
热议问题