Libraries tagged by php user management
userfrosting/sprinkle-admin
10498 Downloads
Administrative management module for UserFrosting.
mouf/security.userservice
206483 Downloads
A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
mouf/security.userfiledao
143628 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
antaresproject/project
740 Downloads
1msg/one_msg_waba_sdk
2190 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
userapplepie/uap-user-management
202 Downloads
User Management Framework for PHP 7.1.3+
naveed125/php-membership
16 Downloads
A simple secure user management library that supports things like signin, sign-out, sign-up, forgot-password and email-verification.
erdiko/user-admin
778 Downloads
User auth and management system for PHP
djordje/li3_usermanager
35 Downloads
User management for Lithium PHP framework
userapp/widget
794 Downloads
PHP user widget for UserApp.
userapp/userapp
1150 Downloads
PHP client library for UserApp.
omaralalwi/laravel-api-helpers
3 Downloads
collection of helpful helper functions for API Requests .
eciboadaptech/finapi-webform
341 Downloads
The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected] informationRequest IDsWith any API call, you can pass a request ID via a header with name "X-Request-Id". The request ID can be an arbitrary string with up to 255 characters. Passing a longer string will result in an error.If you don't pass a request ID for a call, finAPI will generate a random ID internally.The request ID is always returned back in the response of a service, as a header with name "X-Request-Id".We highly recommend to always pass a (preferably unique) request ID, and include it into your client application logs whenever you make a request or receive a response(especially in the case of an error response). finAPI is also logging request IDs on its end. Having a request ID can help the finAPI support team to work more efficiently and solve tickets faster.Type CoercionIn order to ease the integration for some languages, which do not natively support high precision number representations, Web Form 2.0 API supports relax type binding for the openAPI type number, which is used for money amount fields. If you use one of those languages, to avoid precision errors that can appear from float values, you can pass the amount as a string.FAQIs there a finAPI SDK?Currently we do not offer a native SDK, but there is the option to generate an SDKfor almost any target language via OpenAPI. Use the 'Download SDK' button on this page for SDK generation.Why do I need to keep authorizing when calling services on this page?This page is a "one-page-app". Reloading the page resets the OAuth authorization context. There is generally no need to reload the page, so just don't do it and your authorization will persist.
bhry98/bhry98-laravel-ready
15 Downloads
Laravel Starter to manage [identity, users, RBAC,dynamic enums, and more ] for fresh laravel applications only
odevnet/dulceauth
14 Downloads
PHP user management library that facilitates user registration and authentication, as well as the management of their roles and permissions. It is designed for small and medium-sized applications that require a robust, efficient and extensible solution.