{
  "name": "shuchkin/simplexls",
  "description": "Parse and retrieve data from old format Excel XLS files. MS Excel 97 workbooks PHP reader.",
  "keywords": ["php", "excel", "xls", "parser", "backend"],
  "homepage": "https://github.com/shuchkin/simplexls",
  "license": "MIT",
  "authors": [
    {
      "name": "Sergey Shuchkin (SMSPILOT)",
      "email": "sergey.shuchkin@gmail.com",
      "homepage": "https://shuchkin.ru"
    }
  ],
  "autoload": {
    "classmap": [
      "src/SimpleXLS.php"
    ]
  },
  "require": {
    "php": ">=5.5",
    "ext-mbstring": "*"
  }
}