pxgamer/dirtyapi

A PHP class for utilising the DirtyMarkup API.

v2.0.4 2017-12-06 09:56 UTC

This package is auto-updated.

Last update: 2024-04-11 13:25:18 UTC


README

Latest Version on Packagist Software License Build Status Style CI Code Coverage Total Downloads

A PHP class for utilising the DirtyMarkup API.

Structure

src/
tests/
vendor/

Install

Via Composer

$ composer require pxgamer/dirtyapi

Usage

use \pxgamer\DirtyApi\Beautifier();
$beautifier = new Beautifier;

Methods

Method Name Parameters Returns
$beautifier->html() string, int string (json)
$beautifier->css() string, int string (json)
$beautifier->js() string, int string (json)

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.