PHPackages                             erfankatebsaber/tools - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. erfankatebsaber/tools

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

erfankatebsaber/tools
=====================

laravel and php tools

v1.3.2(1y ago)293MITPHP

Since Jul 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ErfKS/Tools)[ Packagist](https://packagist.org/packages/erfankatebsaber/tools)[ RSS](/packages/erfankatebsaber-tools/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/788709110b6a417f8b2efb387a3b0ae347cfc4a3d72054ac02b9ff6db3c01b13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657266616e6b6174656273616265722f746f6f6c73)](https://img.shields.io/packagist/dt/erfankatebsaber/tools)[![Latest Stable Version](https://camo.githubusercontent.com/240fa6e27f72e89c152c8272b3ef19f32e15068551d6d9ae9760f39fbc254c8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657266616e6b6174656273616265722f746f6f6c73)](https://img.shields.io/packagist/dt/erfankatebsaber/tools)[![License](https://camo.githubusercontent.com/5f198c69d9cbbaa11a648211d6c25eb2b10b8705e3902ab91df2f1dc5fe28226/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f657266616e6b6174656273616265722f746f6f6c73)](https://img.shields.io/packagist/dt/erfankatebsaber/tools)

Tools
=====

[](#tools)

This package include library classes with specific static function tools.

List of content
---------------

[](#list-of-content)

- [Install](#install)
- [Classes](#classes)
- [Config](#config)
- [Licence](#licence)

Install
-------

[](#install)

run this command:

```
composer require erfankatebsaber/tools
```

Next, add `ErfanKatebSaber\tools\ToolsProvider::class` into `config\app.php` file:

```
'providers' => [
    // other providers
    ErfanKatebSaber\tools\ToolsProvider::class
]
```

Then, run this command to create config file:

```
php artisan vendor:publish --tag=tools
```

Classes
-------

[](#classes)

- [StrTools](README-STR.md): This class include specific static functions to make easly string editing.
- [AuthTools](README-AUTH.md): This class include specific static functions to make easily use laravel auth.

Config
------

[](#config)

After installing this package, the config file created into this path:

```
config/tools.php

```

This file content like this:

```
