https://github.com/fakeheal/comicvine-sdk
PHP SDK for the Comicvine API.
https://github.com/fakeheal/comicvine-sdk
comicvine comicvine-api php sdk
Last synced: 4 months ago
JSON representation
PHP SDK for the Comicvine API.
- Host: GitHub
- URL: https://github.com/fakeheal/comicvine-sdk
- Owner: fakeheal
- Created: 2024-11-15T11:15:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:28:16.000Z (over 1 year ago)
- Last Synced: 2025-11-27T14:48:53.410Z (7 months ago)
- Topics: comicvine, comicvine-api, php, sdk
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π¦Έ Comicvine PHP SDK
[](https://github.com/fakeheal/comicvine-sdk/actions/workflows/php.yml)


Welcome to the **Comicvine PHP SDK**, a lightweight and easy-to-use SDK designed to interact with
the [Comicvine API](https://comicvine.gamespot.com/api/), built on top of the robust [Saloon](https://docs.saloon.dev)
library.
> [!WARNING]
> This project is a work in progress. Currently, it supports only the endpoints I need for another app I'm building.
> However, the SDK is designed to be extensible, making it easy to add support for additional endpoints.
## π§ Progress
| **Resource** | **List** | **Single** | **DTO** |
|--------------|:--------:|:----------:|:-------:|
| Characters | β | β | β |
| Chats | Yes | β | β |
| Concepts | Yes | β | β |
| Episodes | Yes | β | β |
| Issues | β
| β
| β
|
| Locations | β | β | β |
| Movies | β | β | β |
| Objects | β | β | β |
| Origins | β | β | β |
| People | β | β | β |
| Powers | β | β | β |
| Promos | β | β | β |
| Publishers | β | β | β |
| Series | β | β | β |
| Search | β | N/A | β |
| Story Arcs | β | β | β |
| Teams | β | β | β |
| Types | β
| N/A | β
|
| Videos | β | β | β |
| Video Types | β | N/A | β |
## π€ Contributions Welcome
Your feedback and contributions are highly appreciated! Whether itβs submitting an issue, suggesting improvements, or
adding new features, every bit helps make this SDK better for everyone.
---
Feel free to fork the repository, make pull requests, or just share ideas! Let's make this SDK awesome together.