strategio/megio-core

Most powerful tool for creating webs, apps & APIs.

Maintainers

Package info

github.com/strategio-digital/megio-core

pkg:composer/strategio/megio-core

Statistics

Installs: 466

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-01-09 14:59 UTC

README

Most powerful tool for creating webs, apps & APIs.

Installation guide

https://megio.dev/docs/getting-started/installation

How to run tests

# Create .env file
cp .env.example .env

# Init environment
make test-setup

# Run all tests
make test

# Or run specific test
make test-single FILE=tests/Collection/UpdateRowsTest.php