PHPackages                             sipsystemgm/sip-symfony-framework - 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. [Framework](/categories/framework)
4. /
5. sipsystemgm/sip-symfony-framework

ActiveProject[Framework](/categories/framework)

sipsystemgm/sip-symfony-framework
=================================

Simple parser command

1.1.3(4y ago)012proprietaryPHPPHP &gt;=7.2.5

Since Oct 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sipsystemgm/sip-symfony-framework)[ Packagist](https://packagist.org/packages/sipsystemgm/sip-symfony-framework)[ RSS](/packages/sipsystemgm-sip-symfony-framework/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (46)Versions (4)Used By (0)

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

[](#image-parser)

This is a simple component to parse images from html page.
----------------------------------------------------------

[](#this-is-a-simple-component-to-parse-images-from-html-page)

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

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

[](#installation)

```
% composer create-project sipsystemgm/sip-symfony-framework

```

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

[](#configuration)

```
% cp .env .env.local
# uncomment MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages, #MEMCACHED_HOST, #MEMCACHED_PORT=11211
# set your parameters if need it

```

Migrations
----------

[](#migrations)

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

```

Frontend install
================

[](#frontend-install)

```
% yarn install

```

or

```
% npm install

```

Frontend build
==============

[](#frontend-build)

```
% yarn run build

```

or

```
% npm run install

```

Run
===

[](#run)

```
# run php bin/console sip:parser --help for more details
% php bin/console sip:parser https://some-host 4 20
% php bin/console messenger:consume parser

```

Run web reports
===============

[](#run-web-reports)

- run symfony webserver (install )

```
% symfony serve -d

```

- go to the url printed bellow after run server

```
[OK] Web server listening
The Web server is using PHP FPM 8.0.11
http://127.0.0.1:8000

```

Testing
=======

[](#testing)

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

[](#configurations)

```
% 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

```
#.env.test.local
##> memcached ###
MEMCACHED_HOST=localhost
MEMCACHED_PORT=11211
##> memcached ##
```

Testing
=======

[](#testing-1)

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

[](#configuration-1)

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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

1710d 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 (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sipsystemgm-sip-symfony-framework/health.svg)

```
[![Health](https://phpackages.com/badges/sipsystemgm-sip-symfony-framework/health.svg)](https://phpackages.com/packages/sipsystemgm-sip-symfony-framework)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

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

Business Application Platform (BAP)

645143.5k114](/packages/oro-platform)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[forumify/forumify-platform

122.0k13](/packages/forumify-forumify-platform)[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M563](/packages/shopware-core)

PHPackages © 2026

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