PHPackages                             samker/boobankbundle - 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. samker/boobankbundle

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

samker/boobankbundle
====================

tools for use boobank (module of super Weboob) in PHP with symfony

1.4.1(8y ago)1171PHPPHP &gt;=5.5.0

Since Dec 27Pushed 6y ago2 watchersCompare

[ Source](https://github.com/SamKer/boobankphp)[ Packagist](https://packagist.org/packages/samker/boobankbundle)[ RSS](/packages/samker-boobankbundle/feed)WikiDiscussions master Synced 2d ago

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

```
# Boobank PHP

tools for weboob/boobank usage in php

## Weboob install
weboob need updates so the best way to use it is with venvs
 - apt-get install python-virtualenv

for using with web app, the home for www-data is /var/www
$ mkdir -p ~/.local/venvs
$ virtualenv ~/.local/venvs/weboob
$ source ~/.local/venvs/weboob/bin/activate
(weboob) $ pip install git+https://git.weboob.org/weboob/devel.git
(weboob) $ pip install pdfminer # add other optional dependencies if you want
(weboob) $ weboob-config update
(weboob) $ deactivate
$

## installation bundle

Step 1: Download the Bundle
---------------------------

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```console
$ composer require samker/boobankbundle
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

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:

```php
