PHPackages                             tttptd/laravel-ghost-api - 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. tttptd/laravel-ghost-api

ActiveLibrary

tttptd/laravel-ghost-api
========================

ghost.org api v2 for Laravel (forked from c0013r/laravel-ghost-api)

2.0.3(6y ago)19MITPHPPHP &gt;=7.2

Since Dec 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tttptd/laravel-ghost-api)[ Packagist](https://packagist.org/packages/tttptd/laravel-ghost-api)[ Docs](https://github.com/tttptd/laravel-ghost-api)[ RSS](/packages/tttptd-laravel-ghost-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (7)Versions (10)Used By (0)

laravel-ghost-api
=================

[](#laravel-ghost-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4bcb0ac330c7785dc5db9043686abfc55a33859037a2611592b7ff60695d657c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6330303133722f6c61726176656c2d67686f73742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/c0013r/laravel-ghost-api)[![Total Downloads](https://camo.githubusercontent.com/d3a00a5fe3540976485afc7b4d833b50ed2e78dabf6b6ea7aeddce2506906641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6330303133722f6c61726176656c2d67686f73742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/c0013r/laravel-ghost-api)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require tttptd/laravel-ghost-api
```

Publish config file

```
$ php artisan vendor:publish --provider="c0013r\GhostAPI\ServiceProvider"
```

Usage
-----

[](#usage)

```
use Tttptd\GhostAPI\Facades\Ghost;

// get all posts
$posts = Ghost::posts()->get();

// get latest 15 (default limit) posts
$posts = Ghost::posts()->limit()->get();

// get posts with authors & tags
$posts = Ghost::posts()
            ->includeAuthors()
            ->includeTags()
            ->limit()->get();

// get tags
$tags = Ghost::tags()->get();

// get users
$tags = Ghost::users()->get();
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Andrey Novikov](https://github.com/c0013r)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Every ~26 days

Recently: every ~44 days

Total

8

Last Release

2531d ago

Major Versions

v1.3 → 2.02019-05-10

PHP version history (2 changes)1.0PHP &gt;=7.1

2.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c867f09d1b4140feab970b17bd5e31bddac85579b1539720f1f325549c751cd?d=identicon)[tttptd](/maintainers/tttptd)

---

Tags

laravelghost.orglaravel-ghost-api7glyphs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tttptd-laravel-ghost-api/health.svg)

```
[![Health](https://phpackages.com/badges/tttptd-laravel-ghost-api/health.svg)](https://phpackages.com/packages/tttptd-laravel-ghost-api)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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