2017 © Pedro Peláez
 

library providers-collection

Collection of additional providers

image

fenom/providers-collection

Collection of additional providers

  • Monday, October 9, 2017
  • by bzick
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,610 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 34 % Grown

The README.md

Providers Collections

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

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., (*2)

Create and configure provider, (*3)

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

Use the provider to create the object Fenom, (*4)

$fenom = new Fenom($provider);

Use Fenom., (*5)

The Versions

09/10 2017

dev-master

9999999-dev

Collection of additional providers

  Sources   Download

BSD-3

The Requires

  • php >=5.3

 

The Development Requires

by Ivan Shalganov

tag provider loader fenom multipath

23/02 2016

1.0.0

1.0.0.0

Collection of additional providers

  Sources   Download

BSD-3

The Requires

  • php >=5.3

 

The Development Requires

by Ivan Shalganov

tag provider loader fenom multipath