Skip to content

Commit efad938

Browse files
committed
readme: added jumbo
1 parent e65ae6f commit efad938

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

readme.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Nette Utility Classes
2-
=====================
1+
[![Nette Utils](https://github.com/nette/utils/assets/194960/c33fdb74-0652-4cad-ac6e-c1ce0d29e32a)](https://doc.nette.org/en/utils)
32

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

14-
In package nette/utils you will find a set of [useful classes](https://doc.nette.org/utils) for everyday use:
15-
16-
- [Arrays](https://doc.nette.org/utils/arrays) - manipulate arrays
17-
- [Callback](https://doc.nette.org/utils/callback) - PHP callbacks
18-
- [Date and Time](https://doc.nette.org/utils/datetime) - modify times and dates
19-
- [Filesystem](https://doc.nette.org/utils/filesystem) - copying, renaming, …
20-
- [Finder](https://doc.nette.org/utils/finder) - finds files and directories
21-
- [Helper Functions](https://doc.nette.org/utils/helpers)
22-
- [HTML elements](https://doc.nette.org/utils/html-elements) - generate HTML
23-
- [Images](https://doc.nette.org/utils/images) - crop, resize, rotate images
24-
- [JSON](https://doc.nette.org/utils/json) - encoding and decoding
25-
- [Generating Random Strings](https://doc.nette.org/utils/random)
26-
- [Paginator](https://doc.nette.org/utils/paginator) - pagination math
27-
- [PHP Reflection](https://doc.nette.org/utils/reflection)
28-
- [Strings](https://doc.nette.org/utils/strings) - useful text functions
29-
- [SmartObject](https://doc.nette.org/utils/smartobject) - PHP object enhancements
30-
- [Validation](https://doc.nette.org/utils/validators) - validate inputs
31-
- [Type](https://doc.nette.org/utils/type) - PHP data type
32-
13+
In package nette/utils you will find a set of useful classes for everyday use:
14+
15+
[Arrays](https://doc.nette.org/utils/arrays)<br>
16+
[Callback](https://doc.nette.org/utils/callback) - PHP callbacks<br>
17+
[Filesystem](https://doc.nette.org/utils/filesystem) - copying, renaming, …<br>
18+
[Finder](https://doc.nette.org/utils/finder) - finds files and directories<br>
19+
[Floats](https://doc.nette.org/utils/floats) - floating point numbers<br>
20+
[Helper Functions](https://doc.nette.org/utils/helpers)<br>
21+
[HTML elements](https://doc.nette.org/utils/html-elements) - generate HTML<br>
22+
[Images](https://doc.nette.org/utils/images) - crop, resize, rotate images<br>
23+
[Iterables](https://doc.nette.org/utils/iterables) <br>
24+
[JSON](https://doc.nette.org/utils/json) - encoding and decoding<br>
25+
[Generating Random Strings](https://doc.nette.org/utils/random)<br>
26+
[Paginator](https://doc.nette.org/utils/paginator) - pagination math<br>
27+
[PHP Reflection](https://doc.nette.org/utils/reflection)<br>
28+
[Strings](https://doc.nette.org/utils/strings) - useful text functions<br>
29+
[SmartObject](https://doc.nette.org/utils/smartobject) - PHP object enhancements<br>
30+
[Validation](https://doc.nette.org/utils/validators) - validate inputs<br>
31+
[Type](https://doc.nette.org/utils/type) - PHP data type
32+
33+
 <!---->
3334

3435
Installation
3536
------------
@@ -40,11 +41,9 @@ The recommended way to install is via Composer:
4041
composer require nette/utils
4142
```
4243

43-
- Nette Utils 4.0 is compatible with PHP 8.0 to 8.3
44-
- Nette Utils 3.2 is compatible with PHP 7.2 to 8.3
45-
- Nette Utils 3.1 is compatible with PHP 7.1 to 8.0
46-
- Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
47-
- Nette Utils 2.5 is compatible with PHP 5.6 to 8.0
44+
Nette Utils 4.0 is compatible with PHP 8.0 to 8.3.
45+
46+
 <!---->
4847

4948
[Support Me](https://github.com/sponsors/dg)
5049
--------------------------------------------

0 commit comments

Comments
 (0)