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 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 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...
- Complete Contributing guide
- Test all Elements
- Create Empty Converter to clone