eugenec138/cakephp-csv-migrations

CSV Migrations plugin for CakePHP

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/eugenec138/cakephp-csv-migrations

v1.0.4 2023-06-29 14:03 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:04 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License codecov

About

CakePHP 3+ plugin for easy creation of application modules, based on a variety of the configuration files (CSV/INI/JSON).

Developed by Qobo, used in Qobrix.

Installation

You can install this plugin into your CakePHP application using composer.

This plugin extends CakePHP 3 Migrations plugin.

The recommended way to install composer packages is:

composer require qobo/cakephp-csv-migrations

Setup

Load plugin

bin/cake plugin load --bootstrap CsvMigrations

Load required plugin(s)

bin/cake plugin load Muffin/Trash

Documentation

Have a look at doc/CSV.md for details of what is supported.