Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scriptfusion/staticclass
- Owner: ScriptFUSION
- License: mit
- Created: 2016-06-04T13:22:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T19:10:46.000Z (about 2 years ago)
- Last Synced: 2024-09-16T10:41:02.282Z (5 months ago)
- Topics: php-development, utility
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"