Download the PHP package teamzac/larapie without Composer
On this page you can find all versions of the php package teamzac/larapie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teamzac/larapie
More information about teamzac/larapie
Files in teamzac/larapie
Package larapie
Short Description A Laravel-enhanced wrapper for the SimplePie library
License MIT
Homepage https://github.com/teamzac/laraPie
Informations about the package larapie
A SimplePie wrapper with Laravel support
SimplePie is a popular and feature-rich PHP library for parsing RSS/Atom feeds, but I don't particularly like the API. This package is just a lightweight wrapper around SimplePie that provides a slightly different API along with Laravel support.
Installation
You can install the package via composer:
Usage
The primary data types are Feed and Item.
Feed
The Feed class represents the RSS feed. It has an method which returns an instance of the feed items (). The Feed has the following read-only properties:
- title
- type
- links ()
Item
The Item class represents a single feed item. It has the following read-only properties:
- id - usually the URL
- title
- description
- content
- categories ( of strings)
- authors ( of )
- dates ( of )
- links ( of strings)
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of larapie with dependencies
facade/ignition-contracts Version ^1.0
illuminate/support Version ^9.0|^10.0|^11.0
nesbot/carbon Version ^2.24|^3.7
simplepie/simplepie Version ^1.5