Popular Packages
-
PHP
symbiote/silverstripe-dynamiclists
A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.
-
-
PHP
phpxmlrpc/extras
A collection of server-side addons that might be of use for development of xml-rpc (and json-rpc) based applications
-
-
hipdevteam/conditions
Everything needed to manage conditions for Hip client sites.
-
-
-
PHP
waynestate/image-faker
Fake image generator using the PHP GD library. Accessible through a Laravel route.
-
-
-
-
-
-
PHP
spatie/laravel-binary-uuid
Binary support for UUIDs in Laravel
Abandoned! See https://github.com/michaeldyrynda/laravel-efficient-uuid
-
PHP
stocker4all/luhn-mod-n
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.