Skip to content

Commit

Permalink
readme: added jumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 16, 2024
1 parent d668e02 commit d6a9961
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Nette Utility Classes
=====================
[![Nette Utils](https://github.com/nette/utils/assets/194960/c33fdb74-0652-4cad-ac6e-c1ce0d29e32a)](https://doc.nette.org/en/utils)

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/utils.svg)](https://packagist.org/packages/nette/utils)
[![Tests](https://github.com/nette/utils/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/utils/actions)
Expand All @@ -11,25 +10,27 @@ Nette Utility Classes
Introduction
------------

In package nette/utils you will find a set of [useful classes](https://doc.nette.org/utils) for everyday use:

- [Arrays](https://doc.nette.org/utils/arrays) - manipulate arrays
- [Callback](https://doc.nette.org/utils/callback) - PHP callbacks
- [Date and Time](https://doc.nette.org/utils/datetime) - modify times and dates
- [Filesystem](https://doc.nette.org/utils/filesystem) - copying, renaming, …
- [Finder](https://doc.nette.org/utils/finder) - finds files and directories
- [Helper Functions](https://doc.nette.org/utils/helpers)
- [HTML elements](https://doc.nette.org/utils/html-elements) - generate HTML
- [Images](https://doc.nette.org/utils/images) - crop, resize, rotate images
- [JSON](https://doc.nette.org/utils/json) - encoding and decoding
- [Generating Random Strings](https://doc.nette.org/utils/random)
- [Paginator](https://doc.nette.org/utils/paginator) - pagination math
- [PHP Reflection](https://doc.nette.org/utils/reflection)
- [Strings](https://doc.nette.org/utils/strings) - useful text functions
- [SmartObject](https://doc.nette.org/utils/smartobject) - PHP object enhancements
- [Validation](https://doc.nette.org/utils/validators) - validate inputs
- [Type](https://doc.nette.org/utils/type) - PHP data type

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

[Arrays](https://doc.nette.org/utils/arrays)<br>
[Callback](https://doc.nette.org/utils/callback) - PHP callbacks<br>
[Filesystem](https://doc.nette.org/utils/filesystem) - copying, renaming, …<br>
[Finder](https://doc.nette.org/utils/finder) - finds files and directories<br>
[Floats](https://doc.nette.org/utils/floats) - floating point numbers<br>
[Helper Functions](https://doc.nette.org/utils/helpers)<br>
[HTML elements](https://doc.nette.org/utils/html-elements) - generate HTML<br>
[Images](https://doc.nette.org/utils/images) - crop, resize, rotate images<br>
[Iterables](https://doc.nette.org/utils/iterables) <br>
[JSON](https://doc.nette.org/utils/json) - encoding and decoding<br>
[Generating Random Strings](https://doc.nette.org/utils/random)<br>
[Paginator](https://doc.nette.org/utils/paginator) - pagination math<br>
[PHP Reflection](https://doc.nette.org/utils/reflection)<br>
[Strings](https://doc.nette.org/utils/strings) - useful text functions<br>
[SmartObject](https://doc.nette.org/utils/smartobject) - PHP object enhancements<br>
[Validation](https://doc.nette.org/utils/validators) - validate inputs<br>
[Type](https://doc.nette.org/utils/type) - PHP data type

 <!---->

Installation
------------
Expand All @@ -40,11 +41,9 @@ The recommended way to install is via Composer:
composer require nette/utils
```

- Nette Utils 4.0 is compatible with PHP 8.0 to 8.3
- Nette Utils 3.2 is compatible with PHP 7.2 to 8.3
- Nette Utils 3.1 is compatible with PHP 7.1 to 8.0
- Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
- Nette Utils 2.5 is compatible with PHP 5.6 to 8.0
Nette Utils 4.0 is compatible with PHP 8.0 to 8.3.

 <!---->

[Support Me](https://github.com/sponsors/dg)
--------------------------------------------
Expand Down

0 comments on commit d6a9961

Please sign in to comment.