corepos/common-bundle

Common libraries for CORE-POS

Installs: 366

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/corepos/common-bundle

2.3.1 2017-04-26 15:55 UTC

This package is auto-updated.

Last update: 2025-10-09 09:47:26 UTC


README

travis-ci Test Coverage

Sub-project containing code common to CORE-POS Lane and Office.

Currently includes:

  • A SQL abstraction class supporting all MySQL subsystems and to a lesser extent MSSQL, Postgres, and SQLite
  • A barebones ORM and SQL migration class (up only)
  • Plugin base class for managing settings and class' plugin membership
  • PSR-3 Logging
  • File-based PSR Caching
  • Idiosyncratic page building base class

See https://github.com/CORE-POS/IS4C for the main project