承接 objective-php/config 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

objective-php/config

最新稳定版本:v3.0.1

Composer 安装命令:

composer require objective-php/config

包简介

Config component for ObjectivePHP

README 文档

README

Project introduction

Config provides developer with an easy way to set and load configuration directives in a project.

What's next?

Some more sanitiy checks will be needed, as well as, probably, some dedicated Mergers. But it's still quite usable as is.

Installation

Manual

You can clone our Github repository by running:

git clone http://github.com/objective-php/config

If you're to proceed this way, you probably don't need more explanation about how to use the library :)

Composer

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:

composer require --dev objective-php/config:dev-master 

Then, you can start coding using primitive classes by requiring Composer's autoload.php located in its vendor directory.

Hmm, before starting coding, please take the time to read this file till the end :)

How to test the work in progress?

Run unit tests

First of all, before playing around with our config object, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:

cd [clone directory]/tests
./phpunit .

TO BE CONTINUED

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-08-15