Libraries tagged by after
caseyamcl/guzzle_retry_middleware
11874210 Downloads
Guzzle v6+ retry middleware that handles 429/503 status codes and connection timeouts
timokoerber/laravel-one-time-operations
2001116 Downloads
Run operations once after deployment - just like you do it with migrations!
pyrech/composer-changelogs
4199547 Downloads
Display changelogs after each composer update
drupal/core-project-message
24211505 Downloads
Adds a message after Composer installation.
davidrjonas/composer-lock-diff
1950669 Downloads
See what has changed after a composer update.
slowprog/composer-copy-file
1069842 Downloads
Composer script copying your files after install
sllh/composer-versions-check
2357020 Downloads
Checks if packages are up to date to last major versions after update
jbzoo/composer-diff
906546 Downloads
See what has changed after a composer update.
afterpay-global/module-afterpay
323372 Downloads
Magento 2 Afterpay Payment Module
afterpay-global/afterpay-sdk-php
200674 Downloads
Official Afterpay SDK for PHP
aftership/aftership-php-sdk
1016395 Downloads
The PHP SDK of AfterShip API
yanlongli/app-store-server-api
38920 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.
therezor/laravel-transactional-jobs
457909 Downloads
Submit laravel jobs inside transaction. Cancel job after rollback. Proceed after successful commit.
shipmonk/doctrine-two-phase-migrations
46252 Downloads
Two phase migrations for Doctrine ORM: before and after deploying new codebase version
mvanduijker/laravel-transactional-model-events
174515 Downloads
Add eloquent model events fired after a transaction is committed or rolled back