--- date: "2019-08-25T10:03:00Z" title: 'Releases: Luigi Template 0.5.0, ZipStream-PHP 0.3.0, and Mathy' --- Some stuff I released months ago but never posted: * [Luigi Template, version 0.5.0][luigi-template]: Simple multi-language string templating library inspired by Unix pipes. Version 0.5.0 includes better documentation, faster rendering, implementations for [Java][], [JavaScript][], [PHP][], and [Ruby][]. * [Mathy][]: Web-based LaTeX math renderer. * [ZipStream-PHP, version 0.3.0][zipstream-php]: [PHP][] library that allows you to dynamically generate streamed Zip archives. Version 0.3.0 is a clean rewrite for [PHP 7][php]. It includes a test suite, [Composer][] support, and API documentation. [luigi-template]: https://github.com/pablotron/luigi-template "Simple multi-language string templating library inspired by Unix pipes." [zipstream-php]: https://github.com/pablotron/zipstream-php "PHP library to dynamically generate streamed Zip archives." [mathy]: https://mathy.pmdn.org/ "Web based LaTeX math renderer." [java]: https://en.wikipedia.org/wiki/Java_(programming_language) "Java programming language." [javascript]: https://en.wikipedia.org/wiki/JavaScript "JavaScript programming language." [php]: https://en.wikipedia.org/wiki/PHP "PHP programming language." [ruby]: https://en.wikipedia.org/wiki/Ruby_(programming_language) "Ruby programming language." [composer]: https://getcomposer.org/ "Dependency manager for PHP."