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: 32 876

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-04-08 19:16:31 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.