PHPackages                             sipsystemgm/parser-command-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. sipsystemgm/parser-command-bundle

ActiveBundle[Parsing &amp; Serialization](/categories/parsing)

sipsystemgm/parser-command-bundle
=================================

Simple parser command

1.2.3(4y ago)0141MITPHPPHP &gt;=7.2.5

Since Oct 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sipsystemgm/sipsystemgm-parser-command-bundle)[ Packagist](https://packagist.org/packages/sipsystemgm/parser-command-bundle)[ RSS](/packages/sipsystemgm-parser-command-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (12)Versions (4)Used By (1)

Image Parser
============

[](#image-parser)

This is a parser command bundle.The functionality is implemented here to run parse command and run queue manager
----------------------------------------------------------------------------------------------------------------

[](#this-is-a-parser-command-bundlethe-functionality-is-implemented-here-to-run-parse-command-and-run-queue-manager)

This component was developed to demonstrate developing approaches only!!!

Installation
============

[](#installation)

```
% composer require sipsystemgm/parser-command-bundle

```

```
// config/bundles.php

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    ...
    // Insert bundle over there
    Sip\ParserCommand\ParserCommandBundle::class => ['all' => true]
]
```

Configuration
=============

[](#configuration)

```
# config/packeges/messager.yaml
framework:
    messenger:
        transports:
             # insert parameter
             parser: '%env(MESSENGER_TRANSPORT_DSN)%'
        routing:
            # insert parameter
            'Sip\ParserCommand\Message\ParserQueueMessage': parser
```

```
# .env
###> symfony/messenger ###
# Choose one of the transports below
...
# uncomment this page and set you parameters
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###

# insert this block and set your parameters
##> memcached ###
MEMCACHED_HOST=localhost
MEMCACHED_PORT=11211
##> memcached ###
```

```
% php bin/console doctrine:migrations:diff
% php bin/console doctrine:migrations:migrate

```

Run
===

[](#run)

```
# run php bin/console parser --help for more details

% php bin/console parser https://some-host 4 20
% php bin/console messenger:consume parser

```

Testing
=======

[](#testing)

Configurations
--------------

[](#configurations)

```
% composer require --dev phpunit/phpunit symfony/test-pack
% cp .env.test .env.test.local
% cp phpunit.xml.dist phpunit.xml

```

insert memcached block in file .env.test.local and set your parameters if they are different

```
##> memcached ###
MEMCACHED_HOST=localhost
MEMCACHED_PORT=11211
##> memcached ##
```

insert test path directory in file phpunit.xml

```

    tests
    ...
    vendor/sipsystemgm/parser-command-bundle/tests

```

Run test
========

[](#run-test)

```
% composer exec phpunit

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

3

Last Release

1711d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/92816621?v=4)[sipsystemgm](/maintainers/sipsystemgm)[@sipsystemgm](https://github.com/sipsystemgm)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sipsystemgm-parser-command-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[pimcore/pimcore

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

3.8k3.8M508](/packages/pimcore-pimcore)[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)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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