|
|
hace 6 años | |
|---|---|---|
| .. | ||
| src | hace 6 años | |
| tests | hace 6 años | |
| .gitignore | hace 6 años | |
| LICENSE | hace 6 años | |
| README.md | hace 6 años | |
| composer.json | hace 6 años | |
| phpunit.xml.dist | hace 6 años | |
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.