Install ======= You can install FastFeed on the following ways. Requirements ------------ FastFeed works correctly in all versions of PHP5.3 + By composer ----------- Install FastFeed by composer adding the following block to your file **composer.json**, can see the versions available in `packagist `_. .. code-block:: json "require": { // .. "fastfeed/fastfeed": "dev-master" }, 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 `_ Continue reading ---------------- :doc:`use`