amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification

Results 81 amp-library issues
Sort by recently updated
recently updated
newest added

When writing those lines, the library is stuck with Guzzle 6, which prevent us to update some of our dependencies due to conflicts. A library should not depending of a...

Hello! I'm working on a project that uses [Infogram](https://infogram.com/) for a lot of data reporting within their articles, and needed to be able to auto-convert from their standard embed codes...

This lib is broken with a version below 1.1 of marc1706/fast-image-size

This PR makes the amp library up to date with the latest ampproject/amphtml code The `validator-generated.php` file was generated using this fork https://github.com/marcelovani/amphtml/tree/marc-generator The fork is up to date with...

add host check to detect malformed urls supporting ipv6, ipv4 and normal url

Allows using of amp-consent and amp-geo tags for use with GDPR. Resolves #233

After doing the conversion from HTML to AMP: `$amp_html = $amp->convertToAmpHtml();` You can check if the validation is correct or not with a single line: `$amp->getValidationResult()->getStatus();` Here is an example:...