jengo / base
Modern web development library for CodeIgniter 4 with Vite, modules, unified setups, and automated CLI installer.
v1.1.59
2026-09-04 16:14 UTC
Requires
- codeigniter4/framework: ^4.7
- gilads-otiannoh254/inertia-protocol: ^0.0
- psy/psysh: ^0.12.24
- sqids/sqids: ^0.5.0
Requires (Dev)
- fakerphp/faker: ^1.24
- phpunit/phpunit: ^12.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v1.1.59
- v1.1.58
- v1.1.57
- v1.1.56
- v1.1.55
- v1.1.54
- v1.1.53
- v1.1.52
- v1.1.51
- v1.1.50
- v1.1.49
- v1.1.48
- v1.1.47
- v1.1.46
- v1.1.45
- v1.1.44
- v1.1.43
- v1.1.42
- v1.1.41
- v1.1.40
- v1.1.39
- v1.1.38
- v1.1.37
- v1.1.36
- v1.1.35
- v1.1.34
- v1.1.33
- v1.1.32
- v1.1.31
- v1.1.30
- v1.1.29
- v1.1.28
- v1.1.27
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-feature/email-view-decorator
- dev-2.x-dev
- dev-feature/modules-ecosystem
- dev-feature/env-installer
- dev-feature/arr-support-null-when-empty
- dev-feature/mailhog-installer
- dev-feature/git-installer
This package is auto-updated.
Last update: 2026-09-08 12:05:30 UTC
README
The foundational package of the Jengo ecosystem, providing core CLI tooling, Blueprint UI layouts, helper libraries, and runtime architecture for CodeIgniter 4 applications.
Documentation: https://lipex-org.github.io/jengophp.com/packages/base
Installation
composer require jengo/base
Quick Start
// Use the global Jengo helpers page('dashboard/index', ['stats' => $stats]); str('jengo_powerhouse')->headline(); // "Jengo Powerhouse" arr([1, 2, 3])->map(fn($v) => $v * 2)->toArray(); // [2, 4, 6]
Documentation
For full guides, CLI command variants, and architectural blueprints, see the documentation at https://lipex-org.github.io/jengophp.com/packages/base.
License
Released under the MIT License.