PHP Classes

Site content newsletter

Recommend this page to a friend!
  Daily HTML version   Weekly HTML version   Daily text version   Weekly text version  

Hello this is the Daily PHP Classes newsletter of Wednesday - 2025-07-09




  • Contents


    Innovation award results

    Nominees to win the award of June of 2025

    Class: Laravel TikFinity Webhooks
    Description: Handle TikTok events using TikFinity Webhooks
    Author: Stefan Ninic
    Country: Bosnia and Herzegovina


    Class: Site Language Redirection
    Description: Redirect TYPO3 users to site of their language
    Author: Harald Atteneder
    Country: Austria


    Class: Scloby Client API
    Description: Client to call Scloby cloud POS API
    Author: Francesco Danti
    Country: Italy


    Class: My Personal Collection
    Description: Manage a collection of movies stored in PHP array
    Author: Pierre-Henry Soria
    Country: United Kingdom


    Class: Useful Magento Scripts
    Description: Run product operations in Magento e-commerce sites
    Author: Victor Andeloci
    Country: Brazil


    Class: Infra Bridge Domain
    Description: Bridge between domain and implementation classes
    Author: DeGraciaMathieu
    Country: France


    Class: Receipt
    Description: Process and display expense receipts
    Author: Pierre-Henry Soria
    Country: United Kingdom


    Class: CSV Reader Class
    Description: Read data from CSV files using generators
    Author: Omar Andrés Barbosa Ortiz
    Country: Colombia


    Class: Laravel Cross App Auth
    Description: Link Laravel applications to share user management
    Author: DeGraciaMathieu
    Country: France


    Class: Block Sense
    Description: Detect fraud in cryptocurrency transactions
    Author: Mohib Ullah
    Country: Bangladesh


    Class: Easy Blog
    Description: Provide a blog as a Laravel service
    Author: Omar Andrés Barbosa Ortiz
    Country: Colombia


    Class: PHP Development with Docker
    Description: Run Docker to setup a PHP development environment
    Author: Ali YILMAZ
    Country: Turkey


    Vote

    Contents


    • Latest package entries

    • RSS Fetch XML

      Picture of Mike Jordan
      Author: Mike Jordan
      Date: 2025-07-08 (1 day ago)
      Groups: XML, PHP 5, Web services
      Description: This package can fetch and cache an RSS feed from a given URL.

      It provides a class that can take a URL of an RSS feed and retrieves it using PHP's simplexml and cURL extensions, so it does not require PHP allow_url_fopen enabled to be set.

      The class uses an HTTP user agent that is the same as the current user browser to avoid being blocked by content delivery network services such as CloudFlare that block robots.

      The class can parse the RSS feed XML data and return a object with the RSS feed structure.

      The RSS feed data can be stored in a local file in a given directory for a period of a given time length to avoid accessing the same RSS feed URL.

    Contents