Download the PHP package paragonie/stern without Composer
On this page you can find all versions of the php package paragonie/stern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paragonie/stern
More information about paragonie/stern
Files in paragonie/stern
Download paragonie/stern
More information about paragonie/stern
Files in paragonie/stern
Vendor paragonie
Package stern
Short Description Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code
License MIT
Package stern
Short Description Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code
License MIT
Please rate this library. Is it a good library?
Informations about the package stern
Stern
Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code.
Requires PHP 7+
Usage
Using Stern is simply:
- Make your class use the
SternTrait
. - Rename your methods from
whateverName
tostrictWhateverName
. - Enjoy strict-typing whether your users like it or not.
Example
Docblock Usability
For better usability (especially with type-aware IDEs like PHPStorm), make sure
you use @method
docblocks.
All versions of stern with dependencies
PHP Build Version
Package Version
Requires
php Version
^7|^8
The package paragonie/stern contains the following files
Loading the files please wait ....