PHPackages                             pioniro/wrapper-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. pioniro/wrapper-bundle

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

pioniro/wrapper-bundle
======================

Wraps your symfony services

1.1.1(8mo ago)01MITPHPPHP ^7.4|^8.0CI passing

Since Nov 14Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/pioniro/wrapper-bundle)[ Packagist](https://packagist.org/packages/pioniro/wrapper-bundle)[ RSS](/packages/pioniro-wrapper-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (9)Versions (6)Used By (0)

WrapperBundle
=============

[](#wrapperbundle)

This is a wrapper bundle for the [Symfony](https://symfony.com) framework.

The main goal of this bundle is to provide a simple way to create a wrappers for the services.

Under the hood, this bundle performs code generation similar to how Doctrine does for entity proxying.

Installation
------------

[](#installation)

```
composer require pioniro/wrapper-bundle
```

Usage
-----

[](#usage)

You can see the example of usage in the [example](example) directory.

### Create an annotation

[](#create-an-annotation)

```
