jcain / paths-tg
A library for working with paths in PHP 7.2+.
Requires
- php: ^7.2
This package is auto-updated.
Last update: 2025-04-16 04:09:04 UTC
README
Paths TG is a library for working with paths in PHP 7.2+.
Installation
composer require jcain/paths-tg
Component stability statuses
Component | Stability | Since |
---|---|---|
Path | alpha | 0.0 |
PathParser | alpha | 0.0 |
PathResolver | alpha | 0.0 |
PathResolverStringifier | alpha | 0.0 |
PathStringifier | alpha | 0.0 |
PathSystem | alpha | 0.0 |
Basic/BasicPath | alpha | 0.0 |
Basic/BasicPathParser | alpha | 0.0 |
Basic/BasicPathResolver | alpha | 0.0 |
Basic/BasicPathResolverStringifierTrait | alpha | 0.0 |
Basic/BasicPathResolverTrait | alpha | 0.0 |
Basic/BasicPathStringifier | alpha | 0.0 |
Basic/BasicPathSystem | alpha | 0.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
Paths TG is licensed under the MIT license. See the LICENSE file for more information.