decodelabs / glitch-support
Shared support classes for DecodeLabs\Glitch
Installs: 31 552
Dependents: 25
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
README
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.
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 for more.
Licensing
Glitch is licensed under the MIT License. See LICENSE for the full license text.