greg-md / php-support
Support classes for PHP.
Installs: 1 029
Dependents: 6
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.3
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-12-24 09:40:15 UTC
README
Support classes for PHP.
Table of Contents:
Requirements
- PHP Version
^7.1
Documentation
- Str - Working with strings;
- Arr - Working with arrays;
- Obj - Working with objects;
- Url - Working with URLs;
- Dir - Working with directories;
- File - Working with files;
- Image - Working with images;
- Session - Working with
$_SESSION
; - DateTime - Working with dates and times;
- Server - Working with server configurations;
- Config - Working with config files;
- Validation - Validate parameters against validators.
- Accessor
- AccessorTrait - A trait for private usage of the storage in a class;
- AccessorStaticTrait - A trait for private usage of the storage in a static class;
- ArrayAccessorTrait - A trait for public usage of an storage in a class;
- ArrayAccessorStaticTrait - A trait for public usage of an storage in a static class;
- ArrayAccessTrait - A trait for public usage of the storage in a class with
\ArrayAccess
support; - ArrayAccessStaticTrait - A trait for public usage of the storage in a static class;
- CountableTrait - A trait for Countable interface;
- IteratorAggregateTrait - A trait for IteratorAggregate interface;
- SerializableTrait - A trait for Serializable interface;
- ArrayObject - Array as an object.
- Http
- Tools
License
MIT © Grigorii Duca