codelicia / niltok
echo strrev('niltoK')
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 6
pkg:composer/codelicia/niltok
Requires
- php: ~8.2.0
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2025-10-30 23:42:23 UTC
README
Niltok is a set of function and classes designed to facilitate our daily development tasks. It's interface was heavily based on kotlin, and can be very useful for efficiency and functional programming.
Functions
- entails(bool, ?string)
- println(string)
- check(bool, ?string)
- throws(bool, Throwable)
- TODO(string)
- windowed(array, int, int, (x) -> y)
- error(string)
- repeat(int, (index) -> void)
Classes
- IntRange
- Pair