PHPackages                             tqt97/model-blog-laravel - 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. [Database &amp; ORM](/categories/database)
4. /
5. tqt97/model-blog-laravel

ActiveLibrary[Database &amp; ORM](/categories/database)

tqt97/model-blog-laravel
========================

Create some model basic for blog: article, category, tag

010[2 PRs](https://github.com/tqt97/model-blog-laravel/pulls)PHP

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tqt97/model-blog-laravel)[ Packagist](https://packagist.org/packages/tqt97/model-blog-laravel)[ RSS](/packages/tqt97-model-blog-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Create some model basic for blog: article, category, tag
========================================================

[](#create-some-model-basic-for-blog-article-category-tag)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3337ef10e20cb9ffe5d8d504dd2cd3c413144960412bdc61fbea86f1335562cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74717439372f6d6f64656c2d626c6f672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tqt97/model-blog-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e58acef141f93c3a3e4de2457caaf4e6743c94e0b093a2fadbed7d609189d686/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74717439372f6d6f64656c2d626c6f672d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/tqt97/model-blog-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4a096ffe453bcac34532b2c6c1f7bf8d96e0e4c89ff13f9359baf6a360aff150/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74717439372f6d6f64656c2d626c6f672d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/tqt97/model-blog-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/50fde61d35b1fe3c1204a8d43749e08480c40a8f7b0274b3cc03315677a4e977/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74717439372f6d6f64656c2d626c6f672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tqt97/model-blog-laravel)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/beb1dd27a66448321e23f08773fbaa9b948e21d1ffe7db9bc9bff7a63b7153bd/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6d6f64656c2d626c6f672d6c61726176656c2e6a70673f743d31)](https://spatie.be/github-ad-click/model-blog-laravel)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require tqt97/model-blog-laravel
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

```
$modelBlogLaravel = new Tqt97\ModelBlogLaravel();
echo $modelBlogLaravel->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](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

17

—

LowBetter than 6% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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://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 (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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