Libraries tagged by Fake data
kolyasiryk/yii2-date-behavior
22352 Downloads
This behavior makes it easy to save and to take date in correct format.
repat/date-constants
19145 Downloads
A series of constants designed to make it easier to express dates in PHP applications
gregoryduckworth/encryptable
51810 Downloads
A simple trait to make attributes encrypted in the database
timolake/livewire-forms
1383 Downloads
one form for creating & updating data, based on laravel livewire
rulin132/jpgraph
62547 Downloads
jpGraph, library to make graphs and charts
nahid-ferdous/laravel-searchable
9220 Downloads
Laravel Package To make Eloquent Queries Shorter.
g4/ruckusing-migrations
35449 Downloads
Framework for generating and managing database migrations
emagicone/module-connector
50594 Downloads
Install Magento Store Manager Connector module to fluently connect Store Manager desktop application to Magento database. Increase speed of data management, take advantage of simplicity and reliability with all-in-one Store Manager via Magento Store Manager Bridge Connector.
codecheef/backup
736 Downloads
This package will take backup you mysql database automatically via cron job.
willigant/htmlstrap-php
60780 Downloads
Quickly make Bootstrap html elements from common data types in PHP
invertus/prestashop-models
20206 Downloads
This package provides ability to test your database driven applications. Model factories make it easier to create test database records using Prestashop models.
passbase/passbase-php
31623 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
combodo/doctrine-encrypt-bundle
74048 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
josefglatz/hide-sys-template
11978 Downloads
Make sys_template records vanish everywhere (Prevents TYPO3 admins from using sys_template database records)
ixnode/php-date-parser
581 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.