PHP Composer: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
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..."
 
mNo edit summary
Line 8: Line 8:
=== Internal ===
=== Internal ===
* [[PHP]]
* [[PHP]]


=== External ===
=== External ===
Line 14: Line 13:
* [https://getcomposer.org/doc Composer Documentation], Composer Home page Documentation.
* [https://getcomposer.org/doc Composer Documentation], Composer Home page Documentation.
* [https://packagist.org Composer Packgist], Packagist is the main Composer Repository.
* [https://packagist.org Composer Packgist], Packagist is the main Composer Repository.
=== Tutorial ===
* [https://www.startutorial.com/articles/view/modern-php-developer-composer Star Tutorial], Modern PHP Developer Composer.


== Reference ==
== Reference ==

Revision as of 11:59, 15 May 2020

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

Tutorial

Reference

top