1. Install¶
You can install FastFeed on the following ways.
1.1. Requirements¶
FastFeed works correctly in all versions of PHP5.3 +
1.2. By composer¶
Install FastFeed by composer adding the following block to your file composer.json, can see the versions available in packagist.
"require": {
// ..
"fastfeed/fastfeed": "dev-master"
},
1.3. On your own¶
Download FastFeed from his site at GitHub and include it on vendors folder of your project. Remember that FastFeed need that you register it on the system auto loading that supports the PSR-4