simplikocz/utils

Useful PHP utilities and helpers.

Maintainers

Package info

github.com/SimplikoCZ/wavevision-utils

pkg:composer/simplikocz/utils

Transparency log

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

3.3 2026-04-29 14:01 UTC

This package is auto-updated.

Last update: 2026-09-01 06:33:53 UTC


README

Wavevision s.r.o.

Utils

CI Coverage Status PHPStan

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\SmartObject and withMutation helper
  • 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)