Libraries tagged by Sam User

mouf/utils.common.lock

1 Favers
67164 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.

Go to Download


mouf/utils.action.action-interface

0 Favers
366348 Downloads

This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.

Go to Download


bllim/laravalid

57 Favers
14965 Downloads

This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.

Go to Download


silverstripe/mobile

35 Favers
9807 Downloads

The mobile module provides detection for mobile devices, and can serve a different SilverStripe theme to them.The module can either use redirection to a separate mobile domain, or serve mobile optimized content under the same URLs.

Go to Download


kaizencoders/wp-fluent

6 Favers
8 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.

Go to Download


dunglas/symfony-lock

8 Favers
21683 Downloads

Enforces that all Symfony components use the same major version

Go to Download


titonova/x-livewire

13 Favers
151 Downloads

A package that allows you to use livewire components the same way you would use blade components. Ie, giving it slots, atttributes etc

Go to Download


holabs/security

0 Favers
1772 Downloads

Add ability to use more authentifications in same time in your Nette Framework project

Go to Download


guysolamour/laravel-administrable

4 Favers
624 Downloads

An administration package based on Laravel. This package was made according to my personal use to not repeat the same things for each project.

Go to Download


josantonius/database

8 Favers
427 Downloads

Library for SQL database management to be used by several providers at the same time.

Go to Download


smachara/html2pdfbundle

1 Favers
6893 Downloads

This is a Bundle to use the last version of spipu-Html2pdf as a service in Symfony2 applications. I did this bundle because 'ensepar/html2pdf-bundle' does not use the last versions of spipu-Html2pdf and TCPDF. The rest still the same.

Go to Download


phaza/laravel-blade-inline-svg

5 Favers
66984 Downloads

Allows you to inline svgs in html so you can use normal CSS to apply styles to your svg. (No more multiple versions of same icon with just different colour)

Go to Download


moonlydays/inertia-routed-modals

3 Favers
127 Downloads

Use your routes to open modal windows the same way you open pages with Inertia

Go to Download


kamerk22/ipfuscator

15 Favers
6 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.

Go to Download


bllim/laravel-to-jquery-validation

28 Favers
2939 Downloads

This package makes validation rules defined in laravel work client-side by converting to jquery validation rules. It uses Jquery Validation Plugin. It also allows to use laravel validation messages so you can show same messages for both sides.

Go to Download


<< Previous Next >>