How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
The main features of mpratt/embera are: Markup and CSS Parsers.
Open-source alternatives to mpratt/embera include: cebe/markdown — A super fast, highly extensible markdown parser for PHP. erusev/parsedown — Parsedown is a PHP library that converts Markdown text and common extensions into structured HTML output for web… essence/essence — Extracts information about web pages, like youtube videos, twitter statuses or blog articles. masterminds/html5-php — An HTML5 parser and serializer for PHP. michelf/php-markdown — Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber. milesj/decoda — A lightweight lexical string parser for BBCode styled markup.
Parsedown is a PHP library that converts Markdown text and common extensions into structured HTML output for web browsers. It functions as a Markdown to HTML converter that processes both block-level and inline elements to generate valid web content. The library includes a PHP HTML sanitizer designed to escape HTML and scripting vectors. This security layer provides input sanitization to prevent attacks when processing untrusted user-generated content.
Extracts information about web pages, like youtube videos, twitter statuses or blog articles.
An HTML5 parser and serializer for PHP.
A super fast, highly extensible markdown parser for PHP