Libraries tagged by mighty
experius/magento1-patch-helper
2723 Downloads
Helps you to find files in custom themes, custom modules or local overwrites that also might need to be patched manually
tback/scheduledaemon
18347 Downloads
ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.
sheadawson/silverstripe-dynamiclists
7196 Downloads
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.
mouf/utils.common.lock
67234 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.
destrofer/helper-library
377 Downloads
Library of classes that might be useful
danielhe4rt/laravel-mails-resend
26 Downloads
Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.
code711/speedupyaml
466 Downloads
This extension provides an XCLASS for TYPO3\CMS\Core\Configuration\Loader\YamlFileLoader to use the pecl extension YAML if available instead of the Symfonies\'s Yaml::parse. This extension is experimental and a proof-of-concept. It might work in production.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
marshmallow/laravel-php-timer
1210 Downloads
A simple timer to check where your php might be slow.
abibidu/bitmask
6231 Downloads
Bitmask class helps you to use all might of bit masks and don't care about what bitwise operations are. It represents a high-level abstraction that looks like simple and manageable object and behaves like collection.
might-fail/might-fail
3 Downloads
A PHP implementation of the MightFail project
actionable/gem-might-also-like
176 Downloads
Pull in recent blog posts from Actionable public websites to make a 'You Might Also Like' widget
zvps/ebay-sell-analytics-php-client
32 Downloads
The Analytics API provides data and information about a seller and their eBay business. The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance rating. The three resources in the Analytics API provide the following data and information: Customer Service Metric – Returns data on a seller's customer service performance as compared to other seller's in the same peer group. Traffic Report – Returns data that shows how buyers are engaging with a seller's listings. Seller Standards Profile – Returns data pertaining to a seller's performance rating. Sellers can use the data and information returned by the various Analytics API methods to determine where they can make improvements to increase sales and how they might improve their seller status as viewed by eBay buyers. For details on using this API, see Analyzing seller performance.
xcutionsociety/php-tools
360 Downloads
A collection of functions you might need
tsquare/classoverrider
7 Downloads
Override PHP Classes using a path outside of your project, to make customizations that might otherwise be overwritten on an update.