Skip to content

Instantly share code, notes, and snippets.

View astalbaum's full-sized avatar

Artur St astalbaum

  • BuildLine GmbH / QByte GmbH
  • Villingen-Schwenningen
  • 02:38 (UTC +02:00)
View GitHub Profile
@dapepe
dapepe / TextTable.php
Last active November 18, 2024 09:34
Class to generate a Markdown-style table from a PHP array
<?php
/**
* Creates a markdown document based on the parsed documentation
*
* @author Peter-Christoph Haider <peter.haider@zeyon.net>
* @package Apidoc
* @version 1.00 (2014-04-04)
* @license GNU Lesser Public License
*/