Libraries tagged by when
wfeller/laravel-onboard
9580 Downloads
Track onboarding steps for users when they get setup in your app.
webstraxt/m2-better-ips
3595 Downloads
A tiny little module to tell Magento to use different headers when determining the user's IP address
waynestate/apdatetime
29092 Downloads
Return an AP style date/time format when using the PHP date function
vendic/magento2-clean-cron-schedule
9799 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.
usmonaliyev/laravel-route-logger
4526 Downloads
This package write log when project handle request.
unionworx/laravel-serializes-models-with-cache
1774 Downloads
This package provides a drop-in replacement for Laravel's SerializesModels trait that leverages your application's cache when unserializing models.
tuutti/php-klarna-payments
71547 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/).
tomb1n0/generic-api-client
21150 Downloads
A package to help speed up development when consuming APIs
tinect/flysystem-garbage
36804 Downloads
Flysystem Adapter to move files into garbage folder when specific actions are taken
thestart/startle
4144 Downloads
A sleek WordPress error and downtime notifier that keeps you in the loop via Slack and email. Silent when all's good, loud when it matters.
t2l/comments
208008 Downloads
A tool for preserving comments, e.g. when parsing YAML files.
systopia/de.systopia.identitytracker
2838 Downloads
The sole purpose of this extension is to keep a history of contact ID and external identfier that would otherwise be destroyed when merging duplicates
spora-ai/installer
6576 Downloads
Routes `spora-plugin` packages to `plugins/{$name}/`, `spora-frontend` packages to `public/spora/`, and `spora-plugin-frontend` packages to `public/plugins/{$slug}/` when installed via Composer. Companion to spora-ai/spora-core.
smmoosavi/php-gettext-core
26447 Downloads
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
545 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.