You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lqmac
46bb7b19d3
|
9 months ago | |
---|---|---|
.. | ||
src | 9 months ago | |
.phpstorm.meta.php | 9 months ago | |
composer.json | 9 months ago | |
contributing.md | 9 months ago | |
license.md | 9 months ago | |
readme.md | 9 months ago |
readme.md
Nette Utility Classes
Introduction
In package nette/utils you will find a set of useful classes for everyday use:
- Arrays - manipulate arrays
- Callback - PHP callbacks
- Date and Time - modify times and dates
- Filesystem - copying, renaming, …
- HTML elements - generate HTML
- Images - crop, resize, rotate images
- JSON - encoding and decoding
- Generating Random Strings
- Pagination - comfort pagination
- Strings - useful text transpilers
- SmartObject - PHP Object Enhancements
- Validation - validate inputs
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