Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buddywinangun/codeigniter-xtend
A collection of beautiful full-stack components for CodeIgniter. The perfect starting point for your next app.
https://github.com/buddywinangun/codeigniter-xtend
codeigniter monorepo mvc php
Last synced: about 2 months ago
JSON representation
A collection of beautiful full-stack components for CodeIgniter. The perfect starting point for your next app.
- Host: GitHub
- URL: https://github.com/buddywinangun/codeigniter-xtend
- Owner: buddywinangun
- Created: 2023-10-03T04:42:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-24T03:49:36.000Z (9 months ago)
- Last Synced: 2024-11-14T14:28:32.150Z (about 2 months ago)
- Topics: codeigniter, monorepo, mvc, php
- Language: PHP
- Homepage:
- Size: 462 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Release
This repository is a monorepo containing the entirety of the web framework.
Codeigniter Xtend can be used as a full stack framework or as standalone packages which
can be used independently.## Release schedule
| Release | Status | Initial Release | Active LTS Start | Maintenance LTS Start | End-of-life |
| :-----: | :-------------: | :-------------: | :--------------: | :-------------------: | :---------: |
| [1.x][] | **Active LTS** | 2018-08-17 | 2018-12-12 | TBD | TBD |
| [2.x][] | **Current** | 2018-12-26 | TBD | TBD | TBD |
| 3.x | **Pending** | TBD | TBD | TBD | TBD |[1.x]: https://github.com/buddywinangun/codeigniter-xtend/tree/1.0.0
[2.x]: https://github.com/buddywinangun/codeigniter-xtend/tree/2.0.0## Release Phases
Ada tiga fase rilis: 'Current', 'Active Long Term Support (LTS)', and 'Maintenance'.
* Current - Kode tidak stabil di branch `master` yang sedang dalam pengembangan aktif dan mungkin mengandung bug atau perubahan yang dapat menyebabkan gangguan serta masih mengalami modifikasi signifikan. Direkomendasikan untuk tujuan pembangunan lokal, dan tidak boleh digunakan dalam produksi.
* Active LTS - Branch versi mayor - cth:(v1.x), dengan fokus pada stabilitas, Fitur baru, perbaikan bug, and keamanan.
* Maintenance - Branch versi mayor - cth:(v1.x), dengan fokus pada perbaikan bug dan peningkatan keamanan. Terkait fitur baru mungkin ditambahkan jika mendukung migrasi ke rilis selanjutnya.## Release plan
Rilis baru dibuat dari branch `master` ke versi mayor *Active*. Lihat [Releases Phases](#release-phases) untuk rincian perubahan apa yang diharapkan terjadi pada setiap fase rilis.
## Packages
Core packages can be found in the [`packages`](packages/) directory.
| Directory | Distribution |
|:------------------------------------|:--------------------------------------------------|
| [`auth`](packages/auth) | [buddywinangun/codeigniter-auth] |
| [`framework`](packages/framework) | [buddywinangun/codeigniter-framework] |## Installation
To start from a working skeleton:
```shell
composer create-project buddywinangun/codeigniter-starter
```### Standalone packages
The Codeigniter Xtend framework is split into standalone packages which can be used
independently.```shell
composer require buddywinangun/codeigniter-auth buddywinangun/codeigniter-framework
```