Download the PHP package tobento/service-dir without Composer
On this page you can find all versions of the php package tobento/service-dir. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobento/service-dir
More information about tobento/service-dir
Files in tobento/service-dir
Package service-dir
Short Description A directory manager for PHP applications.
License MIT
Homepage https://www.tobento.ch
Informations about the package service-dir
Dir Service
The Dir Service provides a way for managing directories in an application.
Table of Contents
- Getting started
- Requirements
- Highlights
- Simple Example
- Documentation
- Create Dirs
- Add Directories
- Filter Directories
- Sort Directories
- Iterating Directories
- Get Directories
- Directory
- Credits
Getting started
Add the latest version of the dir service running this command.
Requirements
- PHP 8.0 or greater
Highlights
- Framework-agnostic, will work with any project
- Decoupled design
Simple Example
Here is a simple example of how to use the dir service:
Documentation
Create Dirs
Adding Directories
add
Adding directories by the add method which takes an object implementing the DirInterface.
dir
Adding directories by the dir method.
Filter Directories
You may use the filter methods returning a new instance.
filter
group
groups
only
except
Sort Directories
Sort by priority
Sort by callback
Iterating Directories
Get Directories
get
Get a single directory.
getDir
Get a single directory object.
all
Get all directories.
has
Directory
Credits
- Tobias Strub
- All Contributors