paularlott / phpadf

Atlassian Document Format Builder (PHP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library that simplifies the building of Atlassian Document Format structure for use with Stride.

$doc = new flStrideDocument();
$doc->paragraph()
	->text('Normal text ')
	->strong('strong ')
	->em('italic ')
	->emoji(':rofl:')
	->emoji(':smile:')
	->code(' var i = 0;')
	->hardBreak()
	->text('next line');

About

Atlassian Document Format Builder (PHP)

License:MIT License


Languages

Language:PHP 100.0%