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: 21 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:28:16.000Z (6 months ago)
- Last Synced: 2025-04-28T12:11:39.839Z (21 days 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.