Libraries tagged by http codes

husam-tariq/filamentsmssender

1 Favers
1 Downloads

A powerful FilamentPHP v3 plugin designed to simplify sending SMS messages and implementing One-Time Password (OTP) verification within your Laravel applications. This plugin provides a flexible custom HTTP request builder, allowing seamless integration with virtually any SMS gateway API without writing custom code for each provider.

Go to Download


christian-pav/laravel-response-assertions

0 Favers
150 Downloads

Helpers for http responses so you don't have to remember all the codes

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


eightpoints/guzzle-bundle

458 Favers
12642732 Downloads

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

Go to Download


codeception/module-phpbrowser

67 Favers
32407811 Downloads

Codeception module for testing web application over HTTP

Go to Download


mcustiel/phiremock-codeception-extension

33 Favers
1068702 Downloads

Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.

Go to Download


deepseek-php/deepseek-php-client

474 Favers
93320 Downloads

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

Go to Download


chillerlan/php-authenticator

58 Favers
138797 Downloads

A generator for counter- and time based 2-factor authentication codes (Google Authenticator). PHP 8.2+

Go to Download


mcustiel/phiremock-codeception-module

8 Favers
568680 Downloads

Codeception module for PhireMock. Allows to stub remote services for HTTP requests.

Go to Download


openapi/openapi-sdk

17 Favers
3395 Downloads

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

Go to Download


eustasy/authenticatron

11 Favers
1567 Downloads

HOTP / TOTP secrets with corresponding QR links and code verification from a simple PHP script.

Go to Download


nlpcloud/nlpcloud-client

25 Favers
26868 Downloads

NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, grammar and spelling correction, keywords and keyphrases extraction, chatbot, product description and ad generation, intent classification, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API. This is the PHP client for the API. More details here: https://nlpcloud.com. Documentation: https://docs.nlpcloud.com. Github: https://github.com/nlpcloud/nlpcloud-php

Go to Download


va-gov/web

279 Favers
14666 Downloads

Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/web, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.

Go to Download


coderockr/http-exceptions

6 Favers
4297 Downloads

Http Exceptions

Go to Download


thebingservices/codemirror

1 Favers
71481 Downloads

This ist a fork of CodeMirror (https://github.com/marijnh/codemirror). In-browser code editor.

Go to Download


<< Previous Next >>