Skip to content

List of Packages

One of the problems with existing utility libraries is that they only implement a subset of the functionality that Laravel provides. Tolki JS Utilities aims to provide a more complete set of utilities that allow for a more cohesive set of packages that can be used together.

Currently, only the string, number, and some TypeScript utilities are available. However, the work on arrays, objects, and collections is underway.

PackageDescription
@tolki/strUtilities for working with strings like Laravel's Str class.
@tolki/numUtilities for working with numbers like Laravel's Num class.
@tolki/typesTypeScript Utilities for Laravel HTTP responses like pagination & models.
@tolki/all (soon)A wrapper package to install all Tolki packages with one package.
@tolki/arr (soon)Utilities for working with arrays like Laravel's Arr class.
@tolki/collection (soon)A Collection class similar to Laravel's Collection class.
@tolki/data (soon)Utilities for working with JavaScript objects and arrays in one package.
@tolki/obj (soon)Utilities for working with JavaScript objects.