{"id":17929595,"url":"https://github.com/intrip/laravel-import-export","last_synced_at":"2025-03-24T04:31:04.671Z","repository":{"id":56995623,"uuid":"12766055","full_name":"intrip/laravel-import-export","owner":"intrip","description":"This project consist in a laravel package to import/export data from csv and other formats (JSON) file to sql database.","archived":false,"fork":false,"pushed_at":"2023-07-02T11:51:57.000Z","size":887,"stargazers_count":39,"open_issues_count":3,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-19T01:45:27.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intrip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-11T19:53:23.000Z","updated_at":"2024-09-20T09:27:42.000Z","dependencies_parsed_at":"2022-08-21T11:10:09.974Z","dependency_job_id":null,"html_url":"https://github.com/intrip/laravel-import-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intrip%2Flaravel-import-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intrip%2Flaravel-import-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intrip%2Flaravel-import-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intrip%2Flaravel-import-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intrip","download_url":"https://codeload.github.com/intrip/laravel-import-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245210940,"owners_count":20578318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T21:09:45.253Z","updated_at":"2025-03-24T04:31:04.261Z","avatar_url":"https://github.com/intrip.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Laravel-Import-Export\n\nImport-Export is a package to import and export data from various format into a database.\n\n- **Author**: Jacopo Beschi\n- **Version**: 0.1.0\n\n[![Build Status](https://travis-ci.org/intrip/laravel-import-export.png)](https://travis-ci.org/intrip/laravel-import-export)\n\n\u003cimg src=\"https://raw.github.com/intrip/laravel-import-export/master/examples/import_step1.jpg\" /\u003e\n\n## This package is no longer supported: either any bugfix or any new feature will be added. Install at your own risk!\n\n##Features\n\n- Import and export data from Csv file into database\n- Multi DBMS: works with all DBMS supported by Laravel ORM\n- Create database schema: allow you to create database schema when importing data\n\n##Under the box: features incoming in 0.2.0\n\n- Import and export an arbitrary number of lines\n- Import and export JSON and XML\n- Database access configurabile with a GUI\n\n## Requirements\n\n- PHP \u003e= 5.3.7\n- Composer\n- Laravel framework 4+\n- DBMS that support transactions and supported by Laravel ORM\n\n##Installation with Composer\n\nTo install Import-Export with Composer, add this line to your composer.json file in the `require field:\n\n```json\n\"jacopo/laravel-import-export\": \"dev-master\"\n```\nAlso remember to set the minimum-stability to \"dev\" in your composer.json file\n\nThen open `app/config/app.php` and add the following line in the `providers` array:\n\n```php\n'providers' =\u003e array(\n    'Jacopo\\LaravelImportExport\\LaravelImportExportServiceProvider',\n)\n```\n\nAfter you need to execute the following commands:\n\n```php\nphp artisan config:publish jacopo/laravel-import-export\nphp artisan asset:publish jacopo/laravel-import-export\n```\nNow you have under `app/config/packages/jacopo/laravel-import-export` the package configuration files. At this point you need to configure the database access. Open the file `app/config/packages/jacopo/laravel-import-export/database.php` and update it with the database access information. When done run the following command to initialize ImportExport database.\n\n```php\nphp artisan migrate --package=\"jacopo/laravel-import-export\" --database=\"import\"\n```\nThis command will create a `_import_export_temporary_table` in the db, you can change the name of the table editing the the key: `table_prefix` under the file `app/config/packages/jacopo/laravel-import-export/baseconf.php`.\n\nCongratulations! Now you can view the application at the url: `http://url-of-your-baseapp/importer`. If needed you can change the base route editing the the key: `base_application_route` under the file `app/config/packages/jacopo/laravel-import-export/baseconf.php`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintrip%2Flaravel-import-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintrip%2Flaravel-import-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintrip%2Flaravel-import-export/lists"}