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 1mo ago

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

1665d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a585a265c11604d59c1491ae62332ca4ddc8dd02709652530545657bf5b3593a?d=identicon)[sipsystemgm](/maintainers/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.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)[kadirov/api-starter-kit

443.9k](/packages/kadirov-api-starter-kit)

PHPackages © 2026

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