Popular Packages
-
PHP
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
-
-
PHP
pgrimaud/instagram-user-feed
This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
-
-
PHP
mattiabasone/avro-serde-php
A library to serialize and deserialize Avro records making use of the confluent schema registry
-
-
PHP
jgivoni/flysystem-cache-adapter
A PSR-6 compliant adapter decorator for Flysystem v3 that caches file metadata to improve performance.
-
PHP
serendipity_hq/component-symfony-messenger-utils
Provides some utilities to use with Symfony's Messenger component.
-
-
PHP
monsieurbiz/sylius-cms-page-plugin
This plugins allows you to add manage CMS pages using the Rich Editor
-
-
-
-
PHP
mouf/utils.common.sortable-interface
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
-
PHP
mouf/utils.common.paginable-interface
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!