Libraries tagged by data model

atlas/mapper

7 Favers
72973 Downloads

A data mapper for the persistence model.

Go to Download


czim/laravel-nestedupdater

19 Favers
53194 Downloads

Eloquent model updater for nested relations data for Laravel.

Go to Download


tommyknocker/pdo-database-class

84 Favers
6084 Downloads

Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.

Go to Download


symbiote/silverstripe-datachange-tracker

16 Favers
23241 Downloads

Record and track changes to any dataobjects. View chages/diffs in model admin.

Go to Download


singlequote/laravel-datatables

19 Favers
24941 Downloads

This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations

Go to Download


nlpcloud/nlpcloud-client

25 Favers
26367 Downloads

NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, grammar and spelling correction, keywords and keyphrases extraction, chatbot, product description and ad generation, intent classification, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API. This is the PHP client for the API. More details here: https://nlpcloud.com. Documentation: https://docs.nlpcloud.com. Github: https://github.com/nlpcloud/nlpcloud-php

Go to Download


limen/redmodel

38 Favers
726 Downloads

Make redis manipulations easy. Unify commands for all data types.

Go to Download


grok-php/client

31 Favers
7395 Downloads

Grok PHP Client is a robust and community-driven PHP client library for seamless integration with Grok AI API, offering efficient access to advanced AI and data processing capabilities.

Go to Download


prezly/slate-php

4 Favers
143698 Downloads

PHP implementation of the Slate Rich Text Editor data model

Go to Download


namoshek/laravel-scout-database

19 Favers
70904 Downloads

A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.

Go to Download


laxity7/yii2-json-field

4 Favers
89053 Downloads

Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data

Go to Download


asantibanez/livewire-status-board

341 Favers
15471 Downloads

Livewire component to show models/data according to its current status

Go to Download


stephenlake/laravel-properties

48 Favers
5774 Downloads

Associate generic data to any other model without polluting your application model logic, for Laravel.

Go to Download


skrz/meta

66 Favers
89998 Downloads

Different wire formats, different data sources, single object model

Go to Download


passbase/passbase-php

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


<< Previous Next >>