dvsa/contracts

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

Maintainers

Package info

github.com/dvsa/contracts

pkg:composer/dvsa/contracts

Statistics

Installs: 30 550

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 19:03:13 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.