Libraries tagged by rememberme
beskhue/cookietokenauth
2309 Downloads
Remember CakePHP user authentications with token cookies.
bartosz-maciaszek/php-rtm
556 Downloads
Remember The Milk API client for PHP
advil0/laravel-eloquent-query-cache
1814 Downloads
Forked version of renoki-co/laravel-eloquent-query-cache to support Laravel 10.
sukohi/evaluation
1003 Downloads
A Laravel package to manage evaluation data like LIKE, DISLIKE, FAVORITE and REMEMBER.
skaras/skvideo
133 Downloads
TYPO3 content element to cache thumbnails of Youtube & Vimeo videos and play them after user confirmation. Options to remember user decision via cookie. Responsive display. Works with and without fluid_styled_content. No other dependencies.
proger/datefmt
415 Downloads
Date formatting unit. Supports relative time ('1 day ago'), uses easy-to-remember format strings ('d#' for day, 'D__' for its name) and supports natural localizations.
iainheng/form
623 Downloads
A basic framework agnostic form building package with a few extra niceties like remembering old input and retrieving error messages.
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.
dot-env-it/laravel-api-integrator
744 Downloads
Package to simplify third-party api integrations. Make API calls like they are part of your code with this package. No need to remember base url or path of any API.
debuqer/eloquent-memory
2 Downloads
Let the eloquent remember its current state of data
christian-pav/laravel-response-assertions
145 Downloads
Helpers for http responses so you don't have to remember all the codes
blendwerk/mnemo
285 Downloads
Turns (large) integers into easier to remember Japanese sounding words and vice versa
xddesigners/mfa-remember
41 Downloads
Allow users to remember a browser so a user doesnt have to enter a code when they log in again from that browser.
webbuilders-group/silverstripe-remember-my-account
13 Downloads
Adjusts the 'Keep me signed in' functionality to require re-authentication on return while remembering the account the user last signed in with.
unifreak/rememberable-db
25 Downloads
Query caching for Laravel 5 DB