2017 © Pedro Peláez
 

library cp_helper

A common extension library

image

cocolait/cp_helper

A common extension library

  • Friday, April 13, 2018
  • by cocolait
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

cp_helper

composer PHP处理类 (数据处理、下载、ip处理、字符串处理,分页,编码处理,日期处理,excel表格,发送email,二维码处理), (*1)

链接

  • 博客:http://www.mgchen.com
  • github:https://github.com/cocolait
  • gitee:http://gitee.com/cocolait

安装

composer require cocolait/cp_helper

版本要求

PHP >= 5.5, (*2)

使用案例

//发送邮件
$mail_option = [
      'send_name' => 'Cocolait博客',//发送人的名称
      'host' => 'smtp.mxhichina.com',//设置SMTP服务器
      'username' => 'xxxx',//邮件
      'password' => 'xxxx'
];
$content = "<p>这是一个很美好的开始,确实很精彩</p>";
$data = \cocolait\helper\CpEmail::send('enkipen@qq.com','优美的文章',$content,$mail_option);

```php // excel表格处理 // 导入Excel文件 $data = \cocolait\helper\CpExcel::importExcel(); // 导出Excel文件 $data = \cocolait\helper\CpExcel::exportExcel('文件名称','设置Excel表格第一行的显示','需要导出的所有数据'); // Excel转换Array $data = \cocolait\helper\CpExcel::excelFileToArray('Excel文件全路径','文件后缀 默认是 xls');, (*3)

```php
// 创建普通二维码
\cocolait\helper\CpQrCode::create('http://www.mgchen.com');
// 创建带有标题且有LOGO的二维码
\cocolait\helper\CpQrCode::create('http://www.mgchen.com',$size = 240, $title = 'cocolait', $logo = './logo.png');

The Versions

13/04 2018

dev-master

9999999-dev

A common extension library

  Sources   Download

MIT Apache-2.0

The Requires

 

by Avatar cocolait

13/04 2018

2.2.5

2.2.5.0

A common extension library

  Sources   Download

Apache-2.0

The Requires

 

by Avatar cocolait

11/04 2018

2.2.4

2.2.4.0

A common extension library

  Sources   Download

Apache-2.0

The Requires

 

by Avatar cocolait

15/03 2018

2.2.3

2.2.3.0

A common extension library

  Sources   Download

Apache-2.0

The Requires

 

by Avatar cocolait

10/02 2018

2.2.2

2.2.2.0

A common extension library

  Sources   Download

Apache-2.0

The Requires

 

by Avatar cocolait

07/12 2017

2.2.1

2.2.1.0

A common extension library

  Sources   Download

MIT

The Requires

 

by Avatar cocolait

05/12 2017

2.2

2.2.0.0

A common extension library

  Sources   Download

MIT

The Requires

 

by Avatar cocolait

05/12 2017

2.1

2.1.0.0

A common extension library

  Sources   Download

MIT

The Requires

 

by Avatar cocolait

04/12 2017

2.0

2.0.0.0

A common extension library

  Sources   Download

MIT

The Requires

 

by Avatar cocolait

28/09 2017

1.1

1.1.0.0

A common extension library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar cocolait

28/09 2017

1.2

1.2.0.0

A common extension library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar cocolait