PHPackages                             ccetc/import-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. [Database &amp; ORM](/categories/database)
4. /
5. ccetc/import-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

ccetc/import-bundle
===================

Symfony developer bundle for import xls data to your database

022PHP

Since Apr 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/CCETC/ImportBundle)[ Packagist](https://packagist.org/packages/ccetc/import-bundle)[ RSS](/packages/ccetc-import-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CCETC/ImportBundle
==================

[](#ccetcimportbundle)

The CCETCImportBundle is a Symfony bundle for importing xls spreadsheets to your Symfony DB.

It is in beta, and is only currently written to be used with `SonataAdmin` and `Doctrine`. It is also only meant to be used by developers at this point.

Development is tracked on the [trello board](https://trello.com/board/importbundle/512d4327c6c0852e5900046a).

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

[](#installation)

Add to your composer.json:

```
"require": {
    "ccetc/import-bundle": "dev-master"
}

```

Run `php composer.phar install`

Add to AppKernel.php:

```
new CCETC\ImportBundle\CCETCImportBundle(),

```

Add to your routing:

```
ccetc_import:
    resource: "@CCETCImportBundle/Resources/config/routing.yml"
    prefix:   /

```

### Security

[](#security)

The tool is accessed at `admin/import`, so make sure this route is secured in `security.yml`.

Handlers
--------

[](#handlers)

You'll need to write a `handler` to essentially map your database to a xls with an expected set of fields. Your handler should exist as a service in your application, and should extend a handler in `Import/Handler`.

Use
---

[](#use)

Navigate to `admin/import`, and specify your handler service and file path.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ef82874e65724eba9db81ed732aa8d8902e1f334bab79d1191b89af8fbab563?d=identicon)[somewherethere](/maintainers/somewherethere)

---

Top Contributors

[![haggertypat](https://avatars.githubusercontent.com/u/867821?v=4)](https://github.com/haggertypat "haggertypat (8 commits)")

### Embed Badge

![Health badge](/badges/ccetc-import-bundle/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)

PHPackages © 2026

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