PHPackages                             jokubasr/lithuanian-names-declension - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jokubasr/lithuanian-names-declension

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jokubasr/lithuanian-names-declension
====================================

Lithuanian names declension bundle.

v1.1(10y ago)315.2k↑78.8%1MITPHPPHP &gt;=5.4.0

Since Oct 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/JokubasR/lithuanianNamesDeclensionBundle)[ Packagist](https://packagist.org/packages/jokubasr/lithuanian-names-declension)[ Docs](https://github.com/JokubasR/lithuanianNamesDeclensionBundle)[ RSS](/packages/jokubasr-lithuanian-names-declension/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

LithuanianNamesDeclensionBundle
===============================

[](#lithuaniannamesdeclensionbundle)

[![Build Status](https://camo.githubusercontent.com/fd515578d139367405f52f39900cce60f4959d464d2b0a074699a8c6b7783263/68747470733a2f2f7472617669732d63692e6f72672f4a6f6b75626173522f6c69746875616e69616e4e616d65734465636c656e73696f6e42756e646c652e737667)](https://travis-ci.org/JokubasR/lithuanianNamesDeclensionBundle)

The **LithuanianNamesDeclensionBundle** bundle allows you to inflect Lithuanian names from nominative case to any other.

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

[](#installation)

Require the `jokubasr/lithuanian-names-declension` package in your composer.json and update your dependencies.

```
$ composer require jokubasr/lithuanian-names-declension

```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new JokubasR\Bundle\LithuanianNamesDeclensionBundle\JokubasRLithuanianNamesDeclensionBundle(),
    );
}
```

Usage
-----

[](#usage)

You can use declension service either by injecting it or using it in your twig templates.

```
