Libraries tagged by when
wfeller/laravel-onboard
9213 Downloads
Track onboarding steps for users when they get setup in your app.
violinist-dev/project-data
218534 Downloads
Project data object for storing project info when sending to workers.
verbb/back-in-stock
956 Downloads
Subscribe to out of stock products to receive an email when back in stock.
vendic/magento2-clean-cron-schedule
8997 Downloads
Magento 2.2 has issues with giant `cron_schedule` tables. The cron job running time will increase when the table gets bigger, causing heavy CPU usage.
tuutti/php-klarna-payments
63994 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
tommerrett/laravel-gae-secret-manager
8257 Downloads
Manage secrets when deploying Laravel to Google App Engine (Standard or Flexible). Store all secrets in Google Datastore
tomb1n0/generic-api-client
14227 Downloads
A package to help speed up development when consuming APIs
tinect/flysystem-garbage
17447 Downloads
Flysystem Adapter to move files into garbage folder when specific actions are taken
themonkeys/error-emailer
16073 Downloads
Emails you whenever an error occurs on your server
tastyigniter/ti-ext-automation
11957 Downloads
Configure automation rules to be triggered when other specific actions have taken place.
softheroes/indenting-persistent-blade-compiler
7309 Downloads
Extension on the Laravel Blade compiler that persists indenting when using replaced content in blade templates.
smmoosavi/php-gettext
23729 Downloads
Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.
smith197/steamauthentication
541 Downloads
SteamAuthentication is a basic set of PHP files that enable users to login using their steam account to view protected content on your website. it creates a session using their steamid as the sessionID and checks for the session when a user visits the page. It also includes a file which allows you to use their profile information such as their avatar and online status.
silverstripe/multiuser-editing-alert
28581 Downloads
A module that indicates when people are editing the same page in the CMS
setono/deployer-dotenv
20456 Downloads
Easily update your .env files when deploying