spatie/laravel-resource-endpoints
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-resource-links | 0.89 | Abandoned package that adds action URLs to Laravel API resources. Generate per-item and collection links (show/edit/update/delete, index/create/store) from a controller or defined actions, so resources include ready-to-use endpoints without manual URL building. | 240 | 241 | 13 | 72 | 0 | 2.6 | 1.1 | MIT | 5 years ago | |
| spatie/laravel-endpoint-resources | 0.89 | Abandoned package that adds controller/action-based URL links to Laravel API resources and collection meta. Includes traits to generate “show/edit/update/delete” item links and “index/create/store” collection links automatically. | 240 | 240 | 13 | 0 | 0 | 2.6 | — | MIT | 5 years ago | |
| 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 | |
| citizen63000/easy-api-core | 0.86 | — | 0 | 0 | 1 | 10 | 0 | 20.1 | 16.8 | MIT | 1 month ago | |
| dovstone/symfony-blog-admin-bundle-mongodb-based | 0.86 | — | 0 | 0 | — | 0 | — | 0.3 | — | — | — | |
| yansongda/supports | 0.86 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| spatie/laravel-package-tools | 0.85 | 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/laravel-link-checker | 0.85 | Unmaintained: Artisan command to crawl your Laravel app and check internal/external links. Logs URLs that don’t return 2xx/3xx responses and can email broken-link reports. Configurable base URL, link-check profiles, reporters, and concurrency settings. | 261 | 258 | 42 | 39 | 0 | 4.9 | 0.6 | MIT | 3 years ago | |
| kwi/urllinker | 0.84 | Laravel/PHP URL linker that scans text and converts web addresses, emails, and similar patterns into clickable HTML links. Lightweight helper for turning plain content into safe, formatted output in views, notifications, and user-generated text. | 3 | 3 | 0 | 14 | 0 | 0.0 | 9.0 | — | — | |
| sourcetoad/enhanced-resources | 0.84 | Laravel API resource enhancement that lets a single Resource expose multiple output “formats” via PHP attributes. Mark methods with #[Format], pick formats with ->format('name'), and optionally set a default with #[IsDefault] to avoid exceptions. | 8 | 8 | 1 | 12K | 0 | 20.2 | 48.3 | MIT | 3 months ago | |
| bigz/halapi | 0.83 | HAL JSON representation helper for HATEOAS APIs. Uses annotations and conventions to expose entities with links/relations, with pluggable URL generator, annotation reader, object manager, and pagination. Symfony-friendly today; aiming for framework-agnostic/PSR. | 2 | 2 | 0 | 0 | 0 | 1.2 | — | — | 8 years ago | |
| novius/laravel-linkable | 0.83 | Manage “linkable” Eloquent models in Laravel: define per-model link configuration (URL callback or route), labels/groups/search, and query customization. Includes a Linkable Nova field plus publishable config and language files. | 0 | 0 | 0 | 410 | 0 | 22.8 | 42.1 | AGPL-3.0 | 3 weeks ago | |
| cnd-api-maker/core | 0.83 | Laravel package for building and scaffolding API endpoints with CND API Maker. Provides core helpers and structure to generate controllers, routes, and resources, speeding up common CRUD API development and standardizing patterns across projects. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| willdurand/hateoas | 0.82 | Hateoas is a PHP library for building HATEOAS-friendly REST representations. Configure links and embedded resources via annotations/attributes, XML or YAML, with expression language support, URL generators, and serializers (HAL JSON/XML) for rich hypermedia APIs. | 1,041 | 1,047 | 119 | 127K | 31 | 36.7 | 42.6 | NOASSERTION | 6 months ago | |
| carloschininin/api-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| spatie/laravel-route-discovery | 0.81 | Automatically discover Laravel routes by scanning controllers and views instead of manually defining them. Configure discovery in your routes files and use PHP attributes to customize names, middleware, and more for each discovered route. | 239 | 240 | 29 | 2K | 0 | 23.8 | 14.6 | MIT | 4 months ago | |
| spatie/laravel-login-link | 0.81 | Spatie Laravel Login Link adds a Blade component to render one-click login links for seeded users in local development. Great for admin areas and teams: pick a user/role without remembering credentials. Restricts usage by allowed hosts (defaults to localhost). | 464 | 464 | 27 | 85K | 0 | 22.5 | 34.6 | MIT | 4 months ago | |
| atldays/laravel-url | 0.81 | — | 0 | 0 | 0 | 204 | 0 | 16.1 | 36.4 | MIT | 3 months ago | |
| spatie/laravel-url-signer | 0.80 | Sign and validate any URL in Laravel with an expiring signature. Works across apps, uses a configurable secret (not the app key), and includes middleware to protect routes. Generate time-limited links in one call and verify them anywhere. | 718 | 727 | 52 | 22K | 0 | 24.0 | 22.8 | MIT | 4 months ago | |
| birim/laravel-rest-api | 0.80 | 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 |
How can I help you explore Laravel packages today?