Download the PHP package aluch/yml-generator without Composer
On this page you can find all versions of the php package aluch/yml-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aluch/yml-generator
More information about aluch/yml-generator
Files in aluch/yml-generator
Download aluch/yml-generator
More information about aluch/yml-generator
Files in aluch/yml-generator
Vendor aluch
Package yml-generator
Short Description YML (Yandex Market Language) file generator
License MIT
Homepage https://github.com/aluch/YmlGenerator
Package yml-generator
Short Description YML (Yandex Market Language) file generator
License MIT
Homepage https://github.com/aluch/YmlGenerator
Please rate this library. Is it a good library?
Informations about the package yml-generator
YML (Yandex Market Language) file generator
About
YML (Yandex Market Language) generator. Uses standard XMLWriter for generating YML file. Not required any other library you just need PHP 5.5.0 or >= version.
Generator supports this offer types:
- OfferCustom (vendor.model)
- OfferBook (book)
- OfferAudiobook (audiobook)
- OfferArtistTitle (artist.title)
- OfferTour (tour)
- OfferEventTicket (event-ticket)
- OfferSimple (empty)
Installation
Run composer require
Or add this to your composer.json
file:
Usage examples
Adding custom elements
if you need additional offers elements in your yml file using method addCustomElement('type','value'). For example:
Copyright / License
See LICENSE
All versions of yml-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-simplexml Version *
ext-xmlwriter Version *
ext-simplexml Version *
ext-xmlwriter Version *
The package aluch/yml-generator contains the following files
Loading the files please wait ....