Download Latest Version textfile.zip (202 Bytes)
Email in envelope

Get an email when there's a new version of Laravel

Home / vendor / dnoegel / php-xdg-base-dir
Name Modified Size InfoDownloads / Week
Parent folder
tests 2017-07-31
src 2017-07-31
phpunit.xml.dist 2017-07-31 615 Bytes
composer.json 2017-07-31 372 Bytes
README.md 2017-07-31 728 Bytes
LICENSE 2017-07-31 1.1 kB
Totals: 6 Items   2.8 kB 0

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.

Source: README.md, updated 2017-07-31