PHPackages                             tqt97/fi-blog - 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. [Framework](/categories/framework)
4. /
5. tqt97/fi-blog

ActiveLibrary[Framework](/categories/framework)

tqt97/fi-blog
=============

Basic blog with model articles, categories, tags and relations

3.x-dev(2y ago)00[2 issues](https://github.com/tqt97/fi-blog/issues)[2 PRs](https://github.com/tqt97/fi-blog/pulls)MITPHPPHP ^8.1

Since Sep 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tqt97/fi-blog)[ Packagist](https://packagist.org/packages/tqt97/fi-blog)[ Docs](https://github.com/tqt97/fi-blog)[ GitHub Sponsors](https://github.com/tqt97)[ RSS](/packages/tqt97-fi-blog/feed)WikiDiscussions 3.x Synced today

READMEChangelogDependencies (9)Versions (3)Used By (0)

Basic blog with model articles, categories, tags and relations
==============================================================

[](#basic-blog-with-model-articles-categories-tags-and-relations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/76c63a17188270cb037013e4a041d1e10e0599635daac95438d7018e4bd48e35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74717439372f66692d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tqt97/fi-blog)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a84943da15e65abf0c06dd2f1bc11a038c91ab68d985a1ff5ce2fb751d027693/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74717439372f66692d626c6f672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/tqt97/fi-blog/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0408149d4ca216920ad7ebfe1f011166ffebb119383b99082d54499052729a58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74717439372f66692d626c6f672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/tqt97/fi-blog/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dea512b37d00161bea37d5a902865ef02bf3094b11d6cab28c8d32731ee61d85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74717439372f66692d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tqt97/fi-blog)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require tqt97/fi-blog
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="fi-blog-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="fi-blog-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="fi-blog-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$fiBlog = new Tqt97\FiBlog();
echo $fiBlog->echoPhrase('Hello, Tqt97!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Tuantq](https://github.com/tqt97)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1014d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32692426?v=4)[TuanTQ](/maintainers/tqt97)[@tqt97](https://github.com/tqt97)

---

Top Contributors

[![tqt97](https://avatars.githubusercontent.com/u/32692426?v=4)](https://github.com/tqt97 "tqt97 (3 commits)")

---

Tags

laraveltqt97fi-blog

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/tqt97-fi-blog/health.svg)

```
[![Health](https://phpackages.com/badges/tqt97-fi-blog/health.svg)](https://phpackages.com/packages/tqt97-fi-blog)
```

###  Alternatives

[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k36](/packages/spatie-laravel-passkeys)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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