Skip to content

Add license scan report and status #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# PSR, for appserver.io application server

[![Latest Stable Version](https://img.shields.io/packagist/v/appserver-io-psr/application-server.svg?style=flat-square)](https://packagist.org/packages/appserver-io-psr/application-server)
[![Latest Stable Version](https://img.shields.io/packagist/v/appserver-io-psr/application-server.svg?style=flat-square)](https://packagist.org/packages/appserver-io-psr/application-server) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpathmissing%2Fapplication-server.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpathmissing%2Fapplication-server?ref=badge_shield)

[![Total Downloads](https://img.shields.io/packagist/dt/appserver-io-psr/application-server.svg?style=flat-square)](https://packagist.org/packages/appserver-io-psr/application-server)
[![License](https://img.shields.io/packagist/l/appserver-io-psr/application-server.svg?style=flat-square)](https://packagist.org/packages/appserver-io-psr/application-server)
[![Build Status](https://img.shields.io/travis/appserver-io-psr/application-server/master.svg?style=flat-square)](http://travis-ci.org/appserver-io-psr/application-server)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/appserver-io-psr/application-server/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/appserver-io-psr/application-server/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/appserver-io-psr/application-server/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/appserver-io-psr/application-server/?branch=master)


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpathmissing%2Fapplication-server.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpathmissing%2Fapplication-server?ref=badge_large)

## Introduction

This library provides all necessary interfaces for the application server implementation of appserver.io.
Expand All @@ -27,4 +31,4 @@ to your ```composer.json``` and invoke ```composer update``` in your project.

# External Links

* Documentation at [appserver.io](http://docs.appserver.io)
* Documentation at [appserver.io](http://docs.appserver.io)