Libraries tagged by whep
alleyinteractive/wp-asset-manager
478343 Downloads
Asset Manager is a toolkit for managing front-end assets and more tightly controlling where, when, and how they're loaded.
ahand/mobileesp
527204 Downloads
Since 2008, MobileESP provides web site developers an easy-to-use and lightweight API for detecting whether visitors are using a mobile device, and if so, what kind. The APIs provide simple boolean results ('true' or 'false') for identifying individual device categories (such as iPhone, BlackBerry, Android, and Windows Mobile), device capabilities (e.g., J2ME), and broad classes of devices, such as 'iPhone Tier' (iPhone/Android/Tizen) or 'Tablet Tier.' APIs are available in PHP, JavaScript, Java, C#, Ruby Python, and more.
ocramius/code-generator-utils
1548471 Downloads
A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection
humbug/humbug
156992 Downloads
Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.
hammerstone/airdrop
1322805 Downloads
A Laravel package to deploy your application faster by skipping asset compilation when possible.
drupal-composer/drupal-scaffold
9141856 Downloads
Composer Plugin for updating the Drupal scaffold files when using drupal/core
aaronfrancis/airdrop
143537 Downloads
A Laravel package to deploy your application faster by skipping asset compilation when possible.
rasteiner/k3-whenquery
21139 Downloads
Conditionally show fields and sections. Better.
dxw/whippet
117569 Downloads
wepay/php-sdk
441232 Downloads
WePay APIv2 SDK for PHP
rosell-dk/locate-binaries
8076211 Downloads
Locate a binaries by means of exec() or similar
metaclass-nl/filter-bundle
129624 Downloads
Filter bundle for API Platform, Filter Logic
zidbih/laravel-deadlock
8297 Downloads
Make temporary Laravel workarounds expire and fail CI when ignored.
yireo/magento2-disable-service-worker-in-admin
433965 Downloads
Disable ServiceWorkers when entering the Magento 2 backend
yanlongli/app-store-server-api
55631 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.