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