PHPackages                             farmpublic/daplos-parser-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. farmpublic/daplos-parser-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

farmpublic/daplos-parser-bundle
===============================

A Symfony bundle to parse Daplos flat files.

0.1.0(1y ago)01MITPHP

Since Sep 27Pushed 1y agoCompare

[ Source](https://github.com/FarmPublic/DaplosParserBundle)[ Packagist](https://packagist.org/packages/farmpublic/daplos-parser-bundle)[ RSS](/packages/farmpublic-daplos-parser-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

DaplosParserBundle
==================

[](#daplosparserbundle)

[![Static code analysis](https://github.com/FarmPublic/DaplosParserBundle/actions/workflows/code_analysis.yml/badge.svg)](https://github.com/FarmPublic/DaplosParserBundle/actions/workflows/code_analysis.yml) [![Testing](https://github.com/FarmPublic/DaplosParserBundle/actions/workflows/testing.yml/badge.svg)](https://github.com/FarmPublic/DaplosParserBundle/actions/workflows/testing.yml) [![emoji-log](https://camo.githubusercontent.com/5d7c5872515a4652457644e4938cecd2a6d08699be8ae8b70d4966045dd859e0/68747470733a2f2f63646e2e7261776769742e636f6d2f61686d616461776169732f73747566662f636139373837342f656d6f6a692d6c6f672f666c61742e737667)](https://github.com/ahmadawais/Emoji-Log/)

A Symfony bundle to parse Daplos flat files.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Symfony 7.1+
- Composer

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

[](#installation)

```
composer require farmpublic/daplos-parser-bundle
```

Usage
-----

[](#usage)

To use our bundle, you need to import `FarmPublic\DaplosParserBundle\DaplosParserInterface` in your controller/service/etc.

- In a controller:

```
use FarmPublic\DaplosParserBundle\DaplosParserInterface;

class MyController
{
    public function myAction(DaplosParserInterface $daplosParser)
    {
        $daplosParser->parse('/path/to/file.dap');
    }
}
```

- In a service:

```
use FarmPublic\DaplosParserBundle\DaplosParserInterface;

class MyService
{
    public function __construct(
        private DaplosParserInterface $daplosParser
    ) {
    }

    public function myAction()
    {
        $daplosParser->parse('/path/to/file.dap');
    }
}
```

- In a command:

```
use FarmPublic\DaplosParserBundle\DaplosParserInterface;

class MyCommand extends Command
{
    public function __construct(
        private DaplosParserInterface $daplosParser
    ) {
    }

    protected function execute(InputInterface $input, OutputInterface $output): int
    {
        $daplosParser->parse('/path/to/file.dap');
    }
}
```

Testing
-------

[](#testing)

To run the *phpunit*, *phpstan* and *php-cs-fixer* tests, run:

```
composer test:all
```

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/FarmPublic/DaplosParserBundle/tags).

Authors
-------

[](#authors)

- **Yoan Bernabeu** - *Initial work* - [GitHub](https://github.com/yoanbernabeu)

See also the list of [contributors](https://github.com/farmpublic/DaplosParserBundle/contributors) who participated in this project.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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

591d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fe42dd00c178300a72665c543286b7556806bddfc54140d7e98bfe0fdbf7cd9?d=identicon)[ldubois](/maintainers/ldubois)

---

Top Contributors

[![yoanbernabeu](https://avatars.githubusercontent.com/u/59195351?v=4)](https://github.com/yoanbernabeu "yoanbernabeu (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/farmpublic-daplos-parser-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/farmpublic-daplos-parser-bundle/health.svg)](https://phpackages.com/packages/farmpublic-daplos-parser-bundle)
```

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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