phpolar/routable-factory

Unifies implementations of factories used to create route targets

1.1.0 2025-06-05 03:38 UTC

This package is auto-updated.

Last update: 2025-06-05 03:38:59 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.