PHPackages                             zwarthoorn/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zwarthoorn/blog

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

zwarthoorn/blog
===============

blog module

08PHP

Since May 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/zwarthoorn/Blog)[ Packagist](https://packagist.org/packages/zwarthoorn/blog)[ RSS](/packages/zwarthoorn-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zwarthoorns Blog Module.
========================

[](#zwarthoorns-blog-module)

this is a blog module build oppon main admin core Admincore also from me you need that package aswel else the Blog Module whont work. you can get it from package gist or from github.

\##information

this package is using laravel 5.0. also it is using the laravel packages for form and html please install this by yourself.

instalation
-----------

[](#instalation)

first you add this to the required field in your json file

```
"require": {
        "zwarthoorn/blog": "dev-master"

    },
```

### add service provider to the service provider array

[](#add-service-provider-to-the-service-provider-array)

```
'Zwarthoorn\Blog\ServiceProvider'
```

#### and in the ailias

[](#and-in-the-ailias)

```
'Blog'=> 'Zwarthoorn\Blog\Facades\Blog',
'Response'=> 'Zwarthoorn\Blog\Facades\Response'
```

usage
-----

[](#usage)

first of all all blogpost will be maneged in the full admin panel and you dont have to worry about them

Now for getting the blog post we are going to runn a simple command thare are facades so it will not be that hard

if you want to have a blogpost you need to use Blog like so;

```
use Blog
```

afther this you have 3 options first getting all the blogpost this will give you all the post on order of submittet.

```
Blog::allBlogs();
```

this will be a clean array with all the blogpost you have in your database. (functions for publish and concept are not done yet so it will not be a factor for now)

you can also find a single blogpost with a slug all the blogpost are prefabt with a slug so dont hasetate.

```
Blog::findBlog(slug);
```

and last but not least find a blog by slug and with all the response's with it already.

```
Blog::findBlogWithResponse(slug);
```

this will create a nice array that will look like this

```
array(
'blogpost'=> your blogpost,
'response'=> all the responses that are with this blogpost in a array
)
```

in a later date thare will be a function so you dont have to do valadation yourself and response woth have to come from you with a function. this will be added later

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0fd00e9d5ba69c939bdd18379ce8eb068b76fcbc6af3174ffa523515113d751?d=identicon)[zwarthoorn](/maintainers/zwarthoorn)

---

Top Contributors

[![zwarthoorn](https://avatars.githubusercontent.com/u/5434531?v=4)](https://github.com/zwarthoorn "zwarthoorn (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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