PHPackages                             jens1o/smashcast-api-php-unofficial - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jens1o/smashcast-api-php-unofficial

ActiveLibrary

jens1o/smashcast-api-php-unofficial
===================================

Handles api requests to smashcast nicely!

0.8.1(8y ago)011[8 issues](https://github.com/jens1o/smashcast-api-php-unofficial/issues)MITPHPPHP &gt;=7.1CI failing

Since Jun 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jens1o/smashcast-api-php-unofficial)[ Packagist](https://packagist.org/packages/jens1o/smashcast-api-php-unofficial)[ RSS](/packages/jens1o-smashcast-api-php-unofficial/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (2)Versions (2)Used By (0)

smashcast-api-php [![Travis](https://camo.githubusercontent.com/e67f945c2508de0229ec40972fa792faf61c027fd6cbd7ab1d2da0337da0cc2a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a656e73316f2f736d617368636173742d6170692d7068702d756e6f6666696369616c2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jens1o/smashcast-api-php-unofficial) [![PRs Welcome](https://camo.githubusercontent.com/25b3e6d0d42c98de74a98cbb4d149a1c09020cf6d1361993b72d7d5b8ffed363/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](http://makeapullrequest.com) [![](https://camo.githubusercontent.com/0b3cd994fad2015fb51268a49090a7ee6ea2f42b4a2ce9a00d555cb8ec46d80b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f7365722d6a656e73316f253246736d617368636173742d2d6170692d2d7068702d2d756e6f6666696369616c2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/0b3cd994fad2015fb51268a49090a7ee6ea2f42b4a2ce9a00d555cb8ec46d80b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f7365722d6a656e73316f253246736d617368636173742d2d6170692d2d7068702d2d756e6f6666696369616c2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265) [![Packagist](https://camo.githubusercontent.com/c34911c20ca8a5e4d99d3e289d9064a6bec324dba18013f12e5e16c5263bb7f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a656e73316f2f736d617368636173742d6170692d7068702d756e6f6666696369616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jens1o/smashcast-api-php-unofficial) ![license](https://camo.githubusercontent.com/bb777abf43d9cc5887fe436ae78a3a35ebb8ffea0023d2b57492e636225f2fb6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a656e73316f2f736d617368636173742d6170692d7068702d756e6f6666696369616c2e7376673f7374796c653d666c61742d737175617265)
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#smashcast-api-php-----)

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
------------

[](#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).

1. 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:

[](#install-using-composer)

1. Execute `composer require jens1o/smashcast-api-php-unofficial`
2. In your script, add:

```
