PHPackages                             egorryaroslavl/articles - 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. egorryaroslavl/articles

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

egorryaroslavl/articles
=======================

Articles form

1.0.2(9y ago)028MITPHP

Since May 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/egorryaroslavl/articles)[ Packagist](https://packagist.org/packages/egorryaroslavl/articles)[ RSS](/packages/egorryaroslavl-articles/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

Articles form
=============

[](#articles-form)

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

[](#installation)

```
composer require "egorryaroslavl/articles":"1.*"

```

Then add ServiceProviders

```
  'providers' => [
    // ...
    Egorryaroslavl\Articles\ArticlesServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    Intervention\Image\ImageServiceProvider::class,
    Barryvdh\Elfinder\ElfinderServiceProvider::class,
    Arrilot\Widgets\ServiceProvider::class,
    // ...
  ],

```

and aliases

```
  'aliases' => [
    // ...
      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
      'Image' => Intervention\Image\Facades\Image::class,
      'Widget' => Arrilot\Widgets\Facade::class,
      'AsyncWidget' => Arrilot\Widgets\AsyncFacade::class,
    // ...
  ],

```

and run

```
php artisan vendor:publish

```

And after all, run this...

```
php artisan migrate

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Every ~15 days

Total

3

Last Release

3296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/963439f6c0db32d3dede9f3672ac95afbbcdc556621a67022c95bc39b6fbe0a4?d=identicon)[egorryaroslavl](/maintainers/egorryaroslavl)

---

Top Contributors

[![egorryaroslavl](https://avatars.githubusercontent.com/u/18072433?v=4)](https://github.com/egorryaroslavl "egorryaroslavl (5 commits)")

### Embed Badge

![Health badge](/badges/egorryaroslavl-articles/health.svg)

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

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.8M39](/packages/laravolt-avatar)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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