PHPackages                             feehi/standard - 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. feehi/standard

ActiveLibrary

feehi/standard
==============

A library provided by wfee

0.0.4(10y ago)5563[1 PRs](https://github.com/liufee/php/pulls)MITPHP

Since Dec 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/liufee/php)[ Packagist](https://packagist.org/packages/feehi/standard)[ Docs](http://blog.feehi.com)[ RSS](/packages/feehi-standard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

php
===

[](#php)

A library for php

\##Introduction This is a php lib, contains common php tools

\##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](https://camo.githubusercontent.com/16574dd139e3357a7ce35ec28e6708a475140abf93e1d5591b0de26f53db8637/687474703a2f2f696d6731302e71696e6975646e2e636f6d2f6e6f6465626c6f672f323031352d31322d33312d30332d34322d31342e706e67)](https://camo.githubusercontent.com/16574dd139e3357a7ce35ec28e6708a475140abf93e1d5591b0de26f53db8637/687474703a2f2f696d6731302e71696e6975646e2e636f6d2f6e6f6465626c6f672f323031352d31322d33312d30332d34322d31342e706e67)

\##Usage

1. Http request

```
