Libraries tagged by afdt
convenia/afd-reader
28739 Downloads
Pacote para leitura de Arquivo Fonte de Dados (AFD). Especificação do MTE referente a portaria 1.510/2009.
lucascampelo/afd
24 Downloads
Biblioteca PHP para ler arquivo AFD de ponto eletrônico
caseyamcl/guzzle_retry_middleware
8232601 Downloads
Guzzle v6+ retry middleware that handles 429/503 status codes and connection timeouts
timokoerber/laravel-one-time-operations
1093614 Downloads
Run operations once after deployment - just like you do it with migrations!
pyrech/composer-changelogs
3472021 Downloads
Display changelogs after each composer update
drupal/core-project-message
18550328 Downloads
Adds a message after Composer installation.
davidrjonas/composer-lock-diff
1508495 Downloads
See what has changed after a composer update.
aftership/aftership-php-sdk
966511 Downloads
The PHP SDK of AfterShip API
slowprog/composer-copy-file
913647 Downloads
Composer script copying your files after install
sllh/composer-versions-check
2337419 Downloads
Checks if packages are up to date to last major versions after update
jbzoo/composer-diff
843046 Downloads
See what has changed after a composer update.
afterpay-global/module-afterpay
280922 Downloads
Magento 2 Afterpay Payment Module
afterpay-global/afterpay-sdk-php
138319 Downloads
Official Afterpay SDK for PHP
yanlongli/app-store-server-api
16545 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
418137 Downloads
Submit laravel jobs inside transaction. Cancel job after rollback. Proceed after successful commit.