PHPackages                             ibrows/boxalino-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. [API Development](/categories/api)
4. /
5. ibrows/boxalino-bundle

ActiveSymfony-bundle[API Development](/categories/api)

ibrows/boxalino-bundle
======================

v1.0.3(9y ago)00MITPHPPHP &gt;=5.3.3

Since Sep 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ibrows/IbrowsBoxalinoBundle)[ Packagist](https://packagist.org/packages/ibrows/boxalino-bundle)[ Docs](http://www.ibrows.ch)[ RSS](/packages/ibrows-boxalino-bundle/feed)WikiDiscussions master Synced today

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

IbrowsBoxalinoBundle - Boxalino Search
======================================

[](#ibrowsboxalinobundle---boxalino-search)

The IbrowsBoxalinoBundle allows you to export your entities and chosen entity fields to boxalino, offers a service for search and autocomplete functions offered by boxalino, and a twig extension of the Javascrpt tracking.

Install and setup the bundle
----------------------------

[](#install-and-setup-the-bundle)

1. Fetch the source code

    ```
    $ php composer.phar require ibrows/boxalino-bundle
    ```

    Composer will install the bundle to your project's `ibrows/boxalino-bundle` directory.
2. Add the bundle to your `AppKernel` class

    ```
    // app/AppKernerl.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Ibrows\BoxalinoBundle\IbrowsBoxalinoBundle(),
            // ...
        );
        // ...
    }
    ```

Configuration
-------------

[](#configuration)

### Setup credentials, paths and entities

[](#setup-credentials-paths-and-entities)

```
    ibrows_boxalino:
        db_driver: "orm" #Default value

        #used to extract translatable data from an entity
        translation_locales: [en] #Default value

        #boxalino credentials
        access:
            account: "account"
            username: "username"
            password: "somepassword"

        #Export directories and export logger
        export:
            directory: "%kernel.cache_dir%/boxalino/" #Default value, Where to store the export zip and csv files
            properties_xml: "%kernel.root_dir%/config/properties.xml" #Which properties.xml file to use
            log_manager: "ibrows_boxalino.entity.export_log_manager" #Default value, implement you own to log to another system

        #Entity setup
        entities:
            product:
                class: "AppBundle\\Entity\\Product"
                entity_mapper: "ibrows_boxalino.mapper_orm.entity_mapper" #Default value, implement you own to log to create entity maps
                entity_provider: "ibrows_boxalino.provider_orm.entity_provider" #Default value, implement you own to retrieve entities
                delta_provider: "ibrows_boxalino.provider_orm.delta_provider" #Default value, implement you own to provide updated entities
                #configuration for retrieving delta data
                delta:
                    strategy: fromFullData #Default value, possible values are 'fromFullData', 'timestambleFieldQuery','repositoryMethod'
                    strategy_options: #If strategy is timestambleFieldQuery, or repositoryMethod, one of the following must be supplied
                        timestampable_query_field: updated_at #Field to use if timestableFieldQuery is strategy
                        repository_method: getDeltaEntities #The name of the method on the Entity Repository class to retrieve delta entities, must take a \DateTime object as a parameter

                #List of fields to export, generally the accessor on the entity. Field name in CSV, and then accessor
                fields:
                    id: id
                    name: name
                    description: description
                    brand: brand
                    my_array_field: "[my_array_field]" can also be in array syntax if data is array not an objetct
            brand:
                class: "AppBundle\\Entity\\Brand"
                fields:
                    id: id
                    name: name
            productCategory:
                class: "AppBundle\\Entity\\ProductCategory"
                fields:
                    id: id
                    parent: parent
                    name: name
```

More information in the [index](https://ibrows.codebasehq.com/projects/ibrowsch/repositories/ibrowsboxalinobundle/blob/master/Resources/doc/index.md)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~6 days

Total

4

Last Release

3572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31dcaa71007628affe5a759a757d17182e05ab88f2b018a46d74c62bc10d8249?d=identicon)[ibrows](/maintainers/ibrows)

---

Top Contributors

[![ychadwick](https://avatars.githubusercontent.com/u/664349?v=4)](https://github.com/ychadwick "ychadwick (101 commits)")

---

Tags

bundleSymfony2ibrowsboxalino

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ibrows-boxalino-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ibrows-boxalino-bundle/health.svg)](https://phpackages.com/packages/ibrows-boxalino-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M505](/packages/pimcore-pimcore)[sulu/sulu

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

1.3k1.4M201](/packages/sulu-sulu)

PHPackages © 2026

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