scriptfusion/static-class

Prevents class instantiation.

Maintainers

Package info

github.com/ScriptFUSION/StaticClass

pkg:composer/scriptfusion/static-class

Statistics

Installs: 476 925

Dependents: 10

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.0 2022-11-01 19:07 UTC

This package is auto-updated.

Last update: 2026-03-01 00:10:32 UTC


README

Latest version Total downloads Code style

Provides the StaticClass trait to mark a class as static. A static class is one that only provides static methods and cannot be instantiated.