PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Bhaktaraz Bhatta   PHP RSS Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RSS Generator
Generate a RSS feed with a fluent interface
Author: By
Last change: facebook product feed added
Date: 5 years ago
Size: 674 bytes
 

Contents

Class file image Download
{ "name": "bhaktaraz/php-rss-generator", "type": "library", "description": "Simple RSS generator library for PHP 5.5 or later.", "keywords": [ "rss", "generator", "writer", "feed", "Facebook product feed generator" ], "homepage": "https://github.com/bhaktaraz/php-rss-generator", "license": "MIT", "authors": [ { "name": "Bhaktaraz Bhatta", "email": "bhattabhakta@gmail.com" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Bhaktaraz\\RSSGenerator\\": "Source/Bhaktaraz/RSSGenerator/" } } }