Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Xdg.php | 2017-07-31 | 2.9 kB | |
Totals: 1 Item | 2.9 kB | 0 |
XDG Base Directory
Implementation of XDG Base Directory specification for php
Install
Via Composer
$ composer require dnoegel/php-xdg-base-dir
Usage
$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
Testing
$ phpunit
License
The MIT License (MIT). Please see License File for more information.