userfrosting/uniformresourcelocator

Uniform Resource Locator module for UserFrosting

4.5.1 2021-06-03 01:33 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:38 UTC


README

Latest Version Software License Join the chat at https://chat.userfrosting.com/channel/support Donate

Branch Build Coverage Style
master
develop

Louis Charette 2018

The Uniform Resource Locator module handles resource aggregation and stream wrapper related tasks for UserFrosting.

Problem to Solve

It's easy to find files when they are located in a single place. It's another task when looking for files scattered across multiple directory. Step into the world of package and dependencies and the nightmare begins.

It's like trying to find someone in a one story house vs. a 25 stories office building when you don't know on which floor the person is. This package goal is to help you locate things in that office building without having to search floor by floor each time. In other words, it is a way of aggregating many search paths together.

Documentation

Building doc

vendor/bin/phpdoc-md generate src/ > docs/api.md

Style Guide

Testing

References