PHPackages                             parabellumkoval/backpack-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. [API Development](/categories/api)
4. /
5. parabellumkoval/backpack-articles

ActiveLibrary[API Development](/categories/api)

parabellumkoval/backpack-articles
=================================

Implement Articles API &amp; MYSQL for backpack

v0.1.1(7mo ago)12431MITPHPPHP ^8.2

Since Dec 22Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/parabellumKoval/backpack-articles)[ Packagist](https://packagist.org/packages/parabellumkoval/backpack-articles)[ Docs](https://github.com/parabellumkoval/backpack-articles)[ RSS](/packages/parabellumkoval-backpack-articles/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (8)Used By (0)

Backpack-articles
=================

[](#backpack-articles)

[![Build Status](https://camo.githubusercontent.com/bbce98daa86402c6a4430b0e3e3caeb653a9a0dc193c43e5469cc0f912d1da2a/68747470733a2f2f7472617669732d63692e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d61727469636c65732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/parabellumKoval/backpack-articles)[![Coverage Status](https://camo.githubusercontent.com/1c526be19ffb3c0d7f00a716b495fd4290d3e57e7e50d2f42ed634fd1c71422e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d61727469636c65732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/parabellumKoval/backpack-articles?branch=master)

[![Packagist](https://camo.githubusercontent.com/c27bec39951be2e1ac1eca03fdad1c1ff1f2ccfb704f6880de59396d38955d16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d61727469636c65732e737667)](https://packagist.org/packages/parabellumKoval/backpack-articles)[![Packagist](https://camo.githubusercontent.com/229a43ac781dbd0dbf42aa49fbd86185d3066daba768a692307734e87b181d3b/68747470733a2f2f706f7365722e707567782e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d61727469636c65732f642f746f74616c2e737667)](https://packagist.org/packages/parabellumKoval/backpack-articles)[![Packagist](https://camo.githubusercontent.com/00f7c223c33a33155424d098c5d89fef04cad05c437f7b96f68a5c3caf5601f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d61727469636c65732e737667)](https://packagist.org/packages/parabellumKoval/backpack-articles)

This package provides a quick starter kit for implementing articles for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require parabellumKoval/backpack-articles
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

#### Configuration File

[](#configuration-file)

```
php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="config"
```

#### Views File

[](#views-file)

```
php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="views"
```

#### Migrations File

[](#migrations-file)

```
php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="migrations"
```

#### Routes File

[](#routes-file)

```
php artisan vendor:publish --provider="Backpack\Articles\ServiceProvider" --tag="routes"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Articles\database\seeders\ArticlesSeeder"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [](https://github.com/parabellumKoval/backpack-articles)
- [All contributors](https://github.com/parabellumKoval/backpack-articles/graphs/contributors)

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance82

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~203 days

Recently: every ~192 days

Total

6

Last Release

217d ago

PHP version history (3 changes)v0.1.0PHP ^8.0

0.1.x-devPHP &gt;=7.4

v0.1.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a9edb05ebf647a1976e4dbf92497c0186607984165f62b97b6498a01e9141ab?d=identicon)[parabellumKoval](/maintainers/parabellumKoval)

---

Top Contributors

[![parabellumKoval](https://avatars.githubusercontent.com/u/27732309?v=4)](https://github.com/parabellumKoval "parabellumKoval (29 commits)")

---

Tags

laravelarticlesbackpackparabellumKoval

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M111](/packages/darkaonline-l5-swagger)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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