Libraries tagged by kurs
kunstmaan/admin-bundle
142926 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
250194 Downloads
Package to retry failed jobs in batch using custom filters
kus/php-image
66088 Downloads
Wrapper for PHP's GD Library for easy image manipulation
krustnic/docx-merge
142946 Downloads
Simple library for merging multiple MS Word ".docx" files into one
kirschbaum-development/nova-mail
51326 Downloads
A Laravel Nova action for sending mail.
kirschbaum-development/nova-comments
89191 Downloads
A Laravel Nova resource for commenting on model.
karsonzhang/fastadmin-addons
159748 Downloads
addons package for fastadmin
mydnic/nova-kustomer
15851 Downloads
Laravel Nova Kustomer Feedback Tool
nip24/client
19440 Downloads
NIP24 Client for PHP
kunstmaan/utilities-bundle
144162 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
119994 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
103579 Downloads
A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes
kunstmaan/seo-bundle
123697 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
78717 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
127643 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.