Libraries tagged by data regulation
level-2/maphper
770 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
toastnz/indexedsearch
8653 Downloads
A fulltext search module for SilverStripe that filters any data object and their relations, with filtering, fuzzy and boosting options.
pedro151/orm-generator
357 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
froog/silvergraph
5735 Downloads
Generates data model visualisations from SilverSripe DataObjects, displaying database fields, relations and ancestry
bugloos/query-sorting-bundle
5268 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
bugloos/query-filter-bundle
5275 Downloads
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
pixelant/interest
12607 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
e-frank/yii2-data
146 Downloads
Helpers for persisting relational data from arrays
notamedia/yii2-relation
5235 Downloads
Saving related data in Yii2
sunnysideup/databasebackup
82 Downloads
Backup, download or restore an entire database from within the Silverstripe CMS. Great for copying data from Live to Test or making a backup before a big change.
ricktap/qriteria
44 Downloads
Automatic url parameter mapping to sort, filter, include and select data in an easy to use fluent api within Laravel 5. The default parameter structure is compatible to the http://jsonapi.org specification.
raphhh/balloon
328 Downloads
Tiny file ORM
madbob/sparqler
194 Downloads
SPARQL object-relational mapping
hpu/zf2-doctrine-datagrid
358 Downloads
DataGrid module for the HPU WMS. provides the display of entities and relations in an accessible and extensible overview.
greg-md/php-orm
389 Downloads
A powerful ORM(Object-Relational Mapping) for PHP.