Libraries tagged by endpoint
mchev/laravel-odk
123 Downloads
Laravel-ODK is a simple wrapper around the ODK Central API that makes working with its endpoints a breeze!
matrix2305/omnipay-nestpay
214 Downloads
NestPay gateway for Omnipay payment processing library - with custom set endpoints
martinmulder/openapi-crowdstrike-falcon-php
42 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.
mainlycode/health-bundle
2133 Downloads
Symfony bundle for adding a /health endpoint to your application
legrand/sparqlmodel
24 Downloads
A model for Laravel 4, that can manage object through a graph database using SPARQL endpoint.
laragopl/laravel-monit
43 Downloads
This package provides a simple way to send notifications to a specified endpoint whenever an error occurs in your Laravel application.
l0gin/slim-oop-skeleton
91 Downloads
Slim Framework 3 OOP skeleton with Web, Secured API and Cli endpoints.
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
kucrut/bridge
268 Downloads
Additional REST API endpoints and functionalities
keldorde/laravel-api-logger
126 Downloads
An API logger channel that can be used to send Log messages to an API endpoint.
jstewmc/interval
55 Downloads
A set of numbers between two endpoints
insolutions/laravel-files
915 Downloads
Models and endpoints for files management
infinitypaul/laravel-uptime
22 Downloads
Keep track of critical endpoints with this command-line uptime monitor. Add an endpoint, set a frequency and listen to an event if something goes down.
indieweb/wordpress-indieauth
8 Downloads
IndieAuth Endpoints and Authentication for WordPress
hyperlink/laravel-json-structure
9 Downloads
A helper package for the assert json structure test method. It will create a json structure as needed from an api endpoint of your application