Libraries tagged by foreach
marvinpoehls/profitcalculation
5 Downloads
A tool which calculates the profit for each article
major-phyo-san/prevent-same-shit
26 Downloads
"Prevent duplicate database records by calculating SHA256 hash for each database entry"
lyovkin/blade-extensions
6 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
lmnskt/dolgosrok
10 Downloads
get currency exchange for each day
linushstge/number-pool
3 Downloads
Create a shared Number Pool for each of business number ranges to use native MySQL / MariaDB ``FOR UPDATE`` atomic locks if you run on a MySQL Master/Master Replication or on galera cluster.
laramore/requests
221 Downloads
Create a request for each of your Laramore model
landofcoder/module-split-order-graph-ql
7 Downloads
This extension allows your Magento store to split the order into an order for each item in the cart.
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
kruegge82/billbee-php-sdk-api
25 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.
krg/doctrine-nestedsets
26 Downloads
Library for working with tree structures in the database on the principle of "nested sets". A distinctive feature of the library is that it is possible to store several trees in one table. It is also not necessary to have one root node for each tree.
keyboardcowboy/drush-denver
756 Downloads
Customize modules, variables and permissions for each environment.
jweiland/rlmp_tmplselector
1568 Downloads
Select different templates for each page or tree branch. Easily works with either external html templates or pure TypoScript templates! Modified version based on the Modern Template Building tutorial.
jlsalvador/yii-db-http-token-session
7 Downloads
YiiDbHttpTokenSession is a Yii extension that extends CDbHttpSession by using a database as a token-session linker for each request-response without the need of a cookie or PHPSESSID usage (like a Rest Api solution).
jeherve/rss-reply-via-email
0 Downloads
Add a reply-to email address for each post in your RSS feeds.
infinitypaul/laravel-multistep-forms
9 Downloads
Multistep form functionality for Laravel, with the ability to persist data for each step, navigate back and forward, prevent accessing future steps and more.