tina4stack/tina4module

Tina4 Example Module

Maintainers

Package info

github.com/tina4stack/tina4-module

pkg:composer/tina4stack/tina4module

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-03-14 18:28 UTC

This package is auto-updated.

Last update: 2026-03-14 19:36:06 UTC


README

The composer file setup for module development

The Example here is for how I am testing the tina4 module. You would obviously replace "andrevanzuydam/tina4module" with your own module name.

{
    "require": {
        "andrevanzuydam/tina4php": "v.1.10",
        "andrevanzuydam/tina4module": "@dev"
    },
    "repositories": [
        {
            "type": "path",
            "url": "../tina4-module",
            "options": {
                "symlink": true
            }
        }
    ]
}

Some things to remember at this point in time

  • Module naming on objects will clash with your main project so should be unique
  • Module routes will also clash with the main project so should be unique

Our Sponsors

Sponsored with 🩵 by Code Infinity

Code Infinity

Supporting open source communities • Innovate • Code • Empower