Download the PHP package maestroerror/statamic-magic-import without Composer

On this page you can find all versions of the php package maestroerror/statamic-magic-import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package statamic-magic-import

Statamic Magic Import

your go-to solution for effortless data imports. With a user-friendly interface and support for JSON data formats, importing data into Statamic becomes as easy as a wave of a wand. Experience the magic of hassle-free data management

This addon can work with JSON files extracted using a statamic exporter Wordpress plugin.

Json import

JSON file examples:

collections.example.json

taxonomies.example.json

Features

Json import:

Any meta data key prefixed with an underscore will be ignored.

Events

The addon is using the builtin methods for creating and saving content. As such, the normal events are dispatched which you can hook into for additional work according to your setup. That means you can listen on the following events to customize the import:

By the time you read this there might be others. Consult the documentation to learn more.

Images

All URLs including image extensions (.png, .jpg, .webp and etc) will be downloaded. Featured images will be downloaded to the "assets" container by default (change in config), into a folder called "{collection_handle}/{entry_slug}", and saved in a assets field.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

How to Use

Go to the Tools > Magic Import section and upload the json file.

For collections, the summary will show you 2 options: creating a new collection or importing in existing one.

statamic-json-import:creating-new-collection

When importing in existing collection, you can choose JSON field for each of your collection fields.

Even when creating new collection, there might be the collection with same name. If you choose to import it anyway, the content will be overwritten, but you can (De)Select anything you want (by titles) and click "Import".

statamic-json-import:pages-before-choice

statamic-json-import:collection-after-choice

Note: You might get timeout errors if you're importing large datasets and/or many images.

Config

The content of the config file looks like this:

You can publish configuration file using this command:

php artisan vendor:publish --tag=statamic-magic-import-config

You can publish other asset with the command:

php artisan vendor:publish --tag=statamic-magic-import

To Do


All versions of statamic-magic-import with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package maestroerror/statamic-magic-import contains the following files

Loading the files please wait ....