Gleb 66078cb367 test il y a 5 ans
..
src 66078cb367 test il y a 5 ans
tests 66078cb367 test il y a 5 ans
.gitignore 66078cb367 test il y a 5 ans
LICENSE 66078cb367 test il y a 5 ans
README.md 66078cb367 test il y a 5 ans
composer.json 66078cb367 test il y a 5 ans
phpunit.xml.dist 66078cb367 test il y a 5 ans

README.md

XDG Base Directory

Software License

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.