Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fakeheal/comicvine-sdk
PHP SDK for the Comicvine API.
https://github.com/fakeheal/comicvine-sdk
Last synced: about 2 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:32:48.000Z (about 2 months ago)
- Last Synced: 2024-11-15T12:24:50.773Z (about 2 months ago)
- Language: PHP
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π¦Έ Comicvine PHP SDK
[![Tests](https://github.com/fakeheal/comicvine-sdk/actions/workflows/php.yml/badge.svg)](https://github.com/fakeheal/comicvine-sdk/actions/workflows/php.yml)
![Packagist Version](https://img.shields.io/packagist/v/chronoarc/comicvine)
![Packagist Downloads](https://img.shields.io/packagist/dt/chronoarc/comicvine)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.