scriptfusion/static-class

Prevents class instantiation.

Installs: 434 465

Dependents: 10

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/scriptfusion/static-class

1.1.0 2022-11-01 19:07 UTC

This package is auto-updated.

Last update: 2025-09-29 01:37:54 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.