Libraries tagged by scalar collection
mll-lab/graphql-php-scalars
5029151 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
tdn/php-types
21504 Downloads
Php primitive wrappers lib.
dpolac/dictionary
239029 Downloads
Collection indexed with objects and scalars
olivernybroe/lighthouse-math-scalars
3195 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
odder/lighthouse-scalars
802 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
neclimdul/laravel-list-resource-collection
129 Downloads
Hack to allow Laravel resource collections to list scalars.
m1guelpf/native-collection
0 Downloads
Adding Collection functions to the PHP array scalar type
piotrpress/typed-collection
1 Downloads
A strict typed collection for PHP with runtime validation for scalar and object-based item types.
devcake/graphql-php-scalars
12 Downloads
A collection of custom scalar types for usage with Lighthouse-php
compwright/graphql-php-scalars
27 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
subtext/collections
1 Downloads
Provides iterable collections of validated objects or scalar values, enabling fluent, type-safe interfaces in PHP.
typing/types
18 Downloads
PHP primitive wrappers lib.
d-skora/simple-sorted-linked-list
1 Downloads
A type-safe sorted linked list for PHP 8.2+, with stable scalar typing, custom sort order, and mutation-safe iteration.
pechynho/php-utils
15875 Downloads
This is a small collection of PHP libraries for easier working with strings, arrays, files, scalars, formatting and accessing properties.
ps/fluent-traversable
31227 Downloads
Support for operating on collections and arrays by functional way. Inspired by guava's FluentIterable, java8 Stream framework and scala stuff