corepos/common-bundle

Common libraries for CORE-POS


License
GPL-2.0

Documentation

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