jcain/assists-tn

A library of functions to assist common operations on native types in PHP 7.4+.

dev-master 2023-08-01 11:28 UTC

This package is auto-updated.

Last update: 2024-09-30 02:15:57 UTC


README

Assists TN is a library of classes and functions to assist common operations on native types in PHP 7.4+.

Installation

composer require jcain/assists-tn

Component stability statuses

ComponentStabilitySince
RegExpalpha0.0
TArrayalpha0.0
Timestampalpha0.0
TIntalpha0.0
TStringalpha0.0
Urlalpha0.0

The Stability column indicates the component's stability status, and the Since column indicates the package version when the component first achieved that stability.

Each component and its members has a stability status indicating how stable the interface and implementation is to depend on in production. The stability may be one of the following:

  • alpha: The interface and implementation are unstable and may change significantly.
  • beta: The interface is stable but its implementation is not sufficiently tested.
  • omega: The interface and implementation are stable and considered ready for production use.

A component's stability status is the same as the highest stability status of its members. Once a member's stability is raised, it will not be reduced.

License

Assists TN is licensed under the MIT license. See the LICENSE file for more information.