I am in the process of wrapping up a static site generator I made. https://github.com/sachleen/Steady I used it as an opportunity to refresh my PHP skills and start using Composer. In the process, I also made and published my first package on packagist. https://packagist.org/packages/sachleen/twig-truncatep that allows you to truncate a block of HTML (say an article) to a fixed number of paragraphs in a Twig template.