Libraries tagged by bssid
scotch/module-customer
1 Downloads
Beside Module Customer
scotch/module-contact
1 Downloads
Beside Module for contact form customizations
scotch/module-click-collect
1 Downloads
Beside Module Click Collect
scotch/module-checkout
0 Downloads
Beside Module Checkout
scotch/module-catalog
0 Downloads
Beside Module Catalog
scotch/module-aramex
2 Downloads
Beside Module Aramex
ogmo_ar/augmented-reality-product-visualizer-and-configurator-for-magento
7 Downloads
Specially built for eCommerce, OGMO allows eCommerce users to easily examine digital products with the help of Augmented reality and 3D technology without having the physical product beside, allowing them to customize products according to their preference.
obisconcept/neos-bootstrap
1811 Downloads
A Neos CMS package to integrate Twitter Bootstrap and Font Awesome. Besides it integrates some Bootstrap based node types.
naviocean/laravel-nameparser
5554 Downloads
PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like 'Von Fange'. It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith).
kruegge82/billbee-php-sdk-api
26 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
it-bens/shopware-code-based-plugin-configuration
1069 Downloads
Package to provide a code based and typed way to create Shopware configurations besides XML files.
drupal-eca-recipe/eca_lib_0043
3 Downloads
Adds a Show writing tips panel to the Article node form. Selecting it fetches a fragment from an ECA endpoint over HTMX and swaps it into the panel, without submitting, validating or rebuilding the form and without changing any field. Completes the set of three form button samples: a field widget action writes one field, an Ajax handler writes many, and HTMX writes none but shows content beside the form.
drupal-eca-recipe/eca_lib_0039
2 Downloads
Adds an edit link to the rendered output of a node in the teaser view mode. The link points to the node's edit form and sits beside the title, not inside it. A scalar condition keeps this teaser-only, an update access check limits the link to users who may edit the node, and a user.permissions cache context keeps both outcomes cached correctly.
chrissileinus/reactphp-log
28 Downloads
A logger similar to the PSR-3: Logger Interface but add the ability of variable rubrics beside level.
crossjoin/json
180 Downloads
JSON decoder and encoder for PHP with full Unicode support following RFC 7159. Besides UTF-8 it also supports JSON in UTF-16BE, UTF-16LE, UTF-32BE and UTF-32LE encoding. And, as suggested by the RFC for better interoperability, it can also ignore byte order marks (BOMs) when parsing JSON.