PHPackages                             aldaflux/doc-img-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. aldaflux/doc-img-bundle

ActiveSymfony-bundle

aldaflux/doc-img-bundle
=======================

Symfony Bundle for test

v0.0.2(7y ago)017GPL-3.0+PHPPHP &gt;=5.3.2

Since Nov 7Pushed 7y agoCompare

[ Source](https://github.com/AlDaFlux/doc-img-bundle)[ Packagist](https://packagist.org/packages/aldaflux/doc-img-bundle)[ RSS](/packages/aldaflux-doc-img-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

doc-img-bundle
==============

[](#doc-img-bundle)

Insert into AppKernel.php

```
 new Aldaflux\DocImgBundle\AldafluxDocImgBundle(),

```

Insert into config.yml...

```
  aldaflux_doc_img:
    web_dir: "%kernel.root_dir%/../web"

```

and verify this :

```
framework:
    templating:
        engines: ['twig']

```

in your template :

```

```

IMPORTANT ! : use double quote, simple quote don't work...

in your controller :

```
  $view_html = $this->renderView('AldafluxDocImgBundle:Default:example.html.twig');
  $view_mht=$this->get('HtmlToMht')->GenereHtmlToMht($view_html);

```

you can write the view in a file (".doc") or send it in response

```
        $response = new Response();
        $response->headers->set('Cache-Control', 'private');
        $response->headers->set('Content-type', "application/vnd.ms-word");
        $response->headers->set('Content-Disposition', 'attachment; filename="file.doc"');
        $response->sendHeaders();
        $response->setContent($view_mht);
        return ($response);

```

If you want test fonctionality , add this to routing.yml:

```
aldaflux_doc_img:
    resource: "@AldafluxDocImgBundle/Controller"
    type:     annotation

```

and go to

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a9e1a84963980fb40b742b359a1dfebce0e7f04abbb06d55188e3001fcdc659?d=identicon)[AntoineInDa](/maintainers/AntoineInDa)

---

Top Contributors

[![AlDaFlux](https://avatars.githubusercontent.com/u/32897236?v=4)](https://github.com/AlDaFlux "AlDaFlux (12 commits)")

---

Tags

docimg

### Embed Badge

![Health badge](/badges/aldaflux-doc-img-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aldaflux-doc-img-bundle/health.svg)](https://phpackages.com/packages/aldaflux-doc-img-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
