Libraries tagged by block theme
iionly/http_blacklist
32 Downloads
Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
bestit/on-demand-assets-bundle
10810 Downloads
This bundle provides you with an easy way to include assets on demand, but still include them in your header or footer. This can be used for your BEM blocks or facilitates HTTP2.
agaric/oxford-comma
8167 Downloads
A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.
masonitedoors/wp-theme-lock
135 Downloads
An mu-plugin that forces a WordPress theme to always be active. Requires https://github.com/masonitedoors/wp-headless-theme.
chemezov/luya-module-tilda
19 Downloads
LUYA module with Tilda block
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
ely/php-tempmailbuster
168 Downloads
Control emails with black and white lists; make lists of domains using regular expressions and validate emails with them
cheprasov/php-redis-lock
347824 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
cheprasov/php-memcached-lock
210704 Downloads
MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
sajtiii/laravel-lockable-attributes
44 Downloads
Lock your eloquent model attributes to prevent changes on them.
oneup/contao-security-advisories
3604 Downloads
This check works by comparing the composer.lock against an open vulnerability database. A clean check does not mean there are absolutely no security problems whatsoever.
oneup/contao-security-checker-bundle
4138 Downloads
This check works by comparing the composer.lock against an open vulnerability database. A clean check does not mean there are absolutely no security problems whatsoever.
matthewbaggett/composer-lock-watcher
2 Downloads
Watch composer.lock for changes, run composer install when it sees them.
kl/php-redis-lock
934 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
thenexxuz/utils
14 Downloads
A few common helpers for debugging. PID file lock out class and time measurement class.