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

  • Bencode
    • Encoding
    • Decoding
    • Upgrade Notes
  • Composer Viz
  • Composer Yaml
  • Console Menu
  • Encryptor
    • Command Line
    • File Format
  • IsResource
    • Functions
    • Supported Extensions
  • JSON
    • JSON Wrapper
    • Options Objects
  • Metadata Exporter for PhpStorm
    • Usage
    • Supported Containers
    • Upgrade
  • MonsterID
  • Path Library
    • Path Interfaces
    • Path Classes
    • Helper Classes
  • Private Access
  • Pseudolocale
  • Torrent File
    • Loading, Saving and Creating
    • Root Fields
    • Info Fields
    • Helper Methods
    • Data Types
    • Upgrade Notes
    • Future Plans

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
MonsterID
Copyright © 2022, Anton Smirnov
Made with Sphinx and @pradyunsg's Furo
Contents
  • Path Library
    • Installation
    • Documentation
    • License