gcworld/orm

GCWorld Industries ORM

Maintainers

Package info

github.com/KongHack/ORM

pkg:composer/gcworld/orm

Statistics

Installs: 32 162

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

6.4.29 2026-03-11 03:49 UTC

This package is auto-updated.

Last update: 2026-03-11 03:50:02 UTC


README

Packagist Packagist

Packagist PHP Packagist GitHub

The GCWorld ORM builds extensible classes used for selecting and updating objects.

Features include
  • Fully formed classes containing all database fields.
  • Set / Get / Save functions.
  • Built in auditing
  • Audit User tracking via Common getUser() function
  • Redis smart caching
  • Read More About The Config Options HERE
  • Auto-loading of common via config file
  • Insertable type single-key objects (using on duplicate key update)
  • DBInterface for keeping DirectDB systems in line and universal
  • Support for auto-generation of getters/setters
  • Custom definition of variable visibility
  • Use Default Option (with a null override thing!)

Version

6.4.29

Todo
  • Upgrade the audit system to handle BINARY(16) UUIDs in place of member_id BIGINT(20) on config option
  • Add more docblocks to generated scripts

Additional Information