Libraries tagged by HTTP V1

open-php/firebase-fcm-notification

0 Favers
12 Downloads

A robust PHP library for sending Firebase Cloud Messaging (FCM) notifications using the HTTP v1 API. Features include simple access token management, topic messaging, and support for rich notifications with images.

Go to Download


meeeet-dev/larafirebase

1 Favers
119 Downloads

Laravel Firebase Cloud Messaging (Larafirebase) with HTTP v1.

Go to Download


wpify/benefit-plus-gateway-sdk

0 Favers
175 Downloads

This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.

Go to Download


cbeyersdorf/easybill

4 Favers
4 Downloads

The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.

Go to Download


phpfcm/php-fcm-v1

0 Favers
20 Downloads

PHP Implementation of FCM HTTP v1 API

Go to Download


juniorlemes/firebase-cloud-messaging-http-v1-php

0 Favers
25 Downloads

Firebase cloud messaging http v1 php

Go to Download


juniorlemes/fcm-php-http-v1

0 Favers
3 Downloads

This package fork has pluritech/fcm-php, https://github.com/Pluritech/fcm-php Portable PHP 5.3

Go to Download


hasibkamal/laravel-fcm-v1

0 Favers
2 Downloads

A Laravel package for sending push notifications using FCM HTTP v1

Go to Download


diankemao/php-fcm-v1

0 Favers
5 Downloads

PHP Implementation of FCM HTTP v1 API. Fork from lkaybob/php-fcm-v1 and change Firebase JWT, Guzzle version

Go to Download


cpt-sugiura/php-fcm-v1

0 Favers
8 Downloads

PHP Implementation of FCM HTTP v1 API

Go to Download


canhph2/simple-firebase-http-v1-php

0 Favers
0 Downloads

A Simple Firebase library using HTTP v1 API for PHP

Go to Download


muchg0di/larafcm-http-v1

0 Favers
1 Downloads

Implementation of FCM http v1 for laravel 5 (PHP 5.6)

Go to Download


warith/laravel-fcm-httpv1

0 Favers
3 Downloads

A Laravel package to send Firebase Cloud Messaging (FCM) notifications across Laravel applications.

Go to Download


specialist/yii2-fcm-both-api

0 Favers
57 Downloads

Yii2 Extension for sending push notification with both Firebase Cloud Messaging (FCM) HTTP Server Protocols (APIs).

Go to Download


humamkerdiah/fcm-notifications

0 Favers
12 Downloads

A Laravel package for sending Firebase Cloud Messaging (FCM) push notifications with support for both legacy API and FCM HTTP v1 API. Features OAuth 2.0 authentication, batch processing, and comprehensive error handling.

Go to Download


<< Previous Next >>