AMPProject is a PHP library that allows you to generate AMP HTML tags. AMP HTML is HTML with some restrictions for reliable performance and some extensions for building rich content beyond basic HTML.
composer require minnur/ampprojector
git clone git@github.com:minnur/PHPAmp.git
cd PHPAmp
curl -sS https://getcomposer.org/installer | php
./composer.phar install