Libraries tagged by method call
mouf/utils.common.conditioninterface
506589 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
146386 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
dkd/php-populate
54821 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
amirsarhang/instagram-php-sdk
8509 Downloads
It's Instagram Graph SDK for PHP. With this package you can easily make all requests to Instagram Graph API, like Auth and CRUD. Also, we will have more methods regularly.
mediawiki/universal-language-selector
18225 Downloads
The primary aim is to allow users to select a language and configure its support in an easy way. Main features are language selection, input methods and web fonts.
vianetz/module-core
22179 Downloads
The vianetz Magento core library that provides some utility methods for all our Magento extensions.
alireaza/php-form-data
8330 Downloads
This is Form Data request handler for all methods.
genxbe/kirby-ray
390 Downloads
Helper tool that enables ray on all the extendable methods.
genxbe/kirby3-ray
6388 Downloads
Helper tool that enables ray on all the extendable methods.
visol/cacheable
1983 Downloads
Allows caching the return value of Flow Framework methods through annotations
erikaraujo/filament-enum-attributes
18309 Downloads
Traits for Enums to allow for using Attributes instead of get methods for Filament enums
danslo/magento2-module-protected-interceptors
5132 Downloads
Allows you to create Magento 2 plugins for protected methods.
integer-net/magento2-shippingpreselection
9329 Downloads
This module provides methods to preselect a shipping method upon quote creation of the customer. It fetches all available countries from Magento Config and will preselect the default country/region/postcode of the current storeview.
magenizr/magento2-hideshippingmethod
63 Downloads
Hide Shipping Method allows admin users to hide one or multiple shipping methods on the cart and checkout page. This can be limited to specific weekdays, by start and end-date or customer sessions.
skrypnet/http-utils
55842 Downloads
Basic repo with all HTTP codes, methods and headers as native PHP lacks these simple consts.