Contents Menu Expand Light mode Dark mode Auto light/dark mode
Sand Fox's Projects
Sand Fox's Projects

Support

  • Gitter Room (Web)
  • Gitter Room (Matrix)

PHP

  • Arithmetic Parser
    • Expressions
    • Calculator
    • Parser
    • Configuration
  • Bencode
    • Encoding
    • Decoding
    • Upgrade Notes
  • Clock
    • Basic Usage
    • Clocks
    • The System Clock Package
    • Upgrade
  • Composer License Manager
    • Configuration
    • Command Line Interface
    • Policy Enforcement
  • Composer Viz
  • Console Menu
  • Encryptor
    • Command Line
    • File Format
  • IsResource
    • Functions
    • Supported Extensions
  • JSON
    • JSON Wrapper
    • Options Objects
  • KiloMega
  • Metadata Exporter for PhpStorm
    • Usage
    • Supported Containers
    • Upgrade
  • MonsterID
    • Usage
    • Upgrade Notes
  • Path Library
    • Path Interfaces
    • Path Classes
    • Helper Classes
  • Private Access
  • Pseudolocale
  • Random Extension Polyfill
    • Compatibility Notes
    • Performance Notes
    • License
    • Thanks
  • Torrent File
    • Loading, Saving and Creating
    • Root Fields
    • Info Fields
    • Versioned Info Fields
    • Helper Methods
    • Data Types
    • Upgrade Notes
    • Future Plans
  • Unsigned
    • Data Type
    • Type conversion
    • Arithmetic

Ruby

  • CommonMarker+Rouge
  • Journald Logger
  • Journald Native
  • Vishnu

JavaScript and Frontend

  • sass-hsv

Links

  • Blog
  • Read the Docs
  • GitLab
  • GitHub
  • Bitbucket
  • Gitea
  • Packagist
  • RubyGems
  • NPM
Back to top

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

License#

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

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