Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scriptfusion/staticclass

:round_pushpin: Prevents class instantiation.
https://github.com/scriptfusion/staticclass

php-development utility

Last synced: 2 months ago
JSON representation

:round_pushpin: Prevents class instantiation.

Awesome Lists containing this project

README

        

StaticClass
===========

[![Latest version][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Code style][Style image]][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.

[Releases]: https://github.com/ScriptFUSION/StaticClass/releases
[Version image]: https://poser.pugx.org/scriptfusion/static-class/version "Latest version"
[Downloads]: https://packagist.org/packages/scriptfusion/static-class
[Downloads image]: https://poser.pugx.org/scriptfusion/static-class/downloads "Total downloads"
[Style]: https://styleci.io/repos/60411522
[Style image]: https://styleci.io/repos/60411522/shield?style=flat "Code style"