Skip to content

assertchris/ghost-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost API

This is a basic client for managing Ghost CMS content.

This is still very raw. Use at your own risk

composer require gamemakeracademy/ghost-api

Then, query data:

$content = new ContentClient(
    $_ENV['GHOST_DOMAIN'],
    $_ENV['GHOST_CONTENT_KEY'],
);

$response = $this->client->getPosts();

foreach ($response->posts as $post) {
    ...
}

Roadmap

  • Add support for admin actions
  • Wrap responses in richer objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages