Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takeit/amphtmlbundle
AMP HTML⚡ Bundle - provide AMP HTML conversion to your Symfony projects.
https://github.com/takeit/amphtmlbundle
amp-html php publisher symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
AMP HTML⚡ Bundle - provide AMP HTML conversion to your Symfony projects.
- Host: GitHub
- URL: https://github.com/takeit/amphtmlbundle
- Owner: takeit
- License: mit
- Created: 2016-02-24T20:01:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T13:46:55.000Z (over 3 years ago)
- Last Synced: 2024-10-10T13:03:55.793Z (about 1 month ago)
- Topics: amp-html, php, publisher, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 32
- Watchers: 2
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The AMP HTML ⚡ Bundle
======================
[![Build Status](https://travis-ci.org/takeit/AmpHtmlBundle.svg?branch=master)](https://travis-ci.org/takeit/AmpHtmlBundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/takeit/AmpHtmlBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/takeit/AmpHtmlBundle/?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/bb62274d-62c3-43b3-9326-d421079ba583/mini.png)](https://insight.sensiolabs.com/projects/bb62274d-62c3-43b3-9326-d421079ba583)
[![Latest Stable Version](https://poser.pugx.org/takeit/amp-html-bundle/v/stable)](https://packagist.org/packages/takeit/amp-html-bundle) [![Total Downloads](https://poser.pugx.org/takeit/amp-html-bundle/downloads)](https://packagist.org/packages/takeit/amp-html-bundle) [![Latest Unstable Version](https://poser.pugx.org/takeit/amp-html-bundle/v/unstable)](https://packagist.org/packages/takeit/amp-html-bundle)This bundle aims to provide [AMP HTML](https://www.ampproject.org) conversion to your Symfony2/Symfony3 projects. Based on [Lullabot/amp-library](https://github.com/Lullabot/amp-library).
![demo](http://i.imgur.com/yd37c3m.gif)
Installation
------------The suggested installation method is via [Composer](https://getcomposer.org/):
```bash
php composer.phar require takeit/amp-html-bundle:0.1.*
```Documentation
-------------Read the [Documentation] to learn more about this bundle.
Contribute
----------Do you want to contribute to this bundle? That's great and I really appreciate it!
* Report any bugs or issues you find on the [issue tracker].
* Source code can be found at [Git repository].Authors
-------* Rafał Muszyński ([takeit])
* [The Community Contributors]This bundle is possible thanks to:
* [The Google AMP project](https://www.ampproject.org)
* [Lullabot/amp-library](https://github.com/Lullabot/amp-library)
* [Symfony](http://symfony.com/)
* some bottles of :beer: :laughing:License
-------This bundle is released under the [MIT license].
[takeit]: https://github.com/takeit
[The Community Contributors]: https://github.com/takeit/AmpHtmlBundle/graphs/contributors
[issue tracker]: https://github.com/takeit/AmpHtmlBundle/issues/issues
[Git repository]: https://github.com/takeit/AmpHtmlBundle
[MIT license]: LICENSE
[Documentation]: Resources/doc/index.md