Libraries tagged by data feed
xefi/faker-php
28680 Downloads
Faker allows you to generate realistic fake data for your php applications
deliciousbrains/wp-migrations
279956 Downloads
WordPress library for managing database table schema upgrades and data seeding
xefi/faker-php-laravel
25405 Downloads
Faker php integration with laravel
marquine/php-etl
139028 Downloads
Extract, Transform and Load data using PHP.
sauladam/shipment-tracker
48511 Downloads
Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.
elasticemail/elasticemail-php
132282 Downloads
The PHP library for the Elastic Email REST API. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. To start using this API, you will need your Access Token. Remember to keep it safe.
byjg/jwt-session
90167 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
km2/data-seeder
725 Downloads
Seeding static data into TYPO3 database.
spiral-packages/database-seeder
42010 Downloads
The package provides the ability to seed your database with data using seed classes
sbuerk/data-factory
7095 Downloads
TYPO3 Data Factory - Seeds pages, records, files and site configurations into a TYPO3 installation from YAML definitions shipped by extensions.
eighty8/laravel-seeder
59975 Downloads
Versioned, environment-based Seeders in Laravel
fakerino/fakerino
14982 Downloads
Faker framework, for generate every kind of fake data for test, database seed, mock responses, other
cheesegrits/iseed
9339 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
tommyknocker/pdo-database-class
6295 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.
robinncode/db_craft
5409 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.