lancerhe/php-library

There is no license information available for the latest version (v1.1.0) of this package.

PHP common library.

v1.1.0 2016-08-21 06:45 UTC

This package is auto-updated.

Last update: 2024-05-05 14:01:48 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Http request and parse decorator (Easy to expand).

Requirements

PHP5.4.0 or later

Installation

Create or modify your composer.json

{
    "require": {
        "lancerhe/php-library": "1.1.0"
    }
}

And run

$ php composer.phar install

Introduction

Util Class:

\LancerHe\Library\Util\Client
\LancerHe\Library\Util\Cookie
\LancerHe\Library\Util\Form
\LancerHe\Library\Util\IArray
\LancerHe\Library\Util\Log
\LancerHe\Library\Util\Page
\LancerHe\Library\Util\Session
\LancerHe\Library\Util\ShutdownEvent
\LancerHe\Library\Util\String
\LancerHe\Library\Util\Timer
\LancerHe\Library\Util\Validate

Location Class:

\LancerHe\Library\Location\Area

Convert Class:

\LancerHe\Library\Convert\Spell
\LancerHe\Library\Convert\Big2gb

Algorithm Class:

\LancerHe\Library\Algorithm\Unique
\LancerHe\Library\Algorithm\Partition

Crypt Class see: https://github.com/lancerhe/php-crypt

Http Class see: https://github.com/lancerhe/php-http