HSA Test User c16dcac362 User import | пре 7 година | |
---|---|---|
.. | ||
src | пре 7 година | |
tests | пре 7 година | |
.gitignore | пре 7 година | |
LICENSE | пре 7 година | |
README.md | пре 7 година | |
composer.json | пре 7 година | |
phpunit.xml.dist | пре 7 година |
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.