Download the PHP package simpletine/codeigniter4-hmvc-shield without Composer

On this page you can find all versions of the php package simpletine/codeigniter4-hmvc-shield. 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 codeigniter4-hmvc-shield

Official Website YouTube Channel

Codeigniter 4 HMVC

This repository features a modular HMVC (Hierarchical Model-View-Controller) architecture for CodeIgniter 4, integrated with the official authentication system, CodeIgniter 4 Shield. It also includes a comprehensive Admin Dashboard built with AdminLTE, providing a robust foundation for scalable and secure web applications.

Installation Guide

Create a project

Copy env file and setup database environment

Run the app, using different port, add options --port=9000

Configuration

Install HMVC package

Setup Command Line

Default Auth

Create User

Use command line to create a new user

Notice

If you are using old versions, after composer update, you need to update the index.php and spark file to root folder (Upgrading to v4.4.8)

Module Commands

Commands available and funcationality

General

Create a new module named Blogs

Clone a existing module of Blogs and renamed to Items

Create a controller to module Blogs named Categories.php

Create a model to module Blogs named Categories.php

Publisher

Publish require assets to public folder

Publish views with AdminLTE to COnfig/Auth.php

Admin

Additional options for the commands

Create a new controller and view to Admin module with AdminLTE

Modules Directory

App 
├── Modules      
│   └── Blogs
│       ├──  Config
│           └──  Routes.php
│       ├──  Controllers
│           └──  Blogs.php
│       ├──  Models
│           └──  Blogs.php
│       └──  Views
│           └──  index.php
└── ...  

Route Group

Add new subroutes to blogs named new with method name

Sample of routes group after new subroutes

PHPCS

Default instance of containing all rules applicable for the CodeIgniter organization

PSR4

At App/Config/Autoload.php, you can configure your custom namespace:


All versions of codeigniter4-hmvc-shield with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
codeigniter4/framework Version ^4.0
codeigniter4/shield Version dev-develop
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 simpletine/codeigniter4-hmvc-shield contains the following files

Loading the files please wait ....