Writing your very own Composer package
ThijsFeryn
With Drupal 8 relying heavily on Composer, I'll show you how to create your very own Composer package. I'll teach you the rules and tools which include:
- Writing good object oriented code
- Using some of the more recent features of PHP
- Manage dependencies in the composer.json file
- Committing your code to GitHub
- Writing unit tests
- Performing continuous integration with Travis CI
- Pushing your releases to The Packagist