Libraries tagged by common
spatie/commonmark-wire-navigate
14453 Downloads
Add a wire:navigate attribute to links rendered in Markdown
solspace/craft3-commons
716904 Downloads
Solspace Commons Library for Craft CMS 3 plugins
simonvomeyser/commonmark-ext-lazy-image
25838 Downloads
Adds support for lazy images to the phpleague/commonmark markdown parser package
shlinkio/shlink-common
81144 Downloads
Common tools used by Shlink
shipperhq/module-common
1110819 Downloads
ShipperHQ Common
samwilson/commonmark-latex
5154 Downloads
A CommonMark extension for rendering Markdown to LaTeX.
rollerworks/password-common-list
37564 Downloads
Password CommonList validator for Symfony
pear/html_common2
567709 Downloads
Abstract base class for HTML classes (PHP5 port of HTML_Common package).
paysera/lib-rest-client-common
222594 Downloads
Base classes/helpers used in REST Clients
novaway/common-contexts
192241 Downloads
Novaway Behat common contexts
msp/security-suite-common
494624 Downloads
Magento2 Security Suite by MageSpecialist Common Libraries
moxio/commonmark-ext-fancy-lists
157941 Downloads
Extension for league/commonmark to support additional numbering types for ordered lists
mouf/utils.common.sortable-interface
266363 Downloads
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!
mouf/utils.common.paginable-interface
266370 Downloads
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!
mouf/utils.common.conditioninterface
550403 Downloads
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.