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
Requires (Dev)
- phpunit/phpunit: ^5.4
README
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