ralfhortt/service-contracts

A service contract

Installs: 873

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ralfhortt/service-contracts

1.0.1 2019-12-03 14:57 UTC

This package is auto-updated.

Last update: 2025-10-07 01:29:01 UTC


README

Usage

<?php
use RalfHortt\ServiceContracts\ServiceContract;

class MyService implements ServiceContract
{
    public function register(): void
    {
        // …
    }
}

Changelog

v1.0.1 - 2019-12-03

  • Remove required args for register

v1.0 - 2019-12-03

  • Initial release