ORIENT/vendor/dnoegel/php-xdg-base-dir
merdan ac002c1ac1 reklama 2021-04-08 13:08:59 +05:00
..
src reklama 2021-04-08 13:08:59 +05:00
LICENSE reklama 2021-04-08 13:08:59 +05:00
README.md reklama 2021-04-08 13:08:59 +05:00
composer.json reklama 2021-04-08 13:08:59 +05:00

README.md

XDG Base Directory

Latest Stable Version Total Downloads Software License Build Status

Implementation of XDG Base Directory specification for php

Install

Via Composer

$ composer require dnoegel/php-xdg-base-dir

Usage

$xdg = new \XdgBaseDir\Xdg();

echo $xdg->getHomeDir();
echo $xdg->getHomeConfigDir();
echo $xdg->getHomeDataDir();
echo $xdg->getHomeCacheDir();
echo $xdg->getRuntimeDir();

print_r($xdg->getDataDirs()); // returns array
print_r($xdg->getConfigDirs()); // returns array

Testing

$ phpunit

License

The MIT License (MIT). Please see License File for more information.