root 1c2c56603a 1 5 vuotta sitten
..
src 1c2c56603a 1 5 vuotta sitten
tests 1c2c56603a 1 5 vuotta sitten
.gitignore 1c2c56603a 1 5 vuotta sitten
LICENSE 1c2c56603a 1 5 vuotta sitten
README.md 1c2c56603a 1 5 vuotta sitten
composer.json 1c2c56603a 1 5 vuotta sitten
phpunit.xml.dist 1c2c56603a 1 5 vuotta sitten

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.