PHPackages                             c0013r/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. [API Development](/categories/api)
4. /
5. c0013r/laravel-ghost-api

ActiveLibrary[API Development](/categories/api)

c0013r/laravel-ghost-api
========================

ghost.org api for Laravel

v1.3(7y ago)3331MITPHPPHP &gt;=7.1

Since Dec 2Pushed 7y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (6)Versions (6)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 c0013r/laravel-ghost-api
```

Publish config file

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

Usage
-----

[](#usage)

```
use c0013r\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~3 days

Total

4

Last Release

2704d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60087c6d541d3dacdba4b32394907ed4ebabbc9161ae2880608ac5ab39a512d7?d=identicon)[c0013r](/maintainers/c0013r)

---

Tags

laravelghost.orglaravel-ghost-api7glyphs

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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