Libraries tagged by Live Chat
saschaende/t3helpers
2584 Downloads
Helpers like in LARAVEL: Simple and easy functions that make your TYPO3 life with extbase and extension development a little easier.
kianbomba/invoker
365 Downloads
Un Utility Package that help to make your life easier :D
quizpalme/camaliga
1217 Downloads
A carousel/gallery/map/list extension that can use the TYPO3 categories and different jQuery-plugins like Slick or Isotope. Bootstrap 5 support. Indexer for ke_search.
michael-rubel/laravel-sql-function-repository
1041 Downloads
It is an example template for Laravel packages. Fill or change it the way you like.
sven/emote-cli
14 Downloads
Unicode-character based emotes from the command line ⊂(◉‿◉)つ
susanne/bluescreen
19 Downloads
TYPO3 CMS Extension to change the production exceptions to look like windows bluescreens.
silbinarywolf/silverstripe-mrfilter
4801 Downloads
A filtering form API that's fully configurable in the CMS and has live front-end Google Map filtering.
lambdapuppets/lambdapuppets
80 Downloads
Little Lambda Puppets (LLP) are self-contained instances of [puppeteer](https://developers.google.com/web/tools/puppeteer) that run on AWS lambda (and have a life of their own).
kirschbaum-development/livewire-filters
4065 Downloads
Livewire Filters is a series of Livewire components that provide you with the tools to do live filtering of your data from your own Livewire components.
felixarntz/wp-gdpr-cookie-notice
110 Downloads
Simple performant cookie consent notice that supports AMP, Web Stories, granular cookie control and live preview customization.
piotrpress/slack-tail
19 Downloads
A simple command line tool to tail a file and send the output to a Slack channel.
mediagone/types-collections
1933 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
emma/searchengine
31 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
eher/phpwatch
74 Downloads
Command line client that allow you to run arbitrary shell commands whenever changes occur in a list of specified files
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.