Download the PHP package ci4-cms-erp/ci4ms without Composer

On this page you can find all versions of the php package ci4-cms-erp/ci4ms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ci4ms

CI4MS

CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a production-ready, modular architecture with RBAC authorization and theme support. It combines CMS workflows, developer-focused CLI commands, an extensible module system, and customizable front-end themes in a single package.

Key Features

Requirements

See composer.json for the full dependency list (e.g. bertugfahriozer/ci4commonmodel, gregwar/captcha, jasongrimes/paginator, melbahja/seo, studio-42/elfinder, phpmailer/phpmailer).

Installation

Fresh Project (recommended)

Clone Existing Repository

Environment & Configuration

  1. Create your .env and enable the development environment:

  2. Update these core settings in .env:
    • app.baseURL
    • database.default.*
    • Optional: cookie.*, honeypot.*, security.*
  3. If you prefer the web installer, open /install in the browser and follow the wizard. Use the CLI steps below if you want to skip the wizard.

Database & Seed Data

The seeder provisions an active administrator account (group_id=1) and populates the initial module records.

Run the Dev Server

Access the backend via: https://<domain>/backend

Directory Layout

Modules

Module Purpose Highlights
Auth Authentication lifecycle CAPTCHA, email activation, reset tokens
Backend Admin shell Dashboard stats, shared base controller
Blog Blog CRUD Categories, tags, comments, bad-word filters
Pages Static page management SEO fields, inline shortcode parsing
Menu Menu builder Drag-and-drop ordering, slug helpers
Media Media manager elFinder integration, optional WebP conversion
Fileeditor Project file editor Safe read/write/rename/move/delete
Settings System configuration Company/social/mail settings, encrypted SMTP password
Users User & role management Group-based permissions, reset tracking
Methods Route → permission mapping Module toggling, router scan
ModulesInstaller Module ZIP installer Upload + cache invalidation
Theme Theme manager ZIP upload, duplicate folder checks
Install Web installer Creates .env, triggers migrations

See docs/architecture.md for deeper architectural notes.

CLI Commands

Developer Notes

Testing & Maintenance

Additional docs

Questions or contributions? Open an issue or pull request.


All versions of ci4ms with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
bertugfahriozer/ci4commonmodel Version ^1.2
bertugfahriozer/sql2migration Version ^1.0
ci4-cms-erp/ext_module_generator Version ^1.1
claviska/simpleimage Version 4.0.6
codeigniter4/framework Version 4.6.0
codeigniter4/translations Version ^4.1
gregwar/captcha Version 1.3.0
jasongrimes/paginator Version 1.0.3
melbahja/seo Version 2.1.1
phpmailer/phpmailer Version 6.9.2
seunmatt/codeigniter-log-viewer Version ^2.0
studio-42/elfinder Version 2.1.65
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ci4-cms-erp/ci4ms contains the following files

Loading the files please wait ....