mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
9 lines
152 B
PHP
9 lines
152 B
PHP
<?php
|
|
|
|
chdir(__DIR__ . '/..');
|
|
if (!file_exists('vendor/autoload.php')) {
|
|
`composer dump-autoload`;
|
|
}
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|