PHPackages                             itcrackers/helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. itcrackers/helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

itcrackers/helper
=================

Common utility package for Core PHP and PHP frameworks, providing masking, validation, and formatting helpers.

v1.1.1(1mo ago)142PHPPHP ^8.1

Since Jul 4Pushed 1mo agoCompare

[ Source](https://github.com/ITCrackers/masking-package)[ Packagist](https://packagist.org/packages/itcrackers/helper)[ RSS](/packages/itcrackers-helper/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

ITCrackers Helper
=================

[](#itcrackers-helper)

[![Latest Stable Version](https://camo.githubusercontent.com/27bfbdc3fef009b47cb1e318724d7f1e2c96f6e177009e3443904158be9a952d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6974637261636b6572732f68656c7065722e737667)](https://packagist.org/packages/itcrackers/helper)[![Total Downloads](https://camo.githubusercontent.com/a951b9c567b363f7d26ab0a3ed5316ce0d5456e0787b908b257e58ef793c4ce7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6974637261636b6572732f68656c7065722e737667)](https://packagist.org/packages/itcrackers/helper)[![License](https://camo.githubusercontent.com/67bdf12f514660c23f27e47d0cca5ec678309c524216c5a97fac1a6f200ebf7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6974637261636b6572732f68656c7065722e737667)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/0f16581d1180dbfd4c0e13166ec1267d4ad2f2fab8281ea6d6b284cf5c65d921/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c75652e737667)](https://www.php.net)

A lightweight, framework-independent PHP utility package that provides **Masking**, **Validation**, and **Formatting** helpers for Core PHP and modern PHP frameworks such as Laravel.

---

📖 Table of Contents
-------------------

[](#-table-of-contents)

- Features
- Requirements
- Compatibility
- Installation
- Available Modules
- Quick Start
- Usage
- Examples
- Testing
- Project Structure
- Versioning
- Changelog
- Contributing
- Security
- Support
- License
- Author

---

✨ Features
==========

[](#-features)

- Framework Independent
- Supports Core PHP
- Supports Laravel
- PSR-4 Autoloading
- Lightweight
- High Performance
- Easy Integration
- Zero Configuration
- Clean API
- Production Ready
- Composer Installable
- Fully Object-Oriented

---

⚙️ System Requirements
======================

[](#️-system-requirements)

SoftwareMinimum VersionPHP7.0+Composer2.4+---

📋 Compatibility
===============

[](#-compatibility)

PlatformSupportCore PHP✅Laravel 8–13✅Symfony✅CodeIgniter✅CakePHP✅Slim Framework✅Yii Framework✅---

📦 Installation
==============

[](#-installation)

Install the package via Composer.

```
composer require itcrackers/helper
```

---

🚀 Quick Start
=============

[](#-quick-start)

Core PHP
--------

[](#core-php)

```
