Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Path Library
Path Library
stable
  • Path Interfaces
  • Path Classes
  • Helper Classes
  • Upgrade
Back to top
View this page

Path Library¶

Packagist GitLab GitHub Bitbucket Gitea

A PHP library to work with absolute and relative paths.

Installation¶

composer require arokettu/path

Documentation¶

  • Path Interfaces
    • PathInterface
    • AbsolutePathInterface
    • RelativePathInterface
  • Path Classes
    • RelativePath
    • FilesystemPath
    • UrlPath
    • StreamPath
  • Helper Classes
    • PathFactory
    • PathUtils
  • Upgrade
    • 1.x to 2.0

License¶

The library is available as open source under the terms of the MIT License.

Next
Path Interfaces
Copyright © 2024 Anton Smirnov
Made with Sphinx and @pradyunsg's Furo
On this page
  • Path Library
    • Installation
    • Documentation
    • License