dvsa/contracts

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

Installs: 27 387

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dvsa/contracts

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

This package is auto-updated.

Last update: 2025-10-08 18:08: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.