baka/feeds

Feed module component for Phalcon.

1.0 2019-02-08 15:09 UTC

This package is auto-updated.

Last update: 2024-04-09 00:42:31 UTC


README

Phalcon feedswall is a feeds module component for Phalcon.

Getting Started

Requirements

Installing

If you have Composer globally installed, this command will suffice:

$ composer require baka/feeds 

Otherwise, install Composer in a common location or in your project:

$ curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require": {
        "baka/feeds": "^1.3"
    }
}

Then run the composer installer:

$ php composer.phar install

Copyright

Phalcon feeds is open-sourced software licensed under the New BSD License. © Phalcon Team and contributors