valhalla/valhalla-core-utils-lib 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

valhalla/valhalla-core-utils-lib

Composer 安装命令:

composer require valhalla/valhalla-core-utils-lib

包简介

Valhalla Core Utilities Library is a collection of useful utility classes to make development clean and easy.

README 文档

README

This is a project intended to supply useful utility classes to ensure that you do not need to reinvent the wheel in each of your projects.

Usage:

With Composer:

The best way to use this project is to install it via Composer. To do so, add the following to your composer.json:

"require": {
    "valhalla/valhalla-core-utils-lib": "dev-master"
}

Now you can just do:

use Valhalla\CoreUtilities\Http\cURL;

$curl = new cURL();
$curl->setOptions(array('CURLOPT_FAILONERROR' => false));
print_r($curl->post('http://halls-of-valhalla.org', array('test'=>'blah')));

If you are not using composer with your project already, you can place the above composer.json code in your project and then execute the following commands from the root of this project:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

Now you can include the composer autoloader in your files:

include_once('valhalla-core-utils-lib/vendor/autoload.php');

Current modules:

  • Memcached
  • cURL
  • Basic HTTP Requests (for non-cURL requests)
  • Array Utilities
  • String Utilities
  • URL Utilities
  • File System Utilities
  • Testing Utilities
  • Cross-site request forgery tokens
  • Session
  • PDO SQL database connection
  • Pagination
  • JSON Config Handler

统计信息

  • 总下载量: 13.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: CC
  • 更新时间: 2014-07-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固