Download the PHP package felicity-php/felicity-twig without Composer
On this page you can find all versions of the php package felicity-php/felicity-twig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download felicity-php/felicity-twig
More information about felicity-php/felicity-twig
Files in felicity-php/felicity-twig
Package felicity-twig
Short Description A really light wrapping around Twig. Basically instantiates twig and provides access to it for rendering templates and extending Twig.
License Apache-2.0
Informations about the package felicity-twig
About Felicity Twig
Felicity Twig is a really light wrapping around Twig. Basically it just instantiates twig and provides access to it for rendering templates and extending Twig.
Usage
Get the Twig environment with the static get
method, or if passing Twig::getInstance()
in via dependency injection, use the getTwig
method.
Config
Felicity Twig makes use of the Felicity Config so you can control the way Twig behaves.
License
Copyright 2017 BuzzingPixel, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
All versions of felicity-twig with dependencies
twig/twig Version ~2.0
felicity-php/felicity-config Version ^1.0