https://github.com/sitewards/setup-mage1
This Magento 1 module is a bridge for the Sitewards setup system to allow the import and export of CMS pages in Magento 1.
https://github.com/sitewards/setup-mage1
bridge json magento magento1-bridge php utility
Last synced: 2 months ago
JSON representation
This Magento 1 module is a bridge for the Sitewards setup system to allow the import and export of CMS pages in Magento 1.
- Host: GitHub
- URL: https://github.com/sitewards/setup-mage1
- Owner: sitewards
- License: mit
- Created: 2017-02-01T16:45:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T13:52:04.000Z (over 9 years ago)
- Last Synced: 2025-07-25T08:07:27.848Z (11 months ago)
- Topics: bridge, json, magento, magento1-bridge, php, utility
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sitewards Setup Magento1 Bridge #
This Magento1 module is a bridge for the [sitewards setup](https://github.com/sitewards/setup) system to allow the import and export of content and configuration in Magento1.
## Architecture ##
This module contains a bin script and an implementation of the [main module's page repository interface](https://github.com/sitewards/setup#architecture).
**bin/setup**
* Inject the Magento1 bridge into the main application,
* Run the main application,
**Application/Bridge.php**
* Initialise the Magento1 Application,
* Build the Magento1 specific page repository,
**Repository/PageRepository.php**
* Requires the `Mage_Cms_Model_Resource_Page_Collection` class,
* Implement the `find` and `save` methods from the main application,
## Commands ##
Current commands are as follows:
### Export ###
Export page(s) from Magento1 to JSON format.
`bin/setup page:export [] [] ...`
### Import ###
Import page(s) from JSON to Magento1.
`bin/setup page:import`
## Authors ##
* David Manners
* Darko Poposki