PHPackages                             hitechnix/support - 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. hitechnix/support

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

hitechnix/support
=================

Flexible helper methods &amp; traits for commonly used functionalities.

v7.0.0(2y ago)35811BSD-3-ClausePHPPHP ^8.0

Since Jan 30Pushed 2y agoCompare

[ Source](https://github.com/hitechnix/support)[ Packagist](https://packagist.org/packages/hitechnix/support)[ RSS](/packages/hitechnix-support/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (1)

Support
=======

[](#support)

A support package that provides flexible and reusable helper methods and traits for commonly used functionalities.

### 📦 Requirements

[](#-requirements)

The package requires PHP 8.0+ and follows the FIG standard PSR-4 to ensure a high level of interoperability between shared PHP code and is fully unit-tested.

### 📋 Features

[](#-features)

- Easy register an event listener with the dispatcher.
- Easy begin the process a mailable.
- Easy to validate your application's incoming data.
- Allowing you to subscribe and listen for various events that occur within your application easily.
- And much more!

### 🔧 Installation

[](#-installation)

Install the package with the below command:

```
composer require hitechnix/support
```

### 📝 Usage

[](#-usage)

In this section, we'll show how you can make use of the available traits.

- The `EventTrait` makes it easy to add dispatching abilities to your classes.

```
