Libraries tagged by method call
filament/support
13036946 Downloads
Core helper methods and foundation code for all Filament packages.
mrclay/props-dic
9107113 Downloads
Props is a simple DI container that allows retrieving values via custom property and method names
railsware/mailtrap-php
356428 Downloads
The Mailtrap SDK provides methods for all API functions.
genealabs/laravel-overridable-model
286956 Downloads
Provide a uniform method of allowing models to be overridden in Laravel.
nunomaduro/mock-final-classes
637071 Downloads
Allows mocking of final methods and classes in PHP.
intaro/twig-sandbox-bundle
550874 Downloads
Annotation configuration of the allowed methods and properties for Twig_Sandbox extension
payone-gmbh/magento-2
381014 Downloads
PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards.
nystudio107/craft-twig-sandbox
49312 Downloads
Allows you to easily create a sandboxed Twig environment where you can control what tags, filters, functions, and object methods/properties are allowed
yii2tech/behavior-trait
280944 Downloads
Allows handling events via inline declared methods, which can be added by traits
alleyinteractive/wp-block-debug
796 Downloads
Adds a panel to the WordPress block editor with a lot of information about the selected block, including methods to set attributes.
genxbe/kirby3-ray
6315 Downloads
Helper tool that enables ray on all the extendable methods.
steefdw/standards-enums
37599 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
securetrading/data
418717 Downloads
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
mouf/utils.common.conditioninterface
501722 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.
kunstmaan/utilities-bundle
145675 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher