PHP Composer

From HaFrWiki
Revision as of 11:58, 15 May 2020 by Hjmf (talk | contribs) (Created page with "{{TOCright}} <code>Composer</code> is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/updat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.


See also

top

Internal


External

Reference

top