Helpers
Interfaces, Classes, Traits and Enums
- A
- The `A` class provides a set of handy methods to simplify array handling and make it more consistent. The class contains methods for fetching elements from arrays, merging and sorting or shuffling arrays.
- Dir
- The `Dir` class provides methods for dealing with directories on the file system level, like creating, listing, moving, copying or evaluating directories etc.
- Iterator
- Extended version of PHP's iterator class that builds the foundation of our Collection class.
- Str
- The String class provides a set of handy methods for string handling and manipulation.