spatie/spatie-price-api
Fetch pricing information from Spatie’s spatie.be API, used internally on Spatie product promotional sites. Includes a simple method to retrieve a price for a purchasable item. Open source but not intended for third-party use.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/payment | 0.81 | UNMAINTAINED. Laravel package to accept payments via payment gateways, with a Europabank e-commerce integration. Provides a payment form and configurable secrets/UID/MPI settings via a published config file. | 123 | 106 | 42 | 0 | 0 | 2.6 | — | MIT | 10 years ago | |
| spatie/spatie-content-api | 0.81 | Laravel/PHP package powering Spatie’s promotional-site content API. Fetch posts for a product or project (e.g., mailcoach) via a simple ContentApi facade and expose consistent, reusable content to your frontend or other services. | 5 | 5 | 2 | 455 | 0 | 13.5 | 27.7 | MIT | 7 months ago | |
| spatie/packagist-api | 0.81 | Search Packagist and fetch package details via the official Packagist API. Provides a simple PackagistClient built on Guzzle with a URL generator, plus helpers to list all packages or filter by vendor/type, and browse popular packages with pagination. | 130 | 134 | 21 | 117K | 0 | 5.2 | 40.8 | MIT | 1 year ago | |
| spatie/laravel-float-sdk | 0.80 | Laravel-friendly SDK for interacting with the Float.com API (v3). Configure your API token and user agent via .env/config and use the provided FloatClient to access Float endpoints. Not a full API implementation; contributions welcome. | 3 | 3 | 0 | 0 | 0 | 22.1 | — | MIT | 3 weeks ago | |
| spatie/url | 0.79 | Immutable URL parser/builder for PHP. Parse scheme, host, path and query, then fluently transform parts (withHost, withPath, withScheme) and manage query parameters. Supports allowed/sanitized schemes for safer URL handling. | 739 | 752 | 60 | 413K | 0 | 12.4 | 37.9 | MIT | 2 years ago | |
| spatie/sun | 0.79 | Compute sun position times for any coordinates: get sunrise, solar noon (zenith), and sunset as Carbon instances, optionally for a specific date. Simple PHP API from Spatie, ideal for scheduling, dashboards, and daylight-aware features. | 73 | 75 | 14 | 5K | 0 | 13.0 | 27.8 | MIT | 6 months ago | |
| spatie/tax-calculator | 0.79 | Interfaces and helpers to simplify tax calculations in PHP. Use TaxCalculation with plain numbers or items implementing HasTax to compute base, tax, and total prices, and combine calculations (e.g., cart items + delivery) on the fly. | 80 | 82 | 12 | 435 | 0 | 1.1 | 11.1 | MIT | 4 years ago | |
| spatie/one-package-to-rule-them-all | 0.79 | Pulls in all Spatie packages at once so you don’t have to require them individually. Install via Composer, optionally publish the config, and get the full Spatie “magic” in one go for your Laravel app. | 60 | 60 | 6 | 0 | 0 | 0.8 | — | MIT | 5 years ago | |
| spatie/laravel-there-there | 0.79 | Expose your Laravel app data as JSON for There There. Configure a secret and endpoint, validate incoming requests, and register a sidebar callback to return relevant customer info when agents open a ticket, shown in There There’s sidebar. | 2 | 2 | 0 | 1K | 0 | 17.1 | 40.9 | MIT | 2 months ago | |
| florianv/exchanger | 0.79 | PHP exchange-rate provider layer with 31 services behind one ExchangeRateService interface. Supports historical rates, PSR-16 caching, and chainable fallback across providers (commercial APIs, ECB, national banks, exchangerate.host) for fine-grained control. | 185 | 186 | 90 | 85K | 0 | 32.1 | 43.0 | MIT | 3 weeks ago | |
| spatie/guzzle-rate-limiter-middleware | 0.78 | Guzzle middleware to rate-limit HTTP requests by requests/second or requests/minute. When the limit is hit, it sleeps until a slot is available. Includes an in-memory store and supports custom persistence for sharing limits across processes. | 169 | 169 | 17 | 185K | 0 | 23.5 | 49.3 | MIT | 1 year ago | |
| spatie/laravel-stripe-webhooks | 0.78 | Laravel package to handle Stripe webhooks: verifies Stripe signatures, logs valid calls to the database, and dispatches configurable jobs or events per webhook type. Provides the plumbing for receiving and validating webhooks; you implement the business logic. | 522 | 525 | 71 | 109K | 0 | 31.3 | 37.0 | MIT | 2 months ago | |
| spatie/searchindex | 0.78 | Opinionated Laravel package to index and search objects via a unified API. Supports Elasticsearch and Algolia, with simple upsert and query methods for any model implementing the Searchable interface. | 438 | 444 | 48 | 15 | 0 | 7.8 | 0.2 | MIT | 8 years ago | |
| spatie/opening-hours | 0.78 | Define and query business opening hours with weekly schedules and exceptions. Check if a date/time is open or closed, get next open/close times, and format hours per day. Integrates with Carbon via cmixin/business-time for date-based queries. | 1,720 | 1,731 | 118 | 169K | 0 | 21.1 | 27.6 | MIT | 1 year ago | |
| spatie/checkout | 0.78 | Laravel package to manage the current order ID during a webshop checkout. Store the newly created order ID in the session and retrieve it later via a simple facade/API, keeping checkout steps clean and consistent across requests. | 42 | 43 | 3 | 0 | 0 | 2.1 | — | MIT | 9 years ago | |
| spatie/laravel-help-space | 0.78 | Laravel package to integrate HelpSpace. Validates incoming HelpSpace sidebar requests and lets you return HTML (views/strings) with customer context based on ticket data like email, so HelpSpace can render rich sidebar info in the help desk UI. | 23 | 24 | 1 | 1K | 0 | 1.3 | 23.4 | MIT | 1 year ago | |
| spatie/workshop-unit-conversions | 0.77 | Lightweight PHP package for performing unit conversions in Laravel or any PHP app. Install via Composer and convert values between supported units with a simple API. Includes tests, changelog, and MIT license. | 2 | 2 | 1 | 0 | 0 | 20.6 | — | MIT | 5 years ago | |
| spatie/visit | 0.77 | Human-friendly curl for the terminal. Visit any URL and display its response with colorized output (HTML via bat, JSON via jq), plus status code and response time. Supports custom HTTP methods and options like following redirects. | 391 | 390 | 14 | 1 | 0 | 7.5 | 0.0 | — | 1 year ago | |
| mollie/mollie-api-php | 0.75 | Official Mollie API client for PHP. Create and manage payments, refunds, customers, subscriptions, and more. Supports iDEAL, cards, Apple Pay, Google Pay, PayPal, Klarna, SEPA, Bancontact, and other Mollie payment methods. | 602 | 613 | 201 | 509K | 2 | 38.1 | 48.2 | BSD-2-Clause | 2 weeks ago |
How can I help you explore Laravel packages today?