Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decodelabs/glitch-support
Shared support classes for DecodeLabs\Glitch
https://github.com/decodelabs/glitch-support
debug developer-tools dump dumper exceptions php
Last synced: 17 days ago
JSON representation
Shared support classes for DecodeLabs\Glitch
- Host: GitHub
- URL: https://github.com/decodelabs/glitch-support
- Owner: decodelabs
- License: mit
- Created: 2020-09-29T11:46:56.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-04T21:07:58.000Z (5 months ago)
- Last Synced: 2024-12-11T13:51:13.666Z (about 1 month ago)
- Topics: debug, developer-tools, dump, dumper, exceptions, php
- Language: PHP
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Glitch Support
[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/glitch-support?style=flat)](https://packagist.org/packages/decodelabs/glitch-support)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/glitch-support.svg?style=flat)](https://packagist.org/packages/decodelabs/glitch-support)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/glitch-support.svg?style=flat)](https://packagist.org/packages/decodelabs/glitch-support)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/glitch-support/integrate.yml?branch=develop)](https://github.com/decodelabs/glitch-support/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/glitch-support?style=flat)](https://packagist.org/packages/decodelabs/glitch-support)### Middleware support for Glitch
This repository contains shared support classes and interfaces for libraries wishing to support Glitch functionality.
_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._
---
## Usage
Make use of the methods within `DecodeLabs\Glitch\Proxy` within your own libraries without the need to depend on the full Glitch library.
`Proxy` only provides a small subset of Glitch functionality and the majority of it only really does anything if the consumer of _your_ library includes Glitch in their project; however by making use of the Proxy, you can provide much better debug support for your library should they choose to do so.
Please see [DecodeLabs Glitch](https://github.com/decodelabs/glitch) for more.
## Licensing
Glitch is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.