项目作者: projek-xyz

项目描述 :
Composer installers for Projek.xyz CI3 Starter Kit
高级语言: PHP
项目地址: git://github.com/projek-xyz/ci-installer.git
创建时间: 2015-11-13T05:05:41Z
项目社区:https://github.com/projek-xyz/ci-installer

开源协议:MIT License

下载


Composer Installer for CI-StartApp

License
Build Status
Gittip Donate
PayPal Donate

CAUTION: THIS FORK IS CONTAINS MODIFICATIONS FROM compwright/codeigniter-installers TO MEET MY PERSONAL NEED, YOU SHOULD GO WITH THE ORIGINAL ONE INSTEAD.

Install

Via Composer

  1. $ composer require projek-xyz/ci-installer --prefer-dist

Usage

To use, simply specify the desired type from the list below and require the
projek-xyz/ci-installer package in your composer.json file, like so:

  1. {
  2. "name": "vendor/package",
  3. "type": "projek-ci-module",
  4. "require": {
  5. "projek-xyz/ci-installer": "*"
  6. }
  7. }

Supported Types

CI-StartApp it self only support 2 package types, which is

  • projek-ci-module
  • projek-ci-theme

More description soon

It’s also support package types that compwright/codeigniter-installers had, except for spark (I’ve remove it, sorry)

Testing

  1. phpunit

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Credits

  1. Jonathon Hill as author of awesome compwright/codeigniter-installers.

License

MIT © Fery Wardiyanto. Please see License File for more information.