Libraries tagged by foreach

squirrelphp/twig-php-syntax

46 Favers
3596216 Downloads

Adds common PHP syntax to twig templates, like ===, foreach and continue/break.

Go to Download


wyrihaximus/react-awaitable-observable

5 Favers
189699 Downloads

🛠️ Make observables foreachable using async & await

Go to Download


statikbe/laravel-filament-flexible-content-blocks

86 Favers
3529 Downloads

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

Go to Download


smalot/magento-client

79 Favers
100246 Downloads

Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.

Go to Download


radic/blade-extensions

274 Favers
311040 Downloads

Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc

Go to Download


experius/module-addresslines

46 Favers
62821 Downloads

Add labels to address lines and configuration for each address line.

Go to Download


craftcms/store-hours

64 Favers
87174 Downloads

This plugin adds a new “Store Hours” field type to Craft, for collecting the opening and closing hours of a business for each day of the week.

Go to Download


tomasvotruba/phpstan-bodyscan

34 Favers
102 Downloads

Get error count for each PHPStan level

Go to Download


muhdfaiz/laravel-tail-db

59 Favers
23663 Downloads

Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.

Go to Download


georgringer/news-seo

5 Favers
20720 Downloads

Indivdual indexing/robot information for each news article record

Go to Download


biegalski-llc/laravel-mailgun-webhooks

23 Favers
36801 Downloads

This package allows you to quick and easily integrate your Laravel application with Mailgun Webhooks thus allowing you to track the outgoing email status for each individual user. There is also an optional feature to receive alerts for specific mailgun events such as spam complaints and sending failuresgit .

Go to Download


y1/magento2-module-manage-pagebuilder-status

2 Favers
1773 Downloads

Allows changing pagebuilder usage for each individual CMS block or page

Go to Download


rfookune/lara-pdf-merger-php-7-2

3 Favers
20788 Downloads

Forked from https://github.com/deltaaskii/lara-pdf-merger. Replaced each() (depreciated in php 7.2) to foreach.

Go to Download


paypaplane/svix-client

0 Favers
5089 Downloads

Welcome to the Svix API documentation! Useful links: [Homepage](https://www.svix.com) | [Support email](mailto:[email protected]) | [Blog](https://www.svix.com/blog/) | [Slack Community](https://www.svix.com/slack/) # Introduction This is the reference documentation and schemas for the [Svix webhook service](https://www.svix.com) API. For tutorials and other documentation please refer to [the documentation](https://docs.svix.com). ## Main concepts In Svix you have four important entities you will be interacting with: - `messages`: these are the webhooks being sent. They can have contents and a few other properties. - `application`: this is where `messages` are sent to. Usually you want to create one application for each user on your platform. - `endpoint`: endpoints are the URLs messages will be sent to. Each application can have multiple `endpoints` and each message sent to that application will be sent to all of them (unless they are not subscribed to the sent event type). - `event-type`: event types are identifiers denoting the type of the message being sent. Event types are primarily used to decide which events are sent to which endpoint. ## Authentication Get your authentication token (`AUTH_TOKEN`) from the [Svix dashboard](https://dashboard.svix.com) and use it as part of the `Authorization` header as such: `Authorization: Bearer ${AUTH_TOKEN}`. For more information on authentication, please refer to the [authentication token docs](https://docs.svix.com/api-keys). ## Code samples The code samples assume you already have the respective libraries installed and you know how to use them. For the latest information on how to do that, please refer to [the documentation](https://docs.svix.com/). ## Idempotency Svix supports [idempotency](https://en.wikipedia.org/wiki/Idempotence) for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. To perform an idempotent request, pass the idempotency key in the `Idempotency-Key` header to the request. The idempotency key should be a unique value generated by the client. You can create the key in however way you like, though we suggest using UUID v4, or any other string with enough entropy to avoid collisions. Svix's idempotency works by saving the resulting status code and body of the first request made for any given idempotency key for any successful request. Subsequent requests with the same key return the same result. Please note that idempotency is only supported for `POST` requests. ## Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Go to Download


milito/query-filter

5 Favers
5938 Downloads

This is package to use query filter for each model. This package is made entirely for personal use. But if you are eager to use this, you can easily use this package by using readme. This is very simple and amateur :).

Go to Download


Next >>