Libraries tagged by Laravel Rest
fruitsbytes/laravel-moncash
4 Downloads
A Laravel package to communicate with Digicel Moncash Rest API version 1
foris-master/rest-api-helper
11 Downloads
Laravel package for rapidly setup a full rest api
codivores/laravel-modular-api
34 Downloads
A Laravel package for creating JSON:API-compliant REST APIs, with support for versioning and multiple sub-APIs, organized into standalone, modular services.
cherrypulp/laravel-wordpress
1217 Downloads
Package helper for Wordpress integration into your Laravel project using direct DB, GraphQL or Rest integration
arkhas/neo4j-laravel-eloquent
20 Downloads
Laravel wrapper for the Neo4j graph database REST interface
zidbih/laravel-auto-cache-clear
8 Downloads
A Laravel package that automatically clears cache for Eloquent models using PHP attributes. Define cache-clearing behavior directly above your model with the #[ClearCacheWhen] attribute, and let the package handle the rest.
yuritsuki/laravel-swagger
69 Downloads
Provided middleware for generating of swagger-documentation file by run testing of restful API.
xcremant/laravel-sberbank-acquiring
2 Downloads
Provides functionality to interoperate with Sberbank acquiring system
wzaradzki/laravel-microservice-communicator
17 Downloads
Laravel package for handling microservice communication via Azure Service Bus REST API and Redis Streams
wirke/composer-rest-v
177 Downloads
communicate the composer version out via a rest endpoint
wassapaks/laravel_api_boilerplate_firebase
1 Downloads
This is a Laravel API Boilerplate you can use to build your first API in seconds. Built on top of Laravel 11 Framework. I developed this for one of my project. This api requires Firebase for authentication, but you can configure to use JWT, Cognito, Sanctum or its up to you. Sharing this as most of the components and framework I used are all open source.
vjroby/laravel-nonce
42757 Downloads
This is a package for integrating nonces in Laravel in requests
vismutx/laravel-spapi
4 Downloads
A Laravel wrapper for Amazon's Selling Partner API (via jlevers/selling-partner-api)
utkarshx/laravel-api-guard
19 Downloads
Authenticate your api Keys with Laravel
thecsea/laravel-noredirect-traits
51 Downloads
The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications