projek-xyz / ci-installer
Composer installers for Projek.xyz CI3 Starter Kit
Fund package maintenance!
feryardiant
creasico
Installs: 77
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:composer-installer
Requires
- composer/installers: ^1.9
Requires (Dev)
- codeigniter/framework: ^3.0
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-11-11 21:37:22 UTC
README
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
$ 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:
{ "name": "vendor/package", "type": "projek-ci-module", "require": { "projek-xyz/ci-installer": "*" } }
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
phpunit
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Credits
- Jonathon Hill as author of awesome compwright/codeigniter-installers.
License
MIT © Fery Wardiyanto. Please see License File for more information.