In addition to the main libraries, the Small ecosystem offers several other lightweight and powerful libraries designed to streamline various aspects of PHP development.

Each library provides targeted functionality to enhance productivity and simplify common tasks.

Small Swoole Patterns - Async Design Patterns for PHP

The Small Swoole Patterns library provides a collection of asynchronous design patterns tailored for PHP projects using OpenSwoole. These patterns facilitate efficient and scalable coding practices in asynchronous environments.

Get it on composer : small/swoole-patterns

Small Forms and Small Forms Bundle - Simplifying PHP Form Handling with Elegance and Ease

The Small Forms Bundle is a Symfony bridge for the Small Form library, designed to simplify the validation, normalization, and denormalization of API data. This package offers a straightforward alternative to Symfony’s built-in normalizer, enhancing data handling within Symfony applications.

Get it on composer : small/forms

And Symfony bundle : small/forms-bundle

Small Collection - PHP Collection Classes with Advanced Querying

The Small Collection library offers a set of PHP classes designed to work with collections of data, providing both array-like and object-like behavior. It includes a selector feature that allows for complex querying similar to database operations.

Get it on composer : small/collection