Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projek-xyz/ci-installer
Composer installers for Projek.xyz CI3 Starter Kit
https://github.com/projek-xyz/ci-installer
codeigniter codeigniter-installers composer-installers
Last synced: about 1 month ago
JSON representation
Composer installers for Projek.xyz CI3 Starter Kit
- Host: GitHub
- URL: https://github.com/projek-xyz/ci-installer
- Owner: projek-xyz
- License: mit
- Created: 2015-11-13T05:05:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T12:03:07.000Z (over 4 years ago)
- Last Synced: 2024-11-14T14:18:48.127Z (about 2 months ago)
- Topics: codeigniter, codeigniter-installers, composer-installers
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Composer Installer for [CI-StartApp](https://github.com/projek-xyz/ci-startapp)
[![License](https://img.shields.io/packagist/l/projek-xyz/ci-installer.svg?style=flat-square)](https://packagist.org/packages/projek-xyz/ci-installer)
[![Build Status](https://img.shields.io/travis/projek-xyz/ci-installer.svg?style=flat-square)](http://travis-ci.org/projek-xyz/ci-installer)
[![Gittip Donate](http://img.shields.io/gratipay/feryardiant.svg?style=flat-square)](https://www.gratipay.com/feryardiant/ "Donate using Gittip")
[![PayPal Donate](https://img.shields.io/badge/paypal-donate-orange.svg?style=flat-square)](http://j.mp/1Qp9MUT "Donate using Paypal")**CAUTION: THIS FORK IS CONTAINS MODIFICATIONS FROM [compwright/codeigniter-installers](https://github.com/compwright/codeigniter-installers) TO MEET MY PERSONAL NEED, YOU SHOULD GO WITH THE ORIGINAL ONE INSTEAD.**
## Install
Via [Composer](https://getcomposer.org/)
```bash
$ 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:```json
{
"name": "vendor/package",
"type": "projek-ci-module",
"require": {
"projek-xyz/ci-installer": "*"
}
}
```#### Supported Types
[CI-StartApp](https://github.com/projek-xyz/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](https://github.com/compwright/codeigniter-installers#supported-package-types) had, except for `spark` (I've remove it, sorry)
## Testing
```bash
phpunit
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Credits
1. [Jonathon Hill](https://github.com/compwright) as author of awesome [compwright/codeigniter-installers](https://github.com/compwright/codeigniter-installers).
## License
MIT © [Fery Wardiyanto](http://feryardiant.me). Please see [License File](LICENSE.md) for more information.