autoblogpro/contenttype

Content Type Header

Maintainers

Package info

github.com/yoyon-sugiono/ContentType

Homepage

Issues

pkg:composer/autoblogpro/contenttype

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2020-03-05 06:30 UTC

This package is auto-updated.

Last update: 2026-03-05 20:04:36 UTC


README

use AutoblogPro\ContentType;

$content = new ContentType();

$content->display('json', json_encode(['one', 'two', 'three']));