Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkarlovi/xezilaires-test


https://github.com/dkarlovi/xezilaires-test

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install:

```
git clone && cd
composer install
```

# Code examples:

```
# basic example
php examples/basic.php

# annotations example
php examples/annotations.php

# same, but go in reverse
php examples/annotations_reverse.php
```

# Command examples:

The command relies on the annotations being present.

```
# basic command run
vendor/dkarlovi/xezilaires/bin/xezilaires serialize products.xlsx Example\\Model\\Product

# in reverse
vendor/dkarlovi/xezilaires/bin/xezilaires serialize products.xlsx Example\\Model\\Product -r

# in XML
vendor/dkarlovi/xezilaires/bin/xezilaires serialize products.xlsx Example\\Model\\Product -f xml

# in CSV in reverse
vendor/dkarlovi/xezilaires/bin/xezilaires serialize products.xlsx Example\\Model\\Product -f csv -r
```