Forum Multiplayer php script and Player.IO

Discussion and help relating to the PlayerIO Multiplayer API.

php script and Player.IO

Postby red_penguin » December 23rd, 2012, 6:31 pm

Hello.
I have a php script on my own server, and i need find a way to call some method in Player.IO server from my php script.
red_penguin
 
Posts: 3
Joined: November 29th, 2012, 7:09 pm

Re: php script and Player.IO

Postby sunsetknight » December 23rd, 2012, 10:06 pm

I'm not sure that's possible without having a php client library of a REST API. Other may know better though.
sunsetknight
 
Posts: 9
Joined: October 27th, 2012, 5:37 am

Re: php script and Player.IO

Postby Henrik » December 23rd, 2012, 10:46 pm

red_penguin wrote:Hello.
I have a php script on my own server, and i need find a way to call some method in Player.IO server from my php script.

I'm sorry, there's no PHP api for Player.IO, so that's not possible.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: php script and Player.IO

Postby sunsetknight » December 23rd, 2012, 10:52 pm

@Henrik,
Any plans to implement a REST API in the future? That would allow others to not only access the API in a more universal way, but the developer community could build client libraries on top of it.
sunsetknight
 
Posts: 9
Joined: October 27th, 2012, 5:37 am

Re: php script and Player.IO

Postby Benjaminsen » December 29th, 2012, 7:52 pm

sunsetknight wrote:@Henrik,
Any plans to implement a REST API in the future? That would allow others to not only access the API in a more universal way, but the developer community could build client libraries on top of it.


Rest would not work for the majority of the Player.IO services. Basically REST relies on request / response architecture while the majority of Player.IO relies on a open TCP/IP connection with data flowing both ways most of the time.
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: php script and Player.IO

Postby sunsetknight » December 29th, 2012, 9:35 pm

I'm wonder if I could write a Lua client library to use with the CoronaSDK?
sunsetknight
 
Posts: 9
Joined: October 27th, 2012, 5:37 am

Re: php script and Player.IO

Postby dreamora » December 30th, 2012, 11:25 am

sunsetknight wrote:I'm wonder if I could write a Lua client library to use with the CoronaSDK?


No
The only SDKs available at the time are for Flash and .NET and Corona supports neither of it.
dreamora
 
Posts: 225
Joined: March 2nd, 2012, 9:58 am

Re: php script and Player.IO

Postby Emalton » January 17th, 2021, 7:15 pm

Someone made a client library that works with PlayerIO: https://github.com/Yonom/playerio-php
Emalton
 
Posts: 86
Joined: June 28th, 2013, 3:49 am

Re: php script and Player.IO

Postby salo » April 18th, 2022, 10:02 am

Emalton wrote:Someone made a client library that works with PlayerIO: https://github.com/Yonom/playerio-php
igtools mod apk is a safe and secure application designed to help you grow your followers without having to purchase them. You can use the app by downloading it directly to your device or using it online. With this app, you will be able to get auto likes and comments on your posts as well as daily free coins.igtools-mod-apk
salo
 
Posts: 7
Joined: April 18th, 2022, 8:46 am

Re: php script and Player.IO

Postby margot19 » April 21st, 2022, 10:57 am

have you done it yet? Show me how to do it dinosaur game
margot19
 
Posts: 1
Joined: April 21st, 2022, 10:54 am


Return to Multiplayer