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.
- Host: GitHub
- URL: https://github.com/fusonic/webapp
- Owner: fusonic
- License: mit
- Created: 2015-06-25T05:59:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T17:53:28.000Z (over 5 years ago)
- Last Synced: 2025-07-10T16:48:02.374Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fusonic/webapp
==============
[](https://scrutinizer-ci.com/g/fusonic/webapp/build-status/master)
[](https://scrutinizer-ci.com/g/fusonic/webapp/?branch=master)
[](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
```