Libraries tagged by BUSD
kununu/testing-bundle
24143 Downloads
Testing made easy by providing helper classes and fixtures loading
kunstmaan/utilities-bundle
142327 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
118240 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
101834 Downloads
A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes
kunstmaan/seo-bundle
121912 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/sensio-generator-bundle
302400 Downloads
This bundle generates code for you
kunstmaan/search-bundle
77000 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
125814 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.
kunstmaan/node-search-bundle
71406 Downloads
This bundle uses the KunstmaanSearchBundle to search through Nodes from the KunstmaanNodeBundle
kunstmaan/node-bundle
133209 Downloads
All websites need pages(we call them nodes) but you probably don't want to spend too much time building them. Plus they should look pretty and contain the right content and that takes time. We make sure you have to spend less time managing your pages but still offer you flexibility so you can focus on more important tasks and don't have to worry about it.
kunstmaan/media-pagepart-bundle
120510 Downloads
The KunstmaanMediaPagePartBundle is a pagepart that can be used on the KunstmaanPagePartBundle. It is a separate bundle to prevent a tight coupling between the KunstmaanPagePartBundle and the KunstmaanMediaBundle.
kunstmaan/media-bundle
124996 Downloads
To build your perfect website you probably need images, video's or maybe even a presentation too. The Kunstmaan Media Bundle handles all those media assets and centralizes them so you can find your content just the way you like it: fast and efficiently. No central asset management module is useful without some pretty advanced image editing functionality. To provide this we have integrated the Aviary image editing service right from the interface.
kunstmaan/generator-bundle
107191 Downloads
If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?
kunstmaan/form-bundle
122612 Downloads
Managing forms, fields and their submissions by the user is a key functionality missing in most platforms. By leveraging the KunstmaanPagePartBundle system in the KunstmaanFormBundle users gain an easy way to create and manage the form on their website, again without having to worry about the technical side of things.
kunstmaan/article-bundle
111319 Downloads
Add articles to your website. Use the KunstmaanGeneratorBundle to generate a new Overview/Detail article section for your website