Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.