php パッケージ、 cssパーサーを含めたい: https://github.com/sabberworm/PHP-CSS-Parser
{
"require": {
"sabberworm/php-css-parser": "*"
}
}
(composer.json が何であるかさえ知りません) 必要なスクリプトは 1 つだけなので、それをファイルにのみ含める方法はありますか? お気に入り:
<?php
include //something here
//Do stuff with css parser
?>
ありがとうございました