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

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

gennadiy-bilyk/articles
=======================

article package for blog

015PHP

Since Aug 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/GennadiyBilyk/gb-articles)[ Packagist](https://packagist.org/packages/gennadiy-bilyk/articles)[ RSS](/packages/gennadiy-bilyk-articles/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#installation

*Пакет требует установленных пакетов*

```
 "laravelrus/sleepingowl": "4.*@dev",

 "baum/baum": "~1.1"

```

\#Установка пакета Добавляем в composer.json require секция "gennadiy-bilyk/articles":"\*@dev" composer update

```
 Добавляем сервис провайдеры в config/app
      GennadiyBilyk\Articles\ArticlesProvider::class,

 Выполняем

  php artisan vendor:publish --provider="GennadiyBilyk\Articles\ArticlesProvider" --force
 php artisan migrate

```

\#Настройка пакета
Добавляем пункты меню в app/Admin/navigation.php
AdminSection::addMenuPage(\\App\\Models\\Article\\Articlescategory::class), AdminSection::addMenuPage(\\App\\Models\\Article\\Article::class), AdminSection::addMenuPage(\\App\\Models\\Article\\ArticleAuthor::class),

```
  Добавляем модель в app\Providers\AdminSectionsServiceProvider.php свойство $sections

          \App\Models\Article\Article::class=>'App\Http\Sections\Articles',
          \App\Models\Article\ArticleAuthor::class=>'App\Http\Sections\ArticleAuthors',
          \App\Models\Article\Articlescategory::class=>'App\Http\Sections\Articlescategories',

  Добавляем js файл из репозитория https://github.com/GennadiyBilyk/jsTranslite в public/js/translite.js

  все готово!

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/3899898?v=4)[Gennadiy](/maintainers/GennadiyBilyk)[@GennadiyBilyk](https://github.com/GennadiyBilyk)

---

Top Contributors

[![GennadiyBilyk](https://avatars.githubusercontent.com/u/3899898?v=4)](https://github.com/GennadiyBilyk "GennadiyBilyk (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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