Gleb 66078cb367 test | пре 5 година | |
---|---|---|
.. | ||
src | пре 5 година | |
tests | пре 5 година | |
.gitignore | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
composer.json | пре 5 година | |
phpunit.xml.dist | пре 5 година |
Implementation of XDG Base Directory specification for php
Via Composer
$ composer require dnoegel/php-xdg-base-dir
$xdg = \XdgBaseDir\Xdg();
echo $xdg->getHomeDir();
echo $xdg->getHomeConfigDir()
echo $xdg->getHomeDataDir()
echo $xdg->getHomeCacheDir()
echo $xdg->getRuntimeDir()
$xdg->getDataDirs() // returns array
$xdg->getConfigDirs() // returns array
$ phpunit
The MIT License (MIT). Please see License File for more information.