phpolar/routable-factory

Unifies implementations of factories used to create route targets

1.0.2 2025-01-02 03:35 UTC

This package is auto-updated.

Last update: 2025-01-02 03:39:46 UTC


README

Routable Factory

Unifies implementations of factories used to create route targets

Provides a type-safe way to provide route targets to the route map that will not be instantiated immediately.

Instantiating route targets on demand can improve performance by reducing memory usage.