Skip to content
🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
PHP
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github added funding.yml May 12, 2020
src SmartObject: removed return void Jun 6, 2020
tests added Reflection::getMethodDeclaringMethod() May 27, 2020
.gitattributes updated contributing.md, added GitHub templates Jan 4, 2017
.gitignore added license.md, typos Sep 4, 2012
.phpstorm.meta.php updated .phpstorm.meta.php Apr 25, 2019
.travis.yml tests: cs checkers use PHP 7.4 Jan 3, 2020
composer.json Strings: throws exception when iconv is missing [Closes #215] Mar 26, 2020
contributing.md updated contributing.md, added GitHub templates Jan 4, 2017
license.md used https Oct 5, 2015
readme.md travis: added PHP 7.4 Dec 27, 2019

readme.md

Nette Utility Classes

Downloads this Month Build Status Coverage Status Latest Stable Version License

Introduction

In package nette/utils you will find a set of useful classes for everyday use:

Documentation can be found on the website.

Installation

The recommended way to install is via Composer:

composer require nette/utils
  • Nette Utils 3.0 is compatible with PHP 7.1 to 7.4
  • Nette Utils 2.5 is compatible with PHP 5.6 to 7.4
You can’t perform that action at this time.