Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 728 Bytes

UNDER DEVELOPMENT - AMPProject PHP library

Travis CI build status

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.

AMP Documentation

API Documentation

Installation

composer require minnur/ampproject

or

git clone [email protected]:minnur/PHPAmp.git
cd PHPAmp
curl -sS https://getcomposer.org/installer | php
./composer.phar install