Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decodelabs/referential

A framework for finding, parsing, inspecting and formatting reference IDs
https://github.com/decodelabs/referential

Last synced: 1 day ago
JSON representation

A framework for finding, parsing, inspecting and formatting reference IDs

Awesome Lists containing this project

README

        

# Referential

[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/referential?style=flat)](https://packagist.org/packages/decodelabs/referential)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/referential.svg?style=flat)](https://packagist.org/packages/decodelabs/referential)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/referential.svg?style=flat)](https://packagist.org/packages/decodelabs/referential)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/referential/integrate.yml?branch=develop)](https://github.com/decodelabs/referential/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/referential?style=flat)](https://packagist.org/packages/decodelabs/referential)

### A framework for finding, parsing, inspecting and formatting reference IDs

Referential provides a generalist approach to handling ID references. It enables a consistent way of working with keys across multiple data sources and formats.

_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._

---

## Installation

Install via Composer:

```bash
composer require decodelabs/referential
```

## Usage

Coming soon...

## Licensing

Referential is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.