2017 © Pedro Peláez
 

library php-xjtu-api

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

image

ganlvtech/php-xjtu-api

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

  • Friday, October 28, 2016
  • by ganlvtech
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP XJTU API

API for Xi'an Jiao Tong University's commonly used online service by simulating operation., (*1)

Installation

Simply add a dependency to composer.json. Here is an example:, (*2)

{
    "require": {
        "ganlvtech/php-xjtu-api": "~1.0"
    }
}

Usage

<?php
use XjtuApi\XjtuNetTraffic;

require 'vendor/autoload.php';

$xjtuNetTraffic = new XjtuNetTraffic();
$response = $xjtuNetTraffic->login('username', 'password');
var_dump($response);
$response = $xjtuNetTraffic->current();
var_dump($response);
$response = $xjtuNetTraffic->logout();
var_dump($response);

Modules

  • XjtuNetTraffic
  • XjtuCas

The Versions

28/10 2016

dev-dev

dev-dev http://xjtuapi.eeyes.net

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ganlv

api xjtu

23/10 2016

dev-master

9999999-dev http://xjtuapi.eeyes.net

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ganlv

api xjtu

23/10 2016

1.0.1

1.0.1.0 http://xjtuapi.eeyes.net

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ganlv

api xjtu

23/10 2016

1.0

1.0.0.0 http://xjtuapi.eeyes.net

API for Xi'an Jiao Tong University's commonly used online service by simulating operation.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ganlv

api xjtu