Libraries tagged by data container
fourkitchens/sous-formats
609 Downloads
A recipe that contains default text and date formats.
stitch/regression-php
8578 Downloads
regression-php is a Php component containing a collection of linear least-squares fitting methods for simple data analysis.
akandels/contain-mapper
1244 Downloads
Series of data mappers for the retrieval and persistence of Contain data entities with databases like MongoDB or caching layers like Memcached.
alexxd/stock-data
6 Downloads
This package provide realtime and historical global equity data in 4 different temporal resolutions:(1)daily,(2)weekly,(3)monthly,and(4)intraday.Daily,weekly,and monthly time series contain 20+ years of historical data.
blacktools/datetime
26 Downloads
A set of functions to work with date and time in PHP, it contains a powerful schedule maker.
tigrov/yii2-country
1060 Downloads
Country data for Yii2 using Intl extension and more.
tigrov/intldata
3511 Downloads
Intl extension data in comfortable format.
rotexsoft/gdao
2994 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
mouf/html.widgets.evolugrid
31397 Downloads
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
seboettg/forest
2400 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
shimadotdev/iran-regions
43 Downloads
A Laravel package containing province and city data of Iran, including calling codes, along with geolocation functionality. Ideal for managing location-based information within Laravel apps.
julio101290/boilerplatestorages
50 Downloads
CodeIgniter4 Boilerplatestorages CRUD MVC contain name,companie,key,date start
mouf/database.datasource.datasource-interface
4108 Downloads
This package only contains basic interfaces for implementing data sources.
gertvdb/iso3166
42 Downloads
Provide country and continent plugins based on ISO3611 data
white-rabbit-1-sketch/php-file-hash-map
3 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.