Libraries tagged by when
ocramius/code-generator-utils
1431979 Downloads
A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection
drupal-composer/drupal-scaffold
9107816 Downloads
Composer Plugin for updating the Drupal scaffold files when using drupal/core
yireo/magento2-disable-service-worker-in-admin
345690 Downloads
Disable ServiceWorkers when entering the Magento 2 backend
yanlongli/app-store-server-api
18213 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.
wikimedia/testing-access-wrapper
1705565 Downloads
A simple helper class to access non-public elements of a class when testing.
wikimedia/scoped-callback
749628 Downloads
Make a callback run when a dummy object leaves the scope.
wikimedia/cdb
941196 Downloads
Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.
voku/css-to-inline-styles
230064 Downloads
Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.
verbb/image-resizer
253665 Downloads
Resize assets when they are uploaded.
tomloprod/time-warden
10528 Downloads
TimeWarden is a lightweight PHP library that enables you to monitor the processing time of tasks and task groups (useful during the development stage). Additionally, it allows you to set maximum execution times to tasks, empowering proactive actions when tasks exceed their planned duration.
strategery/magento2-infinitescroll
234774 Downloads
Magento2 InfiniteScroll module to load the next catalog page or results when scrolling down a page.
squareboat/sneaker
187416 Downloads
An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.
site5/phantoman
1069930 Downloads
The Codeception extension for automatically starting and stopping PhantomJS when running tests.
simplesamlphp/simplesamlphp-module-preprodwarning
6002264 Downloads
Display a warning when using a pre-production environment
orklah/psalm-strict-equality
128117 Downloads
Automatically change == into === when safe