Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 660 Bytes

php.nootbook.md

File metadata and controls

22 lines (13 loc) · 660 Bytes

PHP Nootbook

PHP Frameworks

php-frameworks.nootbook.md

Table of Contents


Composer

php.composer.nootbook.md

Composer is a tool for dependency management in PHP.

It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

It borrows many ideas from npm and uses basic json files for package definitions. Composer packages are generally published on the packagist, but can also be published & installed from other servers

Table of Contents