trntv / cheatsheet
Cheat sheet of knowledge you may use in your code
Installs: 455 751
Dependents: 10
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
This package is auto-updated.
Last update: 2021-03-22 01:14:48 UTC
README
NOTE: This package in the beginning of it's birth. I hope it will be useful and cool. sometime... ^_^
Cheat sheet of useful knowledge about the world that might be used somewhere in your code.
INSTALLATION
composer require trntv/cheatsheet
USAGE
use cheatsheet\Geography;
use cheatsheet\Science;
$aroundTheWorld = Geography::EQUATOR_LENGTH / Science::SPEED_OF_LIGHT; // 0,133451866 seconds
CONTRIBUTE
I am open for any advice or help. In fact, i NEED any third-party thoughts about it. Just create an issue with any suggestion.