Libraries tagged by api-endpoints
sowl/laravel-doctrine-jsonapi
928 Downloads
Package for the Laravel that allows developers to create JSON:API endpoints using the Doctrine ORM for data persistence.
southcoastweb/scw-wp-rest-registration
72 Downloads
Register your Wordpress REST API endpoints easily
shamran/easydaraz
31 Downloads
A package to make api endpoint calls to daraz e-commerce site for sellers
samuelgfeller/slim-starter
56 Downloads
Slim 4 starter with frontend and API endpoint
phisby/phisby
100 Downloads
REST API Endpoint Testing built on PHPUnit
nickjbedford/laravel-endpoints
98 Downloads
The Laravel Endpoints framework provides an easy way to implement API endpoints in separate Responsable-style classes.
martinmulder/openapi-crowdstrike-falcon-php
155 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
kucrut/bridge
268 Downloads
Additional REST API endpoints and functionalities
kaythinks/eazycurl
139 Downloads
This package will make calling API endpoints easier
jorisvandesande/yuki-api-client
9140 Downloads
An API client for the Yuki SOAP API endpoints
flux711/rest-api-doc
2433 Downloads
Simple documentation generator for Yii2 REST applications based on defined API endpoints and actions annotations. Forked from https://github.com/nostop8/yii2-rest-api-doc.
boxybird/boxybird-wp-query-endpoint
7 Downloads
Query anything you want from the WordPress database using a single REST API endpoint.
baraja-core/structured-api-doc
4513 Downloads
Automatically generated documentation by parsing of Structured API endpoints.
axt-team/uapi-sdk-php
37 Downloads
Official PHP SDK for UAPI / uapis.cn — typed PHP 8.1+ wrapper around 100+ free public-API endpoints (network, text, image, social, translation, search). Generated from the live OpenAPI 3.1 spec.
avnsh1111/laravel-api-rate-limiter
32 Downloads
Laravel API Rate Limiter is an open-source package designed to help developers easily implement and manage rate limiting for their API endpoints in Laravel applications. This package aims to provide a flexible and configurable solution for protecting APIs from excessive requests, ensuring optimal performance and preventing abuse.