Libraries tagged by client-side

mrclay/minify

3034 Favers
19062661 Downloads

Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers

Go to Download


nette/forms

544 Favers
13709101 Downloads

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.

Go to Download


moxiecode/plupload

5624 Favers
590129 Downloads

Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.

Go to Download


automattic/wp-feature-api

168 Favers
212300 Downloads

A system for exposing WordPress functionality in a standardized, discoverable way for both server and client-side use

Go to Download


imsky/holder

5800 Favers
20656 Downloads

Client-side image placeholders.

Go to Download


unclecheese/display-logic

77 Favers
1091327 Downloads

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

Go to Download


fingerprint/fingerprint-pro-server-api-sdk

33 Favers
289577 Downloads

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.

Go to Download


cebe/js-search

142 Favers
704959 Downloads

A client side search engine for use on static pages.

Go to Download


silverstripe/display-logic

75 Favers
319011 Downloads

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

Go to Download


crestapps/laravel-code-generator

769 Favers
96586 Downloads

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

Go to Download


brainfoolong/cryptojs-aes-php

399 Favers
335120 Downloads

CryptoJS AES encryption/decryption on client side with Javascript and on server side with PHP

Go to Download


fingerprint/server-sdk

32 Favers
5200 Downloads

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.

Go to Download


chumper/datatable

395 Favers
249619 Downloads

This is a laravel 4 package for the server and client side of datatables at http://datatables.net/

Go to Download


j-ben87/parsley-bundle

15 Favers
33643 Downloads

Convert Symfony constraints into data-attributes for client-side validation with Parsley.

Go to Download


passbase/passbase-php

10 Favers
37140 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

Go to Download


Next >>