Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decodelabs/referential
- Owner: decodelabs
- License: mit
- Created: 2024-01-19T15:25:59.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-04T21:28:21.000Z (4 months ago)
- Last Synced: 2024-12-20T12:39:59.257Z (20 days ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.