Composer isn’t just dependency building tool, it’s more than that. As we are planning to move Drupal 8 composer ready let’s explore some unknown usages of composer.
Composer can be used for variety of other purposes as well.
Composer isn’t just dependency building tool, it’s more than that. As we are planning to move Drupal 8 composer ready let’s explore some unknown usages of composer.
Composer can be used as variety of other purposes as well.
What will we cover?
We’ll cover following usages of composer:
-
Applying patches to packages
-
Keeping remote data from third party source up-to-date.
-
Creating and implementing commit hooks.
-
Approaches to automate boilerplate codes
-
Writing custom scripts for composer usage.
-
Autoloading the libraries that support autoload.
What will you learn?
At the end of this sessions audience will be able to:
-
Get a more understanding of composer usage apart from dependency manager
Use composer confidently in various scenarios and use cases