PHPackages                             patricksavalle/content-syndication - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. patricksavalle/content-syndication

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

patricksavalle/content-syndication
==================================

Helper library for dealing with HTML metadata retrieval, RSS, ATOM, URL parsing and normalization

v0.1(4y ago)2692MITPHPPHP &gt;=7.3

Since Sep 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/patricksavalle/php-content-syndication)[ Packagist](https://packagist.org/packages/patricksavalle/content-syndication)[ RSS](/packages/patricksavalle-content-syndication/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

php-content-syndication
=======================

[](#php-content-syndication)

Library that contains utility funtions typically used for content syndication.

- Extracting HTML metadata (og:tags, twitter:tags, etc.)
- URL normalisation and absolutization
- Text parsing and conversion
- RSS/ATOM reading
- Storing and retrieving at archive.org

It's in use for this production system:  ()

Install with [Composer](https://packagist.org/packages/patricksavalle/slim-request-params)
------------------------------------------------------------------------------------------

[](#install-with-composer)

- Update your `composer.json` to require `patricksavalle/slim-request-params`.
- Run `composer install` to add slim-request-params your vendor folder.

    ```
    {
      "require": {
        "patricksavalle/php-content-syndication": "^0.1"
      }
    }
    ```
- Include in your source.

    ```
