项目作者: owenvoke

项目描述 :
A Laravel adapter for the XDG Base Directory specification.
高级语言: PHP
项目地址: git://github.com/owenvoke/laravel-xdg.git
创建时间: 2020-02-18T11:01:00Z
项目社区:https://github.com/owenvoke/laravel-xdg

开源协议:MIT License

下载


Laravel XDG

Latest Version on Packagist
Software License
Build Status
Static Analysis
Total Downloads
Buy us a tree

A Laravel adapter for the XDG Base Directory specification.

Install

Via Composer

  1. composer require owenvoke/laravel-xdg

Usage

  1. use OwenVoke\LaravelXdg\Xdg;
  2. // Resolving from the app container
  3. app(Xdg::class)->getHomeDirectory();
  4. app('xdg')->getHomeDirectory();
  5. // Using the facade (with, and without the short alias)
  6. \Xdg::getHomeDirectory();
  7. \OwenVoke\LaravelXdg\Facades\Xdg::getHomeDirectory();

Available methods

Description Method name Return Value
Retrieve the XDG home directory. getHomeDirectory() string
Retrieve the XDG home cache directory. getHomeCacheDirectory() string
Retrieve the XDG home config directory. getHomeConfigDirectory() string
Retrieve the XDG home data directory. getHomeDataDirectory() string
Retrieve the XDG runtime directory. getRuntimeDirectory() string
Retrieve all XDG config directories. getConfigDirectories() Collection
Retrieve all XDG data directories. getDataDirectories() Collection

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

  1. composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You’re free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees here.

Read more about Treeware at treeware.earth.