Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jens1o/smashcast-api-php-unofficial
- Owner: jens1o
- License: mit
- Created: 2017-04-08T18:35:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T11:13:29.000Z (over 7 years ago)
- Last Synced: 2024-04-20T04:04:00.937Z (7 months ago)
- Topics: api, composer, hitbox, hitbox-api, oauth-flow, php, smashcast, smashcast-api
- Language: PHP
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)