PHPackages                             efureev/services - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. efureev/services

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

efureev/services
================

0160PHP

Since Oct 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/efureev/laravel-services)[ Packagist](https://packagist.org/packages/efureev/services)[ RSS](/packages/efureev-services/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
------------

[](#introduction)

Services is collection of your inner services.

**ONLY PHP 7.1 and upper**

Install
-------

[](#install)

```
composer require efureev/services

```

Insert in `providers` sections into `config/app.php`:

```
\Fureev\Services\ServiceProvider::class,

```

Config (config/di.php)
----------------------

[](#config-configdiphp)

All properties at your Provider class has defined into drivers section for concrete driver.

```
