xcy7e/php-toolbox

PHP toolbox library, containing useful everyday utilities.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/xcy7e/php-toolbox

1.5.0 2025-10-26 13:09 UTC

This package is auto-updated.

Last update: 2025-10-26 13:10:59 UTC


README

PHP toolbox library, containing useful everyday utilities (e.g., hashing-, encoding-, date-time-functions). Utilizing symfony components.

Tools

  • ArrayTool
  • Base64Tool
  • ConversionTool
  • CryptoTool
  • DateTimeTool
  • ImageTool
  • MaskingTool
  • MathTool
  • MimeTool
  • PathTool
  • ReflectionTool
  • SecurityTool
  • StringTool

Installation

Using composer: (recommended)

composer require xcy7e/php-toolbox

Using git:

git clone https://github.com/xcy7e/php-toolbox.git

Usage

All functions can be called statically:

// use Xcy7e\PhpToolbox\Library\ConversionTool;
echo "8M equals so many bytes: " . ConversionTool::parseShorthandToBytes('8M');
$encrypted = \Xcy7e\PhpToolbox\Library\CryptoTool::encrypt('sensitiveData', 'myPassword');
© 2025 by Jonathan Riedmair
Licensed under GNU General Public License v3
You are free to use this code for personal and commercial purposes, change it to your needs and share it as you like.
Reference to the author is not required.

Icon by muh zakaria.