Libraries tagged by cloaking

motomedialab/laravel-redis-driver

0 Favers
2432 Downloads

A Laravel Redis driver override that enforces clearing of cache using prefixes, rather than a flush

Go to Download


kenny1911/php-clone-with

0 Favers
3351 Downloads

Helper for cloning objects with other properties

Go to Download


hyperia/yii2-clear-cache-behavior

0 Favers
4252 Downloads

The behavior for Yii2 to clearing cache on specific events

Go to Download


humanmade/post-cloner

3 Favers
22417 Downloads

Post cloning for WordPress

Go to Download


heimrichhannot/contao-entity-filter-bundle

2 Favers
8512 Downloads

This module offers an input type for selecting one or more entities by comfortably 'clicking together' sql-like conditions.

Go to Download


eslam-dev/laravel-searchable

0 Favers
324 Downloads

Laravel Searchable — dedicated searchable columns for Eloquent with cleaning, FULLTEXT search, and rebuild tooling

Go to Download


emfits/laravel-cdcleaner

0 Favers
10538 Downloads

Cleaning up old releases that won't be needed anymore.

Go to Download


dmk/webkitpdf

1 Favers
4073 Downloads

Extend TCEMAIN.clearCacheCmd width some userfull options like using of aliases, clearing whole branches, clearing pages on the ground of their content etc.

Go to Download


de-swebhosting-typo3-extension/cacheopt

0 Favers
4050 Downloads

Optimizes automatic cache clearing.

Go to Download


creatissimo/dhl-de-retoure

0 Favers
113 Downloads

# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".

Go to Download


briqpay/php-sdk

0 Favers
12068 Downloads

This is the API documentation for Briqpay. You can find out more about us and our offering at our website [https://briqpay.com](https://briqpay.com) In order to get credentials to the playgrund API Please register at [https://app.briqpay.com](https://app.briqpay.com) # Introduction Briqpay Checkout is an inline checkout solution for your b2b ecommerce. Briqpay Checkout gives you the flexibility of controlling your payment methods and credit rules while optimizing the UX for your customers # SDKs Briqpay offers standard SDKs to PHP and .NET based on these swagger definitions. You can download them respively or use our swagger defintitions to codegen your own versions. #### For .NET `` Install-Package Briqpay `` #### For PHP `` composer require briqpay/php-sdk `` # Standard use-case As a first step of integration you will need to create a checkout session. \n\nIn this session you provide Briqpay with the basic information necessary. In the response from briqpay you will recieve a htmlsnippet that is to be inserted into your frontend. The snippet provided by briqpay will render an iframe where the user will complete the purchase. Once completed, briqpay will redirect the customer to a confirmation page that you have defined. ![alt](https://cdn.briqpay.com/static/developer-portal/checkout-integration.png) # JavaScript SDK The first step of integration is to add our JS to your site just before closing the ```` tag. This ensures that our JS library is avaliable to load the checkout. ```` Briqpay offers a few methods avaliable through our Javascript SDK. The library is added by our iframe and is avalable on ``window._briqpay`` If you offer the posibility to update the cart or order amonts on the checkout page, the JS library will help you. If your store charges the customer different costs and fees depening on their shipping location, you can listen to the ``addressupdate``event in order to re-calculate the total cost. ```javascript window._briqpay.subscribe('addressupdate', function (data) { console.log(data) }) ``` If your frontend needs to perform an action whe the signup has completed, listen to the ``signup_finalized`` event. ```javascript window._briqpay.subscribe('signup_finalized', function (status) { // redirect or handle status 'success' / 'failure' }) ``` If you allow customers to change the total cart value, you can utilise the JS library to suspend the iframe while you perform a backen update call towards our services. As described below: ![alt](https://cdn.briqpay.com/static/developer-portal/suspend-resume.png) The iframe will auto-resume after 7 seconds if you dont call ``_briqpay.resume()`` before # Test Data In order to verify your integration you will neeed to use test data towards our credit engine. ## Company identication numbers * 1111111111 - To recieve a high credit scoring company ( 100 in rating) * 2222222222 - To test the enviournment with a bad credit scoring company (10 in rating) ## Card details In our playground setup your account is by default setup with a Stripe integration. In order to test out the card form you can use the below card numbers: * 4000002500003155 - To mock 3ds authentication window * 4000000000000069 Charge is declined with an expired_card code. You can use any valid expiry and CVC code # Authentication Briqpay utilizes JWT in order to authenticate calls to our platform. Authentication tokens expire after 48 hours, and at that point you can generate a new token for the given resource using the ``/auth`` endpoint. - Basic Auth - only used on the auth endpoint in order to get the Bearer Token - JWT Bearer Token - All calls towards the API utlizes this method"

Go to Download


akbsit/nova-card-cache

1 Favers
36967 Downloads

Cleaning application cache from laravel nova dashboard card.

Go to Download


a50/clock

0 Favers
3355 Downloads

PSR-20 ClockInterface implementation

Go to Download


flagbit/product-cloner-bundle

13 Favers
4977 Downloads

The Flagbit Product Cloner Bundle gives you the possibility to quick cloning products within Akeneo PIM

Go to Download


woda/laravel-worktrees

4 Favers
272 Downloads

Git worktree management with database cloning for Laravel

Go to Download


<< Previous Next >>