Libraries tagged by calling
amsom-habitat/oracle-function-calling
7515 Downloads
Utilities pour les appels fonctions oracles depuis doctrine
toshy/maintenance-bundle
13726 Downloads
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
serhii/short-number
3028 Downloads
For changing the language you want to call `set` method once before calling other methods from this package.
regento/magento2-newsletter-api
8646 Downloads
Newsletter API Extension for Magento 2 helps the developer of store simply subscribe an email to default newsletter subscriber by calling an API
redpandacoding/provinces-state-listings
5511 Downloads
A PHP array listing of United States states and Canada Provinces. US will include the Territories and DC in its listing. You can also request the array with out them by calling getStates() instead of getAll()
pointybeard/helpers-cli-input
3155 Downloads
Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.
mslwk/freshmail
13184 Downloads
Library for calling FreshMail REST API
in-sys/symfony-maintenance-bundle
5596 Downloads
This bundle allows you to place your website in maintenance mode by calling two commands from your console. Symfony 5.4 / 6
ijvo/kdyby-strict-objects
1340 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
gsb/boxapiclient
15246 Downloads
BoxApiClient for calling Box Api Commands
gooby/laravel-debugbar-dd
628 Downloads
Ever wanted to dd() and see the debugbar? This package does just that by calling bd() - Bar Dump.
glomberg/wpdb-unsafe-methods
514 Downloads
Psalm plugin to forbid calling provided `$wpdb` methods
contao/maintenance-bundle-deprecated
92538 Downloads
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
benjaminmedia/wp-cxense
11088 Downloads
This plugin integrates your site with cXense by adding meta tags and calling the cXense api
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.