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 Wednesday - 2025-12-10




  • 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

    • ATON Format PHP

      Picture of Stefano D'Agostino
      Author: Stefano D'Agostino
      Date: 2025-12-09 (1 day ago)
      Groups: Compression, Data types, Artificial intelligence, Performance and optimization, PHP 8
      Description: This package can encode and decode values using the ATON format.

      It provides a class that can take a variable value and encode it as a string in the ATON (Adaptive Token-Oriented Notation) format.

      The class can also take a string in the ATON format and decode it to return the original variable value.
    • AOS Laravel Autoload

      Picture of Christos Drogidis
      Author: Christos Drogidis
      Date: 2025-12-07 (3 days ago)
      Groups: Libraries, PHP 8
      Description: This package can integrate of Laravel framework into Ascoos OS.

      It provides a script to automatically load Laravel packages to be used in applications that use Ascoos OS.

      Currently, it can:

      - Integrate of Laravel framework into Ascoos OS via LibIn autoloader

      - Leverage TMacroHandler and TEventHandler for logging, event management, and seamless bootstrapping with optional global binding for mixed usage
    • MiPhant Route

      Picture of Murilo Gomes
      Author: Murilo Gomes
      Date: 2025-12-05 (5 days ago)
      Groups: HTTP, Parsers, PHP 7
      Description: This package can parse the current request URL to get its parts.

      It can retrieve the current HTTP request URL path, clean it to remove tags and white space, and return its parts.

      Currently, it can:

      - Check if a given name is in the URL path

      - Get the URL parameters by number

      - Get the first, last or penultimate URL parameter

      In Portuguese:

      MiPhantRoute é uma biblioteca para trabalhar com rotas de uma forma mais fácil.

    Contents