Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jens1o/smashcast-api-php-unofficial

Handles api requests to Smashcast nicely! (unofficial api client)
https://github.com/jens1o/smashcast-api-php-unofficial

api composer hitbox hitbox-api oauth-flow php smashcast smashcast-api

Last synced: 25 days ago
JSON representation

Handles api requests to Smashcast nicely! (unofficial api client)

Awesome Lists containing this project

README

        

# smashcast-api-php [![Travis](https://img.shields.io/travis/jens1o/smashcast-api-php-unofficial.svg?style=flat-square)](https://travis-ci.org/jens1o/smashcast-api-php-unofficial) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Packagist](https://img.shields.io/packagist/v/jens1o/smashcast-api-php-unofficial.svg?style=flat-square)](https://packagist.org/packages/jens1o/smashcast-api-php-unofficial) [![license](https://img.shields.io/github/license/jens1o/smashcast-api-php-unofficial.svg?style=flat-square)]()
Handles api requests to smashcast nicely!

This library is **actively supported** and I'll update it constantly. If you want to contribute, don't hesitate to do anything. If you have any problems, just ask me.
I'll work on it, but it may take some time. At the moment, I'm facing to creating tests.

**I spend around half an hour per day with this library, so be patient. Please keep in mind I'm an pupil and have to learn for class tests :)**

## Installation
If something is missing, or something is not well explained or when you have a question, feel free to [open an issue](https://github.com/jens1o/smashcast-api-php-unofficial/issues/new).

0. Make sure you meet the requirements of this lib:
- PHP 7.1+
- Composer
- `allow_url_fopen` must be enabled
- You comply with the [MIT License](LICENSE)
- You installed some root certificates, since all connections this library creates are secured via ssl.

#### Install using composer:
1. Execute `composer require jens1o/smashcast-api-php-unofficial`
2. In your script, add:
```php
search for a good lib to accomplish this
- Finalize structure
- Make a documentation that everybody understands(I think I need some help when it comes to grammar...) :)

**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)