Popular Packages
-
-
teppokoivula/textformatter-code-blocks
ProcessWire CMS/CMF Textformatter module for creating Markdown style code blocks.
-
-
-
PHP
elbakkali/ip-geo-tools
A set of tools to make your life dealing with countries, geolocation, and ip addresses easier and speed up your developement process.
-
-
-
-
-
-
PHP
yaklimuk/mboxreader
This package allows to parse mbox files, filter messages by subject, subject regex, sender and date. It also allows to parse attachments and filter messages by the attachment's filename or it's regex
-
-
-
PHP
custom-laravel-form-request/validator
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.