PHPackages                             juniorari/jutils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. juniorari/jutils

ActiveLibrary

juniorari/jutils
================

A class with a lot of stuff utils

0.0.4(4y ago)014MITPHPPHP &gt;=7.1.0

Since Jul 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/juniorari/jutils)[ Packagist](https://packagist.org/packages/juniorari/jutils)[ RSS](/packages/juniorari-jutils/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

JuniorAri Utils
===============

[](#juniorari-utils)

Class for methods and lot of stuff utilities

Getting Started
---------------

[](#getting-started)

Execute command line:

```
$ composer require juniorari/jutils

```

Or add on your require section of your **composer.json**

```
"juniorari/jutils": "stable"

```

### Prerequisities

[](#prerequisities)

- PHP &gt;= 7.0
- Extension PHP mb\_string enabled
- Extension PHP curl enabled

On Windows, locate and edit **php.ini** file, and uncomment line:

```
extension=mbstring
extension=curl

```

On Linux, run command (where X is a version of your PHP):

```
$ sudo apt-get install php7.X-mbstring
$ sudo apt-get install php7.X-curl

```

How to use
----------

[](#how-to-use)

```
