Answer the question
In order to leave comments, you need to log in
How to include libraries using composer?
I still don't understand how composer works at all. I need to use a CSS parser in a Sabberworm project , but I don't know how to install it.
The Readme file does not help because I just don't understand how composer.
I would appreciate a specific code action plan , as well as links to articles about composer for beginner programmers :)
Thank you!
Answer the question
In order to leave comments, you need to log in
you must have a composer.json file in your project, you need to add the line
"sabberworm/php-css-parser": "*"
to it and run composer update
If you do not use composer in your project, you can install it manually by downloading from github
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question