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 Friday - 2025-12-05




  • Contents


    Innovation award results

    Nominees to win the award of November of 2025

    Class: Ascoos OS Hybrid Integration
    Description: Integrate Ascoos OS in PHP framework applications
    Author: Christos Drogidis
    Country: Greece


    Class: Network Tools Queued
    Description: Asynchronous diagnostics to test Internet services
    Author: Henrik Skov
    Country: Denmark


    Class: Laravel AI Email Assistant
    Description: Generate an email message with the OpenAI GPT API
    Author: OmDiaries
    Country: India


    Class: Logical Entropy Cypher
    Description: Encrypt and decrypt data based on logical entropy
    Author: Roberto Aleman
    Country: Venezuela


    Class: Easy Email Validator
    Description: Validate email addresses using domain lists
    Author: Pierre S
    Country: France


    Class: Laravel Toon
    Description: Encode and decode values in the TOON format
    Author: Jacobo Cantorna Cigarrán
    Country: Spain


    Class: MGTOON
    Description: Perform operations with values in TOON format
    Author: Murilo Gomes
    Country: Brazil


    Class: Better PHPinfo
    Description: Get information about the current PHP request
    Author: Thomas Trautner
    Country: Germany


    Class: Pretty Print
    Description: Output array contents using PyTorch style
    Author: samik71
    Country: United States


    Vote

    Contents


    • Latest package entries

    • Laravel AuthorizeNet

      Picture of Jacobo Cantorna Cigarrán
      Author: Jacobo Cantorna Cigarrán
      Date: 2025-12-02 (3 days ago)
      Groups: E-Commerce, Web services, PHP 7
      Description: This package can process payments using the Authorize.Net gateway.

      It provides Laravel service classes that can perform several types of operations to process payments sending HTTP requests to the Authorize.Net gateway Web services server.

      Currently, it can perform the operations:

      - Manage customer profiles

      - Manage payment profiles

      - Charge payments using credit cards

      - Process refunds from given payment profiles

      - Process payments from given payment profiles

      - Manage subscription payments

      - Management of payment transactions
    • Pretty Print

      Picture of samik71
      Author: samik71
      Date: 2025-11-30 (5 days ago)
      Groups: Debug, Data types, PHP 8
      Description: This package can output array contents using PyTorch style.

      It can take an array variable value and outputs the array entry values in a way that can be readable by humans.

      The package provides classes and a function that can format the output.

      Currently, it supports:

      - Aligned 2D tables

      - Summarized tensor views
    • Better PHPinfo

      Picture of Thomas Trautner
      Author: Thomas Trautner
      Date: 2025-11-29 (6 days ago)
      Groups: PHP 5, System information, Debug, Tools
      Description: This package can get information about the current PHP request.

      It provides a class that can get several details about the current request that PHP is processing in a similar way to the phpinfo() PHP function.

      The class can display the information in a responsive Web page using Bootstrap 5 for styling with dark and light theme support.

      The information can be displayed in groups by category using collapsible lists with icons and item counts.

      There is a clear separation of the values of the main PHP configuration and the local configuration changes.

      It also allows users to search for information entries of the current request using the given search keywords.

      The class can also retrieve the current information requests in an array and functions to search for specific information values.

      The access to the page where the current request information is displayed can be optionally protected using authentication based on a username and password.
    • MGTOON

      Picture of Murilo Gomes
      Author: Murilo Gomes
      Date: 2025-11-28 (7 days ago)
      Groups: Data types, PHP 7
      Description: This package can perform operations with values in TOON format.

      It can perform several types of manipulation operations with variable values that can be encoded in the Token-Oriented Object Notation (TOON).

      Currently it can:

      - Create a new value from a variable

      - Return the current value or a value with a given key

      - Update an entry of the current value with a given key with a new entry value

      - Delete an entry of the current value with a given value

      - Return a string with the current value in the TOON format

      - Validate a string to check if it is in the correct TOON format

      In Portuguese:

      MGTOON é uma biblioteca para trabalhar com Token-Oriented Object Notation no PHP.

    Contents