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

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

ace-blog-package/package
========================

Blog Management

01.6k↓33.3%1JavaScript

Since Feb 15Pushed 2y agoCompare

[ Source](https://github.com/aftab-currency/ace-blog-package)[ Packagist](https://packagist.org/packages/ace-blog-package/package)[ RSS](/packages/ace-blog-package-package/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Install Package
===============

[](#install-package)

composer require ace-blog-package/package

Install ACE Blog
================

[](#install-ace-blog)

php artisan vendor:publish --provider="ACE\\ACEBlog\\ACEBlogServiceProvider"

php artisan ACEBlog:install

May be for local disk you need to create symbolic link
======================================================

[](#may-be-for-local-disk-you-need-to-create-symbolic-link)

ln -s ../storage/app/images public/images

User Model
==========

[](#user-model)

add these functions to your user model

public static function aceblog\_auth\_user() { if(auth()-&gt;check()) { return \['id'=&gt;auth()-&gt;user()-&gt;id,'name'=&gt;auth()-&gt;user()-&gt;first\_name.' '.auth()-&gt;user()-&gt;last\_name\]; } return null; } public static function get\_user\_by\_id($id) { $user=User::find($id); return \['id'=&gt;$user-&gt;id,'name'=&gt;$user-&gt;first\_name.' '.$user-&gt;last\_name\]; }

for admin dashboard
===================

[](#for-admin-dashboard)

yourdomain/ACE-Blog

Git -&gt; You need to add following line in .gitignore because we have css and js files
=======================================================================================

[](#git---you-need-to-add-following-line-in-gitignore-because-we-have-css-and-js-files)

/public/vendor/ACEBlog

API Usage
=========

[](#api-usage)

Get All Posts

yourdomain/api/blog/posts

Get Single Posts

yourdomain/api/blog/post/post\_id

Usage
=====

[](#usage)

There are some helper functions that can be used to apply custom logics

Get All Categories

aceblog\_categories()

Get All Posts

aceblog\_posts()

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/360fb5f20594d9cc84ca96ea09a3be9e2083eb7ff5097fbeaa4af31b6dd159b3?d=identicon)[ace\_tech\_support](/maintainers/ace_tech_support)

---

Top Contributors

[![asc-muhammadyousaf](https://avatars.githubusercontent.com/u/135959256?v=4)](https://github.com/asc-muhammadyousaf "asc-muhammadyousaf (40 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/unit-conversions

Perform unit conversions in PHP

343.5k](/packages/spatie-unit-conversions)

PHPackages © 2026

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