Libraries tagged by globe
glibe/storageconnect-ovh
1233 Downloads
Librairie pour interagir avec un object storage. Utilise l'api swift avec authentification v2 pour fonctionner avec OVH
genesis-global/optimove
5 Downloads
Optimove API Client
genesis-global/gps-messenger-bundle
1084 Downloads
Fork of petitpress/gps-messenger-bundle with support for PHP 7.3
el-dorian-global/php-firebase-cloud-messaging
13 Downloads
PHP API for Firebase Cloud Messaging from Google
huel-global/trustpilot
247 Downloads
Simple PHP library for TrustPilot API
huel-global/shopify
183 Downloads
zizther/craft-dynamic-variables
469 Downloads
Allows you to parse any text as a Twig template, with access to variables, from globals, entries, etc.
zeleniy/phpcs-backslash
7 Downloads
PHP CodeSniffer sniff that checks if all global PHP functions are fully qualified
yulinho/adminyii
58 Downloads
基于Yii 2 的管理系统,include admin panel composer create-project --prefer-dist --stability=dev yulinho/adminyii basic composer global require fxp/composer-asset-plugin:~1.1.1 composer install -vvv
youen/users-map
24 Downloads
Adds an optional and approximate location attribute to user settings, and a global map to display users
yoeunes/cgr
7 Downloads
Safer alternative to 'composer global require'.
yayasanvitka/covid19
9 Downloads
API for Global Covid 19 Pandemic based on Lumen Framework
xyqweb/config
43 Downloads
global configuration
xcart/xcart-tools
228 Downloads
Allows you to perform various development actions from CLI, e.g. redeploying X-Cart. Install it via `composer global require xcart/xcart-tools` command
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)