2017 © Pedro Peláez
 

library standard

A library provided by wfee

image

feehi/standard

A library provided by wfee

  • Thursday, May 26, 2016
  • by liufee
  • Repository
  • 1 Watchers
  • 6 Stars
  • 322 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

php

A library for php, (*1)

Introduction

This is a php lib, contains common php tools, (*2)

Tools

  1. Http Request(get and post)

Install

  1. Use Composer install(recommended)
  1.create composer.json require feehi/standard
   eg:
   {
        "require": {
            "feehi/standard" : "*"
        }
   }
   if chinese goes eg:
   {
        "require": {
            "feehi/standard" : "*"
        },
        "repositories": [
            {"type": "composer", "url": "http://packagist.phpcomposer.com"},
            {"packagist": false}
        ]
   }
  2.run command "composer update"

composer-install-feehi-standard, (*3)

Usage

  1. Http request
  <?php
  require "vendor/autoload.php";

  use Feehi\Http;

  $http = new Http();
  $res = $http->get("http://blog.feehi.com");
  $res = $http->post("http://blog.feehi.com", ['username'=>'xxx','password'=>'yyy']);
  var_dump($res);

feehi-standard-http-eg, (*4)

The Versions

26/05 2016

dev-master

9999999-dev http://blog.feehi.com

A library provided by wfee

  Sources   Download

MIT

library feehi liufee

10/05 2016

0.0.3

0.0.3.0 http://blog.feehi.com

A library provided by wfee

  Sources   Download

MIT

library feehi liufee

10/05 2016

0.0.4

0.0.4.0 http://blog.feehi.com

A library provided by wfee

  Sources   Download

MIT

library feehi liufee

31/12 2015

0.0.2

0.0.2.0 http://blog.feehi.com

A library provided by wfee

  Sources   Download

MIT

library feehi liufee

31/12 2015

0.0.1

0.0.1.0 http://blog.feehi.com

A library provided by wfee

  Sources   Download

MIT

library feehi liufee