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

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

1656d 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 (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

[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)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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