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 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 1mo ago

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

961d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/192076923c4747ad6eeed236ca5e303bbc4a333b8548501902287a2b11433230?d=identicon)[tqt97](/maintainers/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

[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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