PHPackages                             c975l/services-bundle - 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. c975l/services-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

c975l/services-bundle
=====================

Commons services used by c975L bundles

v4.2.4(1y ago)26317MITPHPPHP &gt;=8.0

Since Aug 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/975L/ServicesBundle)[ Packagist](https://packagist.org/packages/c975l/services-bundle)[ Docs](https://github.com/975L/ServicesBundle)[ Fund](https://buymeacoff.ee/laurentmarquet)[ Fund](https://opencollective.com/laurent-marquet)[ RSS](/packages/c975l-services-bundle/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependencies (6)Versions (55)Used By (7)

ServicesBundle
==============

[](#servicesbundle)

ServicesBundle does the following:

- Defines services used by c975L bundles,
- Defines translations used by c975L bundles,
- As a kind of "bonus" also includes `.sh` scripts (see at the bottom),

[ServicesBundle dedicated web page](https://975l.com/en/pages/services-bundle).

[ServicesBundle API documentation](https://975l.com/apidoc/c975L/ServicesBundle.html).

Bundle installation
-------------------

[](#bundle-installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Use [Composer](https://getcomposer.org) to install the library

```
    composer require c975l/services-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
