Skip to content

mikhailovv/scoro-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install application

git clone git@github.com:mikhailovv/scoro-test.git scoro
cd scoro
composer install

Copy .env.dev to .env and fill fields

SCORO_BASE_URL=base_url
SCORO_API_KEY=api_key
SCORO_COMPANY_ACCOUNT_ID=account_id

Run tests:

vendor/bin/phpunit tests

Use application

php index.php -i {path to source.xml} -o {path to destination.csv}

For example:

php index.php -i tests/data/input.xml -o result.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages