Libraries tagged by php authentication

blue2factor/authentication

0 Favers
0 Downloads

Blue2Factor for php web servers

Go to Download


bleumi/payment-sdk-php

0 Favers
4 Downloads

A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile) 1. Complete your KYC by contacting [[email protected]](mailto:[email protected]) 1. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) 1. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.

Go to Download


bigcrunch/gateapi-php

0 Favers
235 Downloads

Welcome to Gate.io API APIv4 provides spot, margin and futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf.

Go to Download


authress/authress-sdk.php

4 Favers
58 Downloads

Client SDK for Authress authorization as a service. Provides managed authorization api to secure service resources including user data.

Go to Download


arnaudbroes/linkedin-api-php-client

0 Favers
5 Downloads

This package is an SDK for using the LinkedIn API.

Go to Download


aphiria/authentication

0 Favers
127 Downloads

The Aphiria library for authenticating users

Go to Download


andho/php-grotto

0 Favers
11 Downloads

A standalone, extendable User authentication library. Provides and extension point for storage.

Go to Download


aman-rawat/linkedin-api-php-client

0 Favers
19 Downloads

LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
0 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


adlogix/confluence-rest-php-client

3 Favers
1149 Downloads

Confluence API PHP Client

Go to Download


abhi36/aws-cognito-php

0 Favers
2 Downloads

A PHP client for AWS Cognito user pools

Go to Download


abdursoft/php

0 Favers
12 Downloads

abdursoft php mvc framework. Just work with fun. It's supported multiple databases and a new template engine like blade. Now you can easily build your project with this framework. It has default jwt authentication system

Go to Download


aaronosher/php-uls

0 Favers
5 Downloads

Adds VATUSA ULS authentication support to your application

Go to Download


50onred/fifty-multipass-php

1 Favers
21 Downloads

A multipass generator for use in web authentication.

Go to Download


yuseferi/authy-php

0 Favers
3 Downloads

Go to Download


<< Previous Next >>