wavevision / utils
This package is abandoned and no longer maintained.
No replacement package was suggested.
Useful PHP utilities and helpers.
2.14.1
2021-05-28 12:47 UTC
Requires
- php: >=7.4
- ext-fileinfo: *
- ext-iconv: *
- ext-json: *
- ext-zip: *
- nette/finder: ^2.5
- nette/utils: ^3.1
- softcreatr/jsonpath: ^0.7.3
Requires (Dev)
- mikey179/vfsstream: ^1.6
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^9.4
- wavevision/coding-standard: ^6.0
This package is auto-updated.
Last update: 2024-08-20 00:10:14 UTC
README
Utils
Set of useful PHP utilities and helpers extending nette/utils.
Installation
Via Composer
composer require wavevision/utils
Contents
The package contains useful classes for:
- Arrays – array helpers (manipulate, sort, extract etc.)
- ContentTypes – format extensions and filenames for content types
- DOM – create and format data attributes for HTML elements
- ExternalProgram – simple external command runner
- FileInfo – get file info (basename, dirname, extension etc.)
- Finder – adds sorting to nette/finder
- ImageInfo – get image content type and size
- ImmutableObject – combines
Nette\SmartObjectandwithMutationhelper - Json – JSON pretty encoder with PHP and JavaScript indents
- Objects – dynamic get / set, get namespace, classname etc.
- Path – join path parts, stringify path object etc.
- SerialNumber – generate serial numbers from year and custom numbers
- Server – access some useful server info (e.g. file upload limit)
- Strings – string helpers (encode, transform etc.)
- Tokenizer – get structure from file (e.g. a class)
- Validators – validate Czech and Slovak numbers (phone, personal, business)
- Zip – simple ZIP archive helper (compress, extract)