baka / feeds
Feed module component for Phalcon.
1.0
2019-02-08 15:09 UTC
Requires
- php: >=7.1
- baka/database: ^0.1.1
- robmorgan/phinx: ^0.10.6
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- codeception/codeception: ^2.3
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-09 01:53:21 UTC
README
Phalcon feedswall is a feeds module component for Phalcon.
Getting Started
Requirements
- Composer
- PHP >= 7.1
- Phalcon Framework
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