spatie/laravel-harvest-sdk
Laravel-friendly SDK for the Harvest.com API. Configure account ID, access token, and user agent, then resolve the Harvest client from the container or facade to call API endpoints. Not a complete implementation; PRs welcome.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-mailcoach-sdk | 0.84 | Laravel SDK for the Mailcoach API (self-hosted v6+ and Mailcoach Cloud). Manage email lists, subscribers and campaigns, create and send campaigns, send test emails, and easily iterate paginated API resources with next(). | 41 | 41 | 10 | 22K | 0 | 19.4 | 43.2 | MIT | 2 months ago | |
| badpixxel/php-sdk | 0.83 | — | 0 | 0 | 0 | 434 | 0 | 0.0 | 36.4 | MIT | — | |
| spatie/laravel-webhook-server | 0.83 | Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app. | 1,072 | 1,080 | 142 | 390K | 0 | 33.6 | 40.0 | MIT | 3 months ago | |
| bynder/bynder-php-sdk | 0.82 | PHP SDK for integrating Bynder’s DAM platform. Manage assets, collections, metadata, and uploads/downloads via the Bynder API. Includes authentication helpers and convenient client methods for common media management workflows. | 17 | 18 | 21 | 15K | 5 | 10.8 | 41.6 | MIT | 1 year ago | |
| spatie/laravel-tags | 0.82 | Add flexible tagging to Laravel Eloquent models with the HasTags trait. Create, attach, detach, and query tags with ease, with built-in support for tag types, translations, and sorting—ideal for organizing content across your app. | 1,740 | 1,760 | 286 | 474K | 0 | 41.0 | 37.9 | MIT | 3 months ago | |
| spatie/activitylog | 0.82 | Laravel 5 user activity logging package by Spatie: records actions to a database table and optionally to Laravel’s log handler, with migration and facade support. Abandoned since 2016-06-28; use spatie/laravel-activitylog instead. | 582 | 596 | 74 | 155 | 0 | 5.0 | 1.0 | MIT | 9 years ago | |
| spatie/laravel-stripe-webhooks | 0.81 | 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 | |
| nnjeim/respond | 0.80 | — | 5 | 5 | 1 | 0 | 0 | 0.7 | — | MIT | 4 years ago | |
| purwantoid/package-generator | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 10.8 | — | — | 5 months ago | |
| spatie/laravel-webhook-client | 0.80 | Receive webhooks in your Laravel app with Spatie’s webhook client. Verify signed requests, store incoming payloads, and process them asynchronously via queued jobs. Includes configurable webhook profiles and processing logic for reliable integrations. | 1,182 | 1,188 | 159 | 461K | 0 | 39.1 | 41.7 | MIT | 1 month ago | |
| spatie/packagist-api | 0.80 | 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-open-telemetry | 0.80 | Add OpenTelemetry tracing to Laravel to measure performance and follow requests across dispatched jobs and services. Export traces to tools like Jaeger or Aspecto for end-to-end visibility and debugging. (Package still in development.) | 181 | 183 | 22 | 3K | 0 | 2.4 | 12.6 | MIT | 1 year ago | |
| commercetools/commercetools-api-reference | 0.79 | Official API reference for the commercetools platform. Includes models, endpoints, schemas, and examples to help you explore and integrate commercetools services, keeping your client implementations aligned with the latest API definitions. | 65 | 66 | 32 | 108 | 5 | 2.7 | 7.5 | — | — | |
| spatie/laravel-package-tools | 0.79 | A base PackageServiceProvider for Laravel package authors to quickly register and publish config, views, translations, assets, routes, migrations, commands, view components/composers, and an optional interactive install command. | 946 | 957 | 164 | 6M | 0 | 38.8 | 61.8 | MIT | 2 weeks ago | |
| spatie/laravel-screenshot | 0.78 | Driver-based Laravel package for taking web page screenshots with great defaults. Use Browsershot (Chromium) or Cloudflare Browser Rendering, customize viewport/format/quality, save to files, and easily fake/assert screenshots in tests. | 81 | 81 | 3 | 20K | 0 | 16.6 | 37.4 | MIT | 3 months ago | |
| spatie/laravel-activitylog | 0.78 | Log user and model activity in Laravel with an easy API. Manually record actions or automatically log Eloquent events, attach subjects/causers and custom properties, and query everything via the Activity model stored in the activity_log table. | 5,843 | 5,903 | 745 | 2M | 0 | 67.0 | 41.0 | MIT | 2 months ago | |
| spatie/laravel-long-running-tasks | 0.78 | Monitor and manage external long-running tasks (e.g., AWS Rekognition jobs) in Laravel by polling for status. Define a task with a check() method, store metadata, and keep checking at a configurable interval until completion. | 38 | 38 | 2 | 279 | 0 | 20.8 | 14.7 | MIT | 4 weeks ago | |
| spatie/spatie-content-api | 0.77 | 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 | |
| commercetools/php-sdk | 0.77 | Deprecated PHP SDK for commercetools Composable Commerce. Provides native PHP models/helpers, IDE autocompletion, object mapping, i18n, and an OAuth2 client with caching and async/concurrent request support. Requires PHP 5.6+ (Guzzle). | 43 | 44 | 22 | 1K | 19 | 8.2 | 20.8 | MIT | 3 years ago | |
| spatie/mailcoach | 0.77 | Self-hosted email marketing for Laravel: manage audiences, send campaigns with segmentation and A/B testing, track analytics, build automation workflows, and handle transactional emails—all in one Mailcoach app integrated with your project. | 402 | 402 | 95 | 53 | 0 | 29.1 | 0.8 | — | 2 months ago |
How can I help you explore Laravel packages today?