PHPackages                             vsavritsky/morpherbundle - 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. vsavritsky/morpherbundle

ActiveSymfony-bundle

vsavritsky/morpherbundle
========================

Morpher Webservice

1.0.0(10y ago)02741MITPHPPHP &gt;=5.4

Since Nov 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/savritsky/MorpherBundle)[ Packagist](https://packagist.org/packages/vsavritsky/morpherbundle)[ RSS](/packages/vsavritsky-morpherbundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

MorpherBundle
=============

[](#morpherbundle)

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

[](#installation)

Require the `vsavritsky/morpherbundle` in your composer.json and update your dependencies. composer require vsavritsky/morpherbundle

```
{
    "require": {
       ...
       "vsavritsky/morpherbundle": "dev-master"
       ...
    }
}

```

Add the AnchovyCURLBundle and VsavritskyMorpherBundle to your application's kernel:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Vsavritsky\MorpherBundle\VsavritskyMorpherBundle(),
        ...
    );

```

add parameters access to parameters.yml:

```
vsavritsky_morpher.access.username: username
vsavritsky_morpher.access.pass: pass

```

update db: app/console doctrine:schema:update --force

Usage
-----

[](#usage)

```
// Simple call:
    use Vsavritsky\MorpherBundle\Entity\RequestFacade;
    ...
    public function indexAction() {

  		$morpher = $this->get('vsavritsky_morpher.request');
  		$plural = true;
  		$result = $morpher->inflect('Тест', RequestFacade::CASE_ROD, 'Дефолтное значение', $plural);
	echo '';
      	print_r($result); exit();
      	exit();
    }

```

consts:

```
`const CASE_ROD = 'Р';`
`const CASE_DAT = 'Д';`
`const CASE_VIN = 'В';`
`const CASE_TVOR = 'Т';`
`const CASE_PREDL = 'П';`
`const CASE_GDE = 'М';`

```

`result: 'Тесту'``

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3839d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1872ace6ad18c747f549b07e197ac0405e2c92ba56449fbeebead453ed4fd69f?d=identicon)[savritsky](/maintainers/savritsky)

---

Top Contributors

[![savritsky](https://avatars.githubusercontent.com/u/5127886?v=4)](https://github.com/savritsky "savritsky (33 commits)")

---

Tags

pagepage bundle

### Embed Badge

![Health badge](/badges/vsavritsky-morpherbundle/health.svg)

```
[![Health](https://phpackages.com/badges/vsavritsky-morpherbundle/health.svg)](https://phpackages.com/packages/vsavritsky-morpherbundle)
```

###  Alternatives

[facade/ignition

A beautiful error page for Laravel applications.

2.1k102.2M333](/packages/facade-ignition)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[pagerfanta/pagerfanta

Pagination for PHP

42550.0M245](/packages/pagerfanta-pagerfanta)[facebook/php-ads-sdk

PHP SDK for Facebook Business

9014.1M8](/packages/facebook-php-ads-sdk)

PHPackages © 2026

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