PHPackages                             alexisgeneau/polyvel - 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. alexisgeneau/polyvel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alexisgeneau/polyvel
====================

Install Polymer into Laravel application

438HTML

Since Oct 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/alexisgeneau/Polyvel)[ Packagist](https://packagist.org/packages/alexisgeneau/polyvel)[ RSS](/packages/alexisgeneau-polyvel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Polyvel
-------

[](#polyvel)

### Installation

[](#installation)

Add Polyvel to your composer.json file to require Polyvel :

```
    require : {
        "alexisgeneau/polyvel": "dev-master"
    }

```

Update Composer :

```
    composer update

```

The next step is to add the service provider to config/app.php :

```
    Alexisgeneau\Polyvel\PolyvelServiceProvider::class,

```

### Publish

[](#publish)

The next step is to publish files in your application with :

```
    php artisan vendor:publish --force

```

Warning ! This command will replace 'package.json' in your application, but is required to use the package.

### NPM

[](#npm)

Next, you have to install npm packages:

```
    npm install

```

### Bower

[](#bower)

The last step is to run bower:

```
     bower install

```

Now, you can use Polymer's elements in your application. You can verify by going at route '/polymer' in your browser.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![alexisgeneau](https://avatars.githubusercontent.com/u/15122711?v=4)](https://github.com/alexisgeneau "alexisgeneau (1 commits)")

### Embed Badge

![Health badge](/badges/alexisgeneau-polyvel/health.svg)

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

PHPackages © 2026

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