Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 763 Bytes

Common-Bundle

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