aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-08-25-releases.md
blob: 00c71282e51e7548100dfd9ae25179c5bad47d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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."