fenom/providers-collection

Collection of additional providers

Maintainers

👁 bzick

Package info

github.com/fenom-template/providers-collection

pkg:composer/fenom/providers-collection

Statistics

Installs: 5 427

Dependents: 2

Suggesters: 3

Stars: 2

Open Issues: 0

1.0.0 2016-02-23 14:41 UTC

Requires

  • php: >=5.3

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3 c468c12910d9d5aa89fd29921dc1056e6b288bc0

  • Ivan Shalganov <a.cobest.woop@gmail.com>

providerloadertagfenommultipath

This package is auto-updated.

Last update: 2026-06-12 07:18:42 UTC


README

👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

Install

composer require fenom/providers-collection

Multi directories template provider

Provider loads template from the filesystem. Provider supports multiple directories where to look for templates.

Create and configure provider

$provider = new Fenom\MultiPathsProvider([$path1, $path2]);
$provider->addPath($path3);
$provider->prependPath($path4);

Use the provider to create the object Fenom

$fenom = new Fenom($provider);

Use Fenom.