Download the PHP package iturgeon/fuelfilter without Composer
On this page you can find all versions of the php package iturgeon/fuelfilter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iturgeon/fuelfilter
More information about iturgeon/fuelfilter
Files in iturgeon/fuelfilter
Download iturgeon/fuelfilter
More information about iturgeon/fuelfilter
Files in iturgeon/fuelfilter
Vendor iturgeon
Package fuelfilter
Short Description Allows View Filtering with custom filters in FuelPHP framework
License MIT
Homepage https://github.com/iturgeon/Fuel-Filter
Package fuelfilter
Short Description Allows View Filtering with custom filters in FuelPHP framework
License MIT
Homepage https://github.com/iturgeon/Fuel-Filter
Please rate this library. Is it a good library?
Informations about the package fuelfilter
Fuel Filter Views
This little add-on lets you create new FuelPHP View Filters that process the strings generated by a rendered View.
No Follow Filter
Included in the code is a sample No Follow Filter. This filter injects rel="nofollow" into html links.
Usage:
Creating Custom Filters
Create a new Filter class that extends our Filter class.
For example: this class named /fuel/app/classes/reversefilter.php
Usage:
Installation
The easiest way to install in Fuel is to use composer.
- Add
"iturgeon/fuelfilter" : "1.0.*"
to your require section in composer.json - Run
php composer.phar update
Sample Section of composer.json:
All versions of fuelfilter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package iturgeon/fuelfilter contains the following files
Loading the files please wait ....