dvsa/contracts

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

v1.3.0 2024-07-08 15:28 UTC

This package is auto-updated.

Last update: 2024-11-08 16:12:51 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.