spatie/packagist-api
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| citizen63000/easy-api-core | 0.88 | — | 0 | 0 | 1 | 10 | 0 | 20.1 | 16.8 | MIT | 1 month ago | |
| bsll/api-bundle | 0.87 | Laravel bundle for building and organizing JSON API endpoints, with helpers for routing, request/response handling, and common API concerns. A lightweight starting point for integrating an API layer into an existing app or new project. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| open-southeners/extended-laravel | 0.86 | Adds handy Laravel extensions and helper utilities to streamline common tasks and reduce boilerplate. Designed as a lightweight add-on for projects needing extra convenience features beyond the core framework, with simple installation and integration. | 0 | 0 | 0 | 98 | 0 | 19.8 | 32.0 | MIT | 3 months ago | |
| phpforce/soap-client | 0.86 | PHP client for the Salesforce SOAP API. Query and manipulate org data via a builder-based client, with SOQL support, record iteration for large result sets, bulk save helpers to stay within API limits, timezone/date conversions, and event-based extensibility. | 80 | 83 | 72 | 3K | 14 | 7.8 | 28.8 | MIT | 11 years ago | |
| alhames/apihelper | 0.86 | Laravel/PHP helper utilities for building API responses and common API tasks. Provides convenience methods for formatting output, handling errors, and streamlining controller/service code when creating REST-style endpoints. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| birim/laravel-rest-api | 0.86 | Expose Eloquent models as a simple JSON REST API in Laravel. Configure endpoints in a config file, then query /laravel-json/{resource} for lists, skip/take pagination, and basic field search. Optionally control returned attributes via model properties. | 2 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| dovstone/symfony-blog-admin-bundle-mongodb-based | 0.86 | — | 0 | 0 | — | 0 | — | 0.3 | — | — | — | |
| lastdragon-ru/lara-asp-core | 0.86 | — | 0 | 0 | 1 | 4K | 0 | 0.0 | 50.3 | MIT | — | |
| spatie/mailcoach-sdk-php | 0.85 | PHP SDK for the Mailcoach API (self-hosted v6+ and Mailcoach Cloud). Manage email lists, subscribers, and campaigns: create and send campaigns, send tests, and browse paginated resources with an easy next() workflow. | 31 | 31 | 18 | 55K | 0 | 26.8 | 51.4 | MIT | 1 month ago | |
| ajaykumaraipl/package | 0.85 | Laravel/PHP package by ajaykumaraipl. Provides reusable components/helpers intended to simplify common application tasks and speed up development. Install via Composer and integrate into your Laravel project as needed. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| spatie/laravel-resource-endpoints | 0.85 | Abandoned package that adds controller-based “links” and collection “meta” links to Laravel API Resources. Automatically generates URLs for actions like index/show/edit/update/delete, so resources can expose REST endpoints without manually building routes. | 240 | 240 | 13 | 0 | 0 | 2.6 | — | MIT | 5 years ago | |
| dorvidas/laravel-json-api-client | 0.85 | Laravel package for consuming JSON:API services with a simple client in Laravel apps. Helps you send requests, handle responses, and work with JSON:API resources in a structured way. Suitable for integrating external APIs with minimal boilerplate. | 2 | 2 | 1 | 0 | 1 | 0.4 | — | — | 7 years ago | |
| spatie/laravel-harvest-sdk | 0.85 | 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. | 1 | 1 | 0 | 0 | 0 | 15.2 | — | MIT | 3 months ago | |
| baconmanager/packagist-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| spatie/spatie-content-api | 0.84 | 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 | 2K | 0 | 11.1 | 35.6 | MIT | 9 months ago | |
| spatie/searchindex | 0.84 | 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 | 19 | 0 | 7.8 | 0.3 | MIT | 8 years ago | |
| 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 | 29K | 0 | 17.1 | 44.1 | MIT | 4 months ago | |
| spatie/url | 0.84 | 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. | 741 | 754 | 60 | 458K | 0 | 12.4 | 38.6 | MIT | 2 years ago | |
| spatie/laravel-package-tools | 0.83 | A base PackageServiceProvider for Laravel package authors. Quickly register and publish config, views, translations, assets, routes, migrations, commands, view components/composers, and install commands—all via a clean, fluent API. | 952 | 961 | 164 | 7M | 0 | 35.9 | 61.6 | MIT | 2 months ago | |
| spatie/spatie-price-api | 0.83 | 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. | 15 | 15 | 0 | 222 | 0 | 18.3 | 18.2 | MIT | 3 months ago |
How can I help you explore Laravel packages today?