ttdte/verify

A simple Composer package

Maintainers

Details

github.com/7small7/ttdte

Source

Issues

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ttdte/verify

0.0.1 2025-01-26 06:51 UTC

This package is auto-updated.

Last update: 2025-12-09 07:08:01 UTC


README

Composer Extension for Simplifying Development.

To simplify repetitive code in daily development, we have developed a Composer extension package that provides utility functions for date handling, encryption, and data validation. Below is a detailed introduction and usage guide for this package.

Function Overview

  • Date Handling: Provides functions for date formatting, date calculations (such as adding or subtracting days, months, etc.), and date range processing.

  • Encryption: Supports data encryption and decryption, including symmetric encryption (e.g., AES-128, AES-256), and file encryption.

  • Data Validation: Offers various data validation rules, such as string validation, email format validation, and password strength validation.

Installation

Install the package via Composer:

composer require ttdte/verify

Office info