Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quillstack/storage-interface

Common interface for Storage classes.
https://github.com/quillstack/storage-interface

interface php php8 quillstack storage

Last synced: about 1 month ago
JSON representation

Common interface for Storage classes.

Awesome Lists containing this project

README

        

# Quillstack Storage Interface

[![Build Status](https://travis-ci.com/quillstack/storage-interface.svg?branch=main)](https://travis-ci.com/quillstack/storage-interface)
[![Downloads](https://img.shields.io/packagist/dt/quillstack/storage-interface.svg)](https://packagist.org/packages/quillstack/storage-interface)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=quillstack_storage-interface&metric=ncloc)](https://sonarcloud.io/dashboard?id=quillstack_storage-interface)
[![StyleCI](https://github.styleci.io/repos/394759071/shield?branch=main)](https://github.styleci.io/repos/394759071?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/storage-interface/badge)](https://www.codefactor.io/repository/github/quillstack/storage-interface)
![Packagist License](https://img.shields.io/packagist/l/quillstack/storage-interface)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_storage-interface&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=quillstack_storage-interface)
[![Maintainability](https://api.codeclimate.com/v1/badges/33a9f4af9af94a9e3e1e/maintainability)](https://codeclimate.com/github/quillstack/storage-interface/maintainability)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_storage-interface&metric=security_rating)](https://sonarcloud.io/dashboard?id=quillstack_storage-interface)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/quillstack/storage-interface)

Common configuration files for different repositories.

### Docker

```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_storage_interface sh
```