An open API service indexing awesome lists of open source software.

https://github.com/fusonic/webapp

PHP library to generate different web application resources (like manifest files, meta-tags etc.) from a single configuration object.
https://github.com/fusonic/webapp

Last synced: 7 months ago
JSON representation

PHP library to generate different web application resources (like manifest files, meta-tags etc.) from a single configuration object.

Awesome Lists containing this project

README

          

fusonic/webapp
==============

[![](https://scrutinizer-ci.com/g/fusonic/webapp/badges/build.png?b=master)](https://scrutinizer-ci.com/g/fusonic/webapp/build-status/master)
[![](https://scrutinizer-ci.com/g/fusonic/webapp/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/fusonic/webapp/?branch=master)
[![Total Downloads](https://poser.pugx.org/fusonic/webapp/downloads.png)](https://packagist.org/packages/fusonic/webapp)

`fusonic/webapp` is a library that supports you in creating meta information for your web application from a
“code first” approach. While you define your meta information once, `fusonic/webapp` will create a
[Web App Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) and
[meta tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta) for you.

It maintains the newest standards in meta information that should be provided by progressive web apps.

## Requirements

```
php >= 5.5
```

## Installation

```
$ composer require fusonic/webapp
```