Libraries tagged by aire
kunstmaan/utilities-bundle
146061 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/seo-bundle
125576 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/pagepart-bundle
129537 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.
krzysztof-gzocha/searcher
60851 Downloads
Searcher is a framework-agnostic search query builder. Search queries are written using Criterias and can be run against MySQL, MongoDB, ElasticSearch or even files.
jweiland/maps2
79628 Downloads
Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap
jeremykenedy/uuid
127712 Downloads
Laravel package to generate a UUID according to the RFC 4122 standard. UUID Versions 1, 3, 4 and 5 are supported. With MIT license.
janeklb/json-char-input-reader
46789 Downloads
Read a JSON stream and execute callbacks whenever complete JSON chunks are parsed
imliam/laravel-throttle-simultaneous-requests
22487 Downloads
Throttle the current user's requests based on how many requests are currently being executed.
ikr/money-math
13600 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
goalgorilla/open_social_scripts
314619 Downloads
Repo that contains scripts for Open Social that are not generic enough to be in the distro repo (e.g. docker scripts).
evodelavega/freshdesk-rest
85031 Downloads
A simple wrapper for the Freshdesk REST API. Freshdesk themselves are aware of this repo, and it is currently listed as the only third-party PHP wrapper
elgentos/magento2-filtered-product-list-noindex
12831 Downloads
Make sure that filtered product list pages are not indexed by search engines.
dereuromark/composer-versions-check
281576 Downloads
Checks if packages are up to date to last major versions after update
customgento/module-admin-payment-m2
25774 Downloads
Admin Payment for Magento 2 adds an internal payment method in the admin area.
cobweb/svconnector
380131 Downloads
This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.