Libraries tagged by uint
nelexa/buffer
511637 Downloads
Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.
traderinteractive/filter-ints
92091 Downloads
A filtering implementation for verifying correct data and performing typical modifications to data
muvon/kiss-varint
1126 Downloads
varint read and pack convertion int/uint
expandcart/uintconverion
4 Downloads
cast/uint64
33 Downloads
unsigned integer 64-bit
charm/arraybuffer
23 Downloads
Typed arrays for structs powered by FFI. Gives you the equivalent of UInt8Array, UInt16Array, UInt32Array, Float64Array and ArrayBuffer in JavaScript.
sebastian/code-unit-reverse-lookup
724142627 Downloads
Looks up which function or method a line of code belongs to
phpunit/phpunit
826189383 Downloads
The PHP Unit Testing framework.
sebastian/code-unit
455396421 Downloads
Collection of value objects that represent the PHP code units
pestphp/pest
40740737 Downloads
The elegant PHP Testing Framework.
codeception/codeception
77625153 Downloads
BDD-style testing framework
sebastian/complexity
453948189 Downloads
Library for calculating the complexity of PHP code units
pestphp/pest-plugin-laravel
28891916 Downloads
The Pest Laravel Plugin
infection/infection
21868578 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
dg/bypass-finals
20880598 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes