erckul/amp-converter-bundle

Amp Converter for Symfony

Installs: 962

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 4

Type:symfony-bundle

v1.0.5 2018-03-21 10:30 UTC

README

Packagist PHP Symfony2 Packagist Packagist Travis Code Climate Code Climate

Features

Basic features list:

  • Convert Classic Html to AmpHtml
  • Get The list of needed scripts for AmpHtml

Supported Elements:

  • amp-iframe
  • amp-audio
  • amp-brightcove
  • amp-dailymotion
  • amp-image
  • amp-video
  • amp-vimeo
  • amp-youtube
  • amp-facebook
  • amp-instagram
  • amp-pinterest
  • amp-twitter

Tested Elements:

  • amp-iframe
  • amp-audio
  • amp-brightcove
  • amp-dailymotion
  • amp-image
  • amp-video
  • amp-vimeo
  • amp-youtube
  • amp-facebook
  • amp-instagram
  • amp-pinterest
  • amp-twitter

Install

Install with composer :

composer require elephantly/amp-converter-bundle

Then in your AppKernel.php file add:

new Elephantly\AmpConverterBundle\ElephantlyAmpConverterBundle(),

Finally, just use the service to access functions:

$converter  = $this->get('elephantly.amp_converter');
$ampHtml    = $converter->convert($html);
$ampScripts = $converter->getAmpScripts($html);

And you're done

Pull Requests:

Pull requests are very welcome :D Pleas do not hesitate to tell us if you wnat a feature, see any issue, or just want to discuss the future of the bundle...

Todo

  • Complete Contributing guide
  • Test all Elements
  • Create Empty Converter to clone

Stuff used to make this: