Libraries tagged by samego
panada/app
147 Downloads
A PHP Framework for those who love simplicity and performance at the same time
oat-sa/extension-tao-deliverytemplate
2139 Downloads
Allows the generation of delivery templates to recreate the same delivery several times. This extension is designed for backward compatibility with Tao 2.6 and does not offer significant new features.
mykehowells/dotenv
9660 Downloads
Load .env file into project environment, using same functions as Laravel
mukadi/wordpress-bundle
2846 Downloads
Integrate wordpress and symfony in the same application
mouf/utils.common.lock
67558 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
magequest/magento2-module-ppc-landing-pages
18 Downloads
A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.
lucasgiovanny/filament-inline-translate-field
54 Downloads
Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page
lsolesen/php-template
348 Downloads
Lightweight template engine with the same interface as Savant3 and Smarty.
legecha/enumpty
288 Downloads
Find yourself creating methods like label(), description() or icon() on your enums? This very simple package takes the legwork out of doing so for you, and gives you the same functionality without implementing the methods.
ldiebold/isolate
12 Downloads
Isolate one Laravel checkout's runtime footprint (ports, prefixes, database name) from sibling checkouts of the same app.
kamerk22/ipfuscator
7 Downloads
IPFuscation is a technique that allows for IP addresses to be represented in hexadecimal or decimal instead of the decimal encoding we are used to. IPFuscator allows us to easily convert to these alternative formats that are interpreted in the same way.
kaizencoders/wp-fluent
10 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
juanchosl/datatransfer
341 Downloads
A small, lightweight utility to read values and properties from distinct sources using the same methodology
joby/smol-cache
120 Downloads
A set of simple lightweight caching implementations, and wrappers for implementing the same interfaces from common standards.
jimbojsb/db-snapshot
2896 Downloads
Snapshot your database with mysqldump and store it to a an asset volume (S3). Also restore it from that same location. Great for local dev snapshots and nightly backups.