承接 previewict/phpie 相关项目开发

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

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

previewict/phpie

Composer 安装命令:

composer require previewict/phpie

包简介

Component library for PHP5

README 文档

README

PHPie (pronounced like PH-Pie) and it's all about PHP that's why it's name PHPie.

PHPie is a standard PHP component library to use in any kinds of PHP driven web application. It's still in development version. We are working on it to make a stable release to make it more useful for people for their great applications.

Existing Components

  • Date
  • Encrypt
  • File
  • Mail
  • Security
  • Time
  • CLI

Proposed Components

not available yet. Please propose a new component what you need in future from Propose a Component

How to use

There are 2 ways to install or add this component library for your project.

via Composer

  • In your composer.json just add the following lines of code
{
    "require": {
        "previewict/phpie": "0.2"
    }
}

and run update your dependencies via running composer update command.

Download as ZIP Download the latest stable release as a ZIP folder and extract it into your vendor (or wherever you need) directory.

After downloading zip or updating composer. Just load this library by adding the following code in your bootstrap file or the main PHP file for your project.

require 'vendor/autoload.php';

And now you are ready to use PHPie component library.

Documentation

Read documentation to see it's usage and facts in details please go to this PHPie Documentation page.

Support

Contributing

  • List of our awesome contributors If you also want to contribute to make this phpie more handy and useful then please fork it and send us pull request with your modified or latest codes.

To make things more easier we have built this. We are asking your help to enlarge this library. Without your help it's not easy to make it large. Fork it and stay tuned with us

For more details please mail us at shaharia.azam@gmail.com

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-26