Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buddywinangun/codeigniter-framework
[READ-ONLY]
https://github.com/buddywinangun/codeigniter-framework
Last synced: 18 days ago
JSON representation
[READ-ONLY]
- Host: GitHub
- URL: https://github.com/buddywinangun/codeigniter-framework
- Owner: buddywinangun
- License: mit
- Created: 2024-02-22T04:24:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T21:35:46.000Z (10 months ago)
- Last Synced: 2024-11-08T11:58:53.491Z (3 months ago)
- Language: PHP
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Requirements
- PHP 7.0.0 or later
- `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos))## Installation
1. Instalasi dilakukan melalui Composer.
```sh
composer require buddywinangun/codeigniter-framework
```## Unit testing
Tes unit terdiri dari file-file berikut.
- tests/*.php: Test Case.
- phpunit.xml: Test setting fill.
- phpunit-printer.yml: Test result output format.Jalankan tes.
```sh
composer test
```## Reference
- [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)
## Contributing
Panduan kontribusi dapat ditemukan di [CONTRIBUTING](.github/CONTRIBUTING.md).
## License
Codeigniter Xtend Framework adalah perangkat lunak sumber terbuka yang dilisensikan di bawah [MIT license](/LICENSE.md).