Search by

scriptfusion / static-class

Bilge

Prevents class instantiation.

Package info

github.com/ScriptFUSION/StaticClass

pkg:composer/scriptfusion/static-class

Statistics

Installs: 557 363

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-08-29 01:41:09 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.