Libraries tagged by Sample Data
rinvex/laravel-bookings
7649 Downloads
Rinvex Bookings is a generic resource booking system for Laravel, with the required tools to run your SAAS like services efficiently. It has a simple architecture, with powerful underlying to afford solid platform for your business.
silvanus/structs
16105 Downloads
Structs for PHP. Simple data transfer objects.
drupal/drupal_cms_search
174107 Downloads
Provides a simple database-powered search, with autocomplete support.
leafs/form
45190 Downloads
Simple straightup data validation
eloverde-sistemas/landlord
54528 Downloads
A simple, single database multi-tenancy solution for Laravel 5.2+
torzer/awesome-landlord
105419 Downloads
A simple, single database multi-tenancy solution for Laravel 5.2+
cleverage/process-bundle
54254 Downloads
Process, import/export, transform and validate data with a simple API with Symfony3
byjg/migration-cli
26467 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
mouf/utils.common.sortable-interface
264290 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
264303 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
keyvanakbary/mimic
39131 Downloads
Dead simple functional library for object prototyping, data hydration and data exposition
kodus/session
51986 Downloads
A simple interface for storing and retrieving session data without the use of PHP's native session handling
byjg/anydataset
145883 Downloads
AnyDataset is a powerful data source abstraction layer for PHP that provides a simple and consistent interface to access different data sources. With AnyDataset, you can work with various data formats and storage systems using the same programming interface.
yoshi2889/collections
151964 Downloads
Simple Collection class allowing storage of specific data.
white-rabbit-1-sketch/php-file-hash-map
4573 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.