Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkarlovi/xezilaires-test
https://github.com/dkarlovi/xezilaires-test
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkarlovi/xezilaires-test
- Owner: dkarlovi
- Created: 2019-08-13T08:09:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T08:10:22.000Z (over 5 years ago)
- Last Synced: 2024-11-06T13:01:28.846Z (about 2 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```