Libraries tagged by business hours
drupal/saplings_hours
5 Downloads
Creates and configures a block to display business hours.
arkdevuk/business-hours
27 Downloads
easy to use library to represent business hours as object/string
adminetic/business-hour
62 Downloads
Business hour panel for adminetic admin panel
rafael-raupp/business-hours-diff
4 Downloads
A PHP library to calculate business hours between two dates.
rezozero/opening-hours
169 Downloads
Renders business opening-hours in different formats from a ISO formatted string
krzystof/business-calendar
324 Downloads
Manage working hours and events in a business calendar
webfactor/laravel-openinghours
82 Downloads
Assign opening hours to your eloquent models.
mackrais-organization/working-date-time-php
1 Downloads
A PHP library for working date-time calculations that considers working hours, weekends, and holidays.
fr30n/bookify
7 Downloads
Bookify is an Enterprise-Level Appointment Booking Plugin, allowing to manage multiple services, employees, customers, business locations, analyze business performance, and accept online payments through PayPal and Stripe.
sofa1at/mobiscrollinterpreter
300 Downloads
converts sofa 1 businesshours and timetables to mobiscroll invalid/valid objects
griffnode/php-sdk
0 Downloads
Accept Bitcoin, Litecoin, Dogecoin, Dash, Ethereum and ERC-20 tokens. Server-to-server, authenticated with a secret API key (`Authorization: Bearer sk_live_…` for live, or `sk_test_…` for test mode — same base URL). All monetary amounts in API responses are JSON numbers; **webhook** amounts are strings to preserve decimal precision (see the `webhooks` section). **Rate limits.** Every request is rate-limited per API key in two windows — per minute and per hour — by plan tier (min/hour): starter 30/500, business 100/2000, professional 300/5000, enterprise 1000/20000. Every response carries `X-RateLimit-Limit`, `X-RateLimit-Remaining` and `X-RateLimit-Reset` (Unix seconds) for the per-minute window. On `429` the body is `error: "RATE_LIMIT_EXCEEDED"` (either window) with a `Retry-After` header (seconds) — clients should retry after it. A separate `429` with `error: "MONTHLY_LIMIT_REACHED"` means the plan's monthly transaction quota (not the request rate).
toweringmedia/module-store-pickup
0 Downloads
One checkout flow for both fulfillment modes: Pickup + Delivery, with date + time slot/window selection. Availability is always real: location-based hours, blackout dates, cutoff times, and lead-time rules drive what customers can pick. Delivery includes service-area validation plus distance-based fees (Google Maps support + fallback distance calculation). Flexible delivery pricing: flat rate, per-km, or tiered distance bands. One operations layer for office + kitchen + drivers: every order becomes a trackable fulfillment task. One status lifecycle from order creation to ready / out for delivery / completed, with rescheduling tools when plans change. Built for multi-location businesses that need schedule accuracy, operational control, and clean execution.
hyraiq/uk-companies-house-lookup
130391 Downloads
UK business number validation and verification using the UK Companies House web services API
nogrod/dhl-retoure-php-sdk
597 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
creatissimo/dhl-de-retoure
115 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".