Libraries tagged by php Developer
gdg-tangier/cloud-pubsub
57016 Downloads
Google Cloud pub-sub for laravel
cnvs/canvas
45445 Downloads
A Laravel publishing platform
developermypos/mypos-checkout-sdk
124247 Downloads
myPOS Checkout SDK PHP
kktsvetkov/krumo
61801 Downloads
Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print_r() or var_dump() which are used by a lot of PHP developers.
alexia/php7mar
74301 Downloads
PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.
hekmatinasser/notowo
524257 Downloads
This Package helps developers change number to word for all language on Laravel freamwork PHP
sugarcrm-developers/php-rest-client
3588 Downloads
An SDK for interacting with Sugar's REST v10+ API.
monovm/whois-php
5893 Downloads
This PHP package enables developers to retrieve domain registration information and check domain availability via socket protocol. It's a useful tool for web developers and domain name registrars.
calliostro/php-discogs-api
6495 Downloads
Lightweight Discogs API client for PHP 8.1+ with modern developer comfort — Clean parameter API and minimal dependencies
postmen/sdk-php
38073 Downloads
PHP for Postmen API. This extension helps developers to integrate with Postmen easily.
voximplant/apiclient-php
63593 Downloads
Voximplant PHP API client library. Voximplant is a cloud communications platform for business and developers
victor-teles/playwright-php
4894 Downloads
A Playwright bridge for PHP.
stymiee/php-simple-encryption
8949 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
passbase/passbase-php
36750 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
mailslurp/mailslurp-client-php
48617 Downloads
MailSlurp is an API for sending and receiving emails and SMS from dynamically allocated email addresses and phone numbers. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://docs.mailslurp.com/) - [Examples](https://github.com/mailslurp/examples) repository