Coder Social home page Coder Social logo

Comments (3)

weierophinney avatar weierophinney commented on July 19, 2024

@boesing I'm a bit confused - are you asking to allow NOT using a router, or that no errors are raised if the RouteCollector class is unavailable, but none of the methods that would use it are ever used?

from mezzio.

boesing avatar boesing commented on July 19, 2024

@weierophinney In the first place, I would prefer having a RouteCollectorInterface which I can implement and override in my application to avoid having to require any of the implementing router components.
The RouteCollector is actually requiring the RouterInterface which is not available due to the lack of a router component.

I'm fine with that fact, but I'd still like to polyfill the RouteCollectorInterface with some kind of ReadOnlyRouteCollector.

I have a project which acts like some kind of "proxy". So all requests are passing middlewares and then are passed via another PSR-18 client to its real destination.
In this scenario, I dont have any routes as any requests are just piped through the application.
So there is neither a RouteMiddleware nor a DispatchMiddleware within my pipeline.

I currently just added the fastroute component to have a factory for the RouterInterface so that my application is bootable even tho I don't use that component at all.

This is why I've created that interface in mezzio/mezzio-router v3.5 and why I want to add it to mezzio/mezzio v3.6 in #87

Depending on the point of view, this is more a feature request than a bug report. :-/

from mezzio.

boesing avatar boesing commented on July 19, 2024

Closed with #87

from mezzio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.