PHPackages                             techlink/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. techlink/blog

ActiveLibrary[Framework](/categories/framework)

techlink/blog
=============

A blog powered by laravel package.

v0.1(5y ago)123MITPHP

Since Dec 19Pushed 5y ago2 watchersCompare

[ Source](https://github.com/JustaNormalDreamer/techlink-blog-package)[ Packagist](https://packagist.org/packages/techlink/blog)[ RSS](/packages/techlink-blog/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Techlink Blog Package
---------------------

[](#techlink-blog-package)

This first blog package developed by me, since cms are almost a necessity for everyone. Here is a free open source starter boiler plate which is well tested with various assertions..

#### What does it include?

[](#what-does-it-include)

- Contains auth routes for CRUD operations.
- Contains Taxonomies (categories, tags), Posts.
- Contain images, meta details for the taxonomies and posts.

#### File Names

[](#file-names)

- Config file `blog.php`
- ServiceProvider file `BlogProvider.php`
- A list of components like `Alert, InputText, InputTextarea, InputSelect, InputFile, InputSubmit, PostBlock` and more.
- Traits `BlogUser, HasFactory, Image, Meta, Slug` and more.
- Service file `BlogService.php`

#### Features

[](#features)

- Meta and Images table is automatically deleted.
- Stored images is rename to hash name.
- Both category and post is sync to a table named category\_post.
- Input form component like text, textarea, select, submit and more is redesigned for reusability.

The views can be easily customize by running the following command by publishing the view files. `php artisan vendor:publish --provider="Techlink\Blog\Provider\BlogProvider`

Config file contains various optional config variable which can be modified.

- `flash_variable` used for setting up a flash session variable.
- `auth_model_paginate` used for setting the total rows of record to show in the dashboard.

### Installation and Usability

[](#installation-and-usability)

- Initially publish the vendor files.
- Add the BlogUserTrait into the User model from. `use Techlink\Blog\Traits\BlogUserTrait`
- Run the migrations.
- You are all done. Enjoy!

#### Web Route Structure

[](#web-route-structure)

- `/blog/posts` for the post index view.
- `/blog/posts/{postId}-{slug}` for the post show view.
- `/blog/auth/posts` for the auth post index view.
- `/blog/auth/posts/create` for the post create view.
- `/blog/auth/posts/{postId}/edit` for the post edit view.
- `/blog/categories/{categoryId}-{slug}` for the category show view.
- `/blog/auth/categories` for the auth category index view.
- `/blog/auth/categories/create` for the category create view.
- `/blog/auth/categories/{categoryId}/edit` for the category edit view.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1976d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29a419975286c818f9dd973d4d88f76bdc9eab86daa2b44a95804176e145f764?d=identicon)[JustaDreamer](/maintainers/JustaDreamer)

---

Top Contributors

[![shresthadeepesh](https://avatars.githubusercontent.com/u/41798911?v=4)](https://github.com/shresthadeepesh "shresthadeepesh (28 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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