anshu-krishna/php-utilities

A collection of useful PHP classes

2.4 2024-09-26 20:01 UTC

This package is auto-updated.

Last update: 2024-09-26 20:02:50 UTC


README

A collection of useful PHP classes.

Note: Breaking changes in Debugger when switching from version 1.1 to 2.0

Installation

composer require anshu-krishna/php-utilities

Libraries:

  • Base64: Encode base64; Decode base64; Encode base64-json; Decode base64-json; Read More

  • JSON: Encode json; Decode json; Read More

  • Static Only Trait: This trait forces a PHP class to only work in static mode. Read More

  • Debugger: Trace; Dump;

  • ErrorReporting: Sets common handler for unhandled/uncatched Error/Exception;

  • REST/Fetcher: Fetch data from REST API; Read More