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 Weekly PHP Classes newsletter of Saturday - 2024-09-07




  • Contents



    Contents


    Top friends of the site

    Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.

    For more information on how to become a friend of the site look here.

    Rank Friend Referrals
    1 Arturs Sosins Latvia Latvia 1

    Contents


    Innovation award results

    Nominees to win the award of August of 2024

    Class: Open Swoole Microservices
    Description: Implement microservices using Open Swoole
    Author: Ramesh Narayan Jangid
    Country: India


    Class: Laravel Executor
    Description: Execute commands, actions, jobs, and tasks
    Author: Moamen Eltouny
    Country: Egypt


    Class: mu
    Description: Handle HTTP requests using callback functions
    Author: Stefano Azzolini
    Country: Italy


    Class: PHP Variable Lifetime Analyzer
    Description: Analyze the use of variables in a PHP script
    Author: DeGraciaMathieu
    Country: France


    Class: Base64 UUID Codec
    Description: Encode and decode a UUID using base64 encoding
    Author: Nanang F. Rozi
    Country: Indonesia


    Class: Deb Parser
    Description: Parse Debian files to extract package information
    Author: Parsa Yazdani
    Country: Australia


    Class: Div PHP Laze
    Description: Lazy load immutable values using closure functions
    Author: Rafa Rodriguez
    Country: Suriname


    Class: Protect Your Website from DDoS Attack
    Description: Show an error when a server gets too many requests
    Author: The Algoslingers
    Country: Ghana


    Class: Laravel Python
    Description: Execute scripts written in Python
    Author: Bhavin Gajjar
    Country: India


    Class: Laravel Make Extender
    Description: Generate files to use in Laravel applications
    Author: Bhavin Gajjar
    Country: India


    Class: Post Tag Generator
    Description: Generate keywords to assign to WordPress posts
    Author: Adeleye Ayodeji
    Country: Nigeria


    Vote

    Contents


    • Latest package entries

    • PHP Database Model

      Picture of Cristian Radu
      Author: Cristian Radu
      Date: 2024-09-06 (1 day ago)
      Groups: Databases, Design Patterns, PHP 8
      Description: This package can access model objects stored in a database.

      It provides a base class that performs common database queries using PDO.

      The package also provides a sub-class that performs operations on model objects stored in database tables like:

      - Get individual model objects of a class

      - Get all model objects of a class

      - Set properties with values for a given model object

      - Get the values of properties of a given model object

      - Delete given model objects

      - Etc...
    • PHP Config

      Picture of Cristian Radu
      Author: Cristian Radu
      Date: 2024-09-05 (2 days ago)
      Groups: Files and Folders, Configuration, PHP 8
      Description: This package can load configuration values from JSON files.

      It can load JSON one or more files from a given directory and extract configuration values.

      The loaded configuration values are made available via a getter function.
    • Nibiru

      Picture of Stephan Kasdorf (bittomine)
      Author: Stephan Kasdorf (bittomine)
      Date: 2024-09-02 (5 days ago)
      Groups: PHP 5, Libraries, Code Generation, Design Patterns
      Description: This package can generate code for rapid application prototyping.

      It provides an MMVC framework with a command line console tool to generate several components to develop applications.

      Currently, it can generate:

      - Run database upgrade migrations

      - New controller classes

      - Directories and scripts to implement a new module

    Contents