Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quillstack/storage-interface
- Owner: quillstack
- License: mit
- Created: 2021-08-10T19:21:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T20:25:39.000Z (almost 3 years ago)
- Last Synced: 2024-08-08T06:39:12.970Z (5 months ago)
- Topics: interface, php, php8, quillstack, storage
- Language: PHP
- Homepage: https://quillstack.org/storage
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```