zhangqi 1a2fd98c09 第一次提交 пре 5 година
..
src 1a2fd98c09 第一次提交 пре 5 година
tests 1a2fd98c09 第一次提交 пре 5 година
.gitignore 1a2fd98c09 第一次提交 пре 5 година
LICENSE 1a2fd98c09 第一次提交 пре 5 година
README.md 1a2fd98c09 第一次提交 пре 5 година
composer.json 1a2fd98c09 第一次提交 пре 5 година
phpunit.xml.dist 1a2fd98c09 第一次提交 пре 5 година

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.