Libraries tagged by kurs
kunstmaan/admin-bundle
144018 Downloads
The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content.
kirschbaum-development/laravel-queue-batch-retry
258949 Downloads
Package to retry failed jobs in batch using custom filters
kus/php-image
68157 Downloads
Wrapper for PHP's GD Library for easy image manipulation
krustnic/docx-merge
151833 Downloads
Simple library for merging multiple MS Word ".docx" files into one
kirschbaum-development/nova-mail
54287 Downloads
A Laravel Nova action for sending mail.
kirschbaum-development/nova-comments
95333 Downloads
A Laravel Nova resource for commenting on model.
karsonzhang/fastadmin-addons
164674 Downloads
addons package for fastadmin
mydnic/nova-kustomer
16227 Downloads
Laravel Nova Kustomer Feedback Tool
nip24/client
21348 Downloads
NIP24 Client for PHP
kunstmaan/utilities-bundle
145233 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher
kunstmaan/translator-bundle
121051 Downloads
A bundle which enables editing translations in the admin interface without need for editing the translations files. Translations will be stored in a (default) database and retrieved on the most efficient way possible.
kunstmaan/sitemap-bundle
104636 Downloads
A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes
kunstmaan/seo-bundle
124765 Downloads
Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.
kunstmaan/search-bundle
79735 Downloads
The KunstmaanSearchBundle works with ElasticSearch and supports different search providers. The bundle currently supports Elastica as a provider. Add your own objects to index using a tagged service which implements the SearchConfigurationInterface
kunstmaan/pagepart-bundle
128720 Downloads
The KunstmaanPagePartBundle forms the basis of our content management framework. A page built using a composition of blocks names pageparts. These pageparts allow you to fully separate the data from the presentation so non-technical webmasters can manage the website. Every page can have it's own list of possible pageparts, and pageparts are easy to create for your specific project to allow for rapid development.