installing without composer

Created on 4 August 2020, about 4 years ago
Updated 24 February 2023, over 1 year ago

I will be using this module and PhpSpreadsheet on a Drupal 7 site using Libraries. I built a PhpSpreadsheet project with a composer.json file that only requires "phpoffice/phpspreadsheet": "^1.8". It seems to work, and the result is only about 5M. Downloading a copy of the PhpSpreadsheet project and running composer install in it leaves me with 195M of code files. Do I really need all of that? Is that smaller version I built enough, or is there some better compromise point?

πŸ’¬ Support request
Status

Closed: works as designed

Version

1.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States brad.bulger

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡«πŸ‡·France lazzyvn paris
  • πŸ‡ΊπŸ‡ΈUnited States brad.bulger

    Any kind of comment or reasoning or response would be polite.

  • πŸ‡«πŸ‡·France lazzyvn paris

    I think you're unsure about your desired outcome. It's complete library opensource and of course you can customize it as you wish. you can remove composer so that the system does not automatically download. If you have any inquiries regarding modifying the library, it's best to ask to the author directly.
    It should be noted that composer will provide you with the latest version of the library which has been modified for compatibility with up-to-date versions of PHP. Personally, I haven't come across many people looking for the same level of customization as you.

Production build 0.71.5 2024