dvsa/contracts

A set of abstractions that define core services provided by the DVSA

v1.2.0 2021-07-23 13:20 UTC

This package is auto-updated.

Last update: 2024-04-11 19:24:16 UTC


README

A set of abstractions that define core services provided by the DVSA.

Design Principles

  • contracts are split by domain, each into their own sub-namespaces;
  • contracts are small and consistent sets of PHP interfaces, abstract classes & traits;
  • all contracts must have a proven and valid implementation to enter this repository.