2017 © Pedro Peláez
 

library pushthis

Pushthis.io PHP Package

image

pushthis/pushthis

Pushthis.io PHP Package

  • Friday, July 20, 2018
  • by nhalstead00
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

, (*1)

This is a package made for PHP, to interact with the GitOdin RESTful API Network Access Point to send payloads through the network to your client side in real-time!, (*2)


Getting Started

Installing using Composer, (*3)

composer require gitodin/php-client
  

How to use:

Load the Package using Composer, (*4)

require_once("../vendor/autoload.php"); // Composer Method, Loading by PSR4
  use GitOdin\GitOdin;
  

Load the Package not using Composer (Downloaded from GitHub), (*5)

require_once("../src/GitOdin_load.php"); // Manual Load, no PSR4 Autoload
  use GitOdin\GitOdin;
  

This will send an Payload to a Specific channel on the specified event., (*6)

$GitOdin = GitOdin::summon('*', 'Server', 'Auth Gateway');
  
  $express_response = $GitOdin->send(new Event(
    "channelName",
    "eventName",
    "someData"
  ));
  echo $express_response;
  

For more Examples check out the /examples folder., (*7)


Indepth Documentation

Documentation for GitOdin.com can be found at https://GitOdin.com/documentation, (*8)

Contributors

  • yordaDev @ https://github.com/yordadev
  • nhalstead @ https://github.com/nhalstead

The Versions

20/07 2018

dev-core_update

dev-core_update

Pushthis.io PHP Package

  Sources   Download

MIT

The Requires

  • php >=4.0.3
  • ext-curl *

 

by Noah Halstead

pushthis.io pushthis

19/07 2018

dev-master

9999999-dev

Pushthis.io PHP Package

  Sources   Download

MIT

The Requires

  • php >=4.0.3
  • ext-curl *

 

by Noah Halstead

pushthis.io pushthis

20/12 2017

dev-dev

dev-dev

Pushthis.io PHP Package

  Sources   Download

MIT

The Requires

  • php >=4.0.3
  • ext-curl *

 

by Noah Halstead

pushthis.io pushthis

19/12 2017

v1.0.1

1.0.1.0

Pushthis.io PHP Package

  Sources   Download

MIT

The Requires

  • php >=4.0.3
  • ext-curl *

 

by Noah Halstead

pushthis.io pushthis

19/12 2017

v1.0.0

1.0.0.0

Pushthis.io PHP Package

  Sources   Download

MIT

The Requires

  • php >=4.0.3
  • ext-curl *

 

by Noah Halstead

pushthis.io pushthis