phpolar/routable-factory

Unifies implementations of factories used to create route targets

1.0.0 2023-09-02 19:34 UTC

This package is auto-updated.

Last update: 2024-05-01 00:12:04 UTC


README

phpolar.svg

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.