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.

53 lines
2.3 KiB

3 years ago
  1. Nette Utility Classes
  2. =====================
  3. [![Downloads this Month](https://img.shields.io/packagist/dm/nette/utils.svg)](https://packagist.org/packages/nette/utils)
  4. [![Tests](https://github.com/nette/utils/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/utils/actions)
  5. [![Coverage Status](https://coveralls.io/repos/github/nette/utils/badge.svg?branch=master)](https://coveralls.io/github/nette/utils?branch=master)
  6. [![Latest Stable Version](https://poser.pugx.org/nette/utils/v/stable)](https://github.com/nette/utils/releases)
  7. [![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/utils/blob/master/license.md)
  8. Introduction
  9. ------------
  10. In package nette/utils you will find a set of [useful classes](https://doc.nette.org/utils) for everyday use:
  11. - [Arrays](https://doc.nette.org/arrays) - manipulate arrays
  12. - [Callback](https://doc.nette.org/callback) - PHP callbacks
  13. - [Date and Time](https://doc.nette.org/datetime) - modify times and dates
  14. - [Filesystem](https://doc.nette.org/filesystem) - copying, renaming, …
  15. - [Helper Functions](https://doc.nette.org/helpers)
  16. - [HTML elements](https://doc.nette.org/html-elements) - generate HTML
  17. - [Images](https://doc.nette.org/images) - crop, resize, rotate images
  18. - [JSON](https://doc.nette.org/json) - encoding and decoding
  19. - [Generating Random Strings](https://doc.nette.org/random)
  20. - [Paginator](https://doc.nette.org/paginator) - pagination math
  21. - [PHP Reflection](https://doc.nette.org/reflection)
  22. - [Strings](https://doc.nette.org/strings) - useful text functions
  23. - [SmartObject](https://doc.nette.org/smartobject) - PHP object enhancements
  24. - [Validation](https://doc.nette.org/validators) - validate inputs
  25. Installation
  26. ------------
  27. The recommended way to install is via Composer:
  28. ```
  29. composer require nette/utils
  30. ```
  31. - Nette Utils 3.2 is compatible with PHP 7.2 to 8.0
  32. - Nette Utils 3.1 is compatible with PHP 7.1 to 8.0
  33. - Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
  34. - Nette Utils 2.5 is compatible with PHP 5.6 to 8.0
  35. [Support Me](https://github.com/sponsors/dg)
  36. --------------------------------------------
  37. Do you like Nette Utils? Are you looking forward to the new features?
  38. [![Buy me a coffee](https://files.nette.org/icons/donation-3.svg)](https://github.com/sponsors/dg)
  39. Thank you!