PHPackages                             stinger/bootstrap-maxlength-js-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. stinger/bootstrap-maxlength-js-bundle

ActiveSymfony-bundle

stinger/bootstrap-maxlength-js-bundle
=====================================

Symfony2 Bundle for Bootstrap MaxLength.js - An visual feedback indicator for the MaxLength attribute

1.6.0(10y ago)06.5k↓38.9%MITPHP

Since Jul 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Stinger-Soft/BootstrapMaxLength)[ Packagist](https://packagist.org/packages/stinger/bootstrap-maxlength-js-bundle)[ Docs](https://github.com/mimo84/bootstrap-maxlength)[ RSS](/packages/stinger-bootstrap-maxlength-js-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Bootstrap MaxLength Js Bundle for Symfony2
==========================================

[](#bootstrap-maxlength-js-bundle-for-symfony2)

Bootstrap MaxLength Js Bundle for Symfony2

Current Version
---------------

[](#current-version)

Bootstrap MaxLength Js v1.6.0

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "stinger/boostrap-maxlength-js-bundle": "~1.6"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\BootstrapMaxLengthJsBundle\StingerBootstrapMaxLengthJsBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update stinger/boostrap-maxlength-js-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

### Usage

[](#usage)

Add the css and js file where needed:

```
{% javascripts
	'bundles/stingerbootstrapmaxlengthjs/js/bootstrap-maxlength.min.js'
%}

{% endjavascripts %}
```

Licenses
========

[](#licenses)

Refer to the source code of the included files for license information

References
==========

[](#references)

1.
2.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2f01fea764b969355a878a17f1a26cee49f4acccf17a79fd36527042e07384c?d=identicon)[Viburnum](/maintainers/Viburnum)

![](https://www.gravatar.com/avatar/8103c2ef658b68f8bd473c8ebf0881e5ee14dba8c0584742fe177312a1ed7bec?d=identicon)[koddistortion](/maintainers/koddistortion)

---

Top Contributors

[![koddistortion](https://avatars.githubusercontent.com/u/1405569?v=4)](https://github.com/koddistortion "koddistortion (2 commits)")

---

Tags

HTML5jqueryforminputfeedbackjquery-pluginmaxlength

### Embed Badge

![Health badge](/badges/stinger-bootstrap-maxlength-js-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/stinger-bootstrap-maxlength-js-bundle/health.svg)](https://phpackages.com/packages/stinger-bootstrap-maxlength-js-bundle)
```

###  Alternatives

[robinherbots/jquery.inputmask

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.

6.5k276.6k4](/packages/robinherbots-jqueryinputmask)[jquery-form/form

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.

5.2k235.5k6](/packages/jquery-form-form)[kartik-v/yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 3.x, 4.x &amp; 5.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)

2286.8M95](/packages/kartik-v-yii2-widget-fileinput)[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-rangeinput

An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)

193.9M3](/packages/kartik-v-yii2-widget-rangeinput)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)

PHPackages © 2026

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