2017 © Pedro PelĂĄez
 

library moodrain

only for moodrain

image

moodrain/moodrain

only for moodrain

  • Sunday, July 22, 2018
  • by moodrain
  • Repository
  • 1 Watchers
  • 0 Stars
  • 58 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MoodRain

Chinese version here, (*1)

List

Main

  • Config Tool
  • Curl Package
  • Domain Record
  • Excel Handler
  • FTP Client

Secondary

  • POP3 Store
  • SMTP Client

Informal

  • Downloader

Install

composer require moodrain/moodrain

Config

  • call save() of ConfigExample to export json config file
  • the defualt path of config file is at the root of project, which you can call Config::setPath() to customize
  • some password (moodrain、ftp、pop3、smtp's password) need to be base64 encoded, which will be decoded at the init of these tools

Start

For fluent interface is implemented, you can get started even without document and only depending on the advice of IDE, like sending a request:, (*2)

$rs = (new Curl('google.com/search'))->query(['q' => 'moodrain github'])->get();

Contribute

Unit tests have coverd main tools, please run phpunit after configuration, (*3)

The Versions

22/07 2018

dev-master

9999999-dev

only for moodrain

  Sources   Download

MIT

The Requires

 

by Avatar moodrain

26/01 2018

1.1

1.1.0.0

only for moodrain

  Sources   Download

MIT

The Requires

 

by Avatar moodrain

01/01 2018

v1.0

1.0.0.0

only for moodrain

  Sources   Download

MIT

The Requires

 

by Avatar moodrain