PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   Laminas Feed Extensions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laminas Feed Extensions
Parse RSS feeds with specific for feed tags
Author: By
Last change:
Date: 6 days ago
Size: 600 bytes
 

 

Contents

Class file image Download
{ "name": "mirazmac/laminas-feed-extensions", "type": "library", "description": "Extra Feed extensions for Laminas feed", "keywords": [], "homepage": "https://mirazmac.com", "license": "proprietary", "authors": [ { "name": "Miraz Mac", "email": "[email protected]", "homepage": "https://mirazmac.com", "role": "Original Author" } ], "require": { "php": "^8.1", "laminas/laminas-feed": "*", "fivefilters/readability.php": "^3.1", "ext-curl": "*" }, "autoload": { "psr-4": { "MirazMac\\LaminasFeed\\": "src/" } } }