Download the PHP package nikazooz/laravel-simplesheet without Composer

On this page you can find all versions of the php package nikazooz/laravel-simplesheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-simplesheet

THIS PACKAGE HAS BEEN ABANDONED

Laravel Simplesheet

Wrapper around Box Spout with the goal of simplifying exports and imports in Laravel.

Quickstart · Documentation · Contributing · Support

Credits

This package uses a lot of code copied from Laravel Excel and probably wouldn't exist without it, so a big thanks to the Laravel Excel team for their work on that amazing package. Make sure to check it out!

Rationale

Laravel Excel is an amazing package and I highly recommend it. One problem I've had with it comes from using PhpSpreadsheet: working with really big datasets requires a lot of memory, even when the exports/imports are chunked. Some of the features provided by PhpSpreadsheet, like cell mapping and formulas, require it to hold entire document represented by objects in memory.

✨ Features

Compared to Laravel Excel, this package provides less features because it uses a different library for working with spreadsheets under the hood. However it assures that exports and imports are fast and require less memory.

🎓 Using Laravel Simplesheet

You can find the full documentation of Laravel Simplesheet on the website.

Suggestions for improving the docs are welcome. The documentation repository can be found at https://github.com/nikazooz/laravel-simplesheet-docs.

License

This software is open source and licensed under the MIT license.

:wrench: Supported Versions

Versions will be supported for a limited amount of time.

Version Laravel Version Php Version Box Spout Support
1.* 5.5 - 8.* ^7.1 ^2.7 No further support
2.* 5.5 - 8.* >=7.2 ^3.2 No further support

All versions of laravel-simplesheet with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
php Version ^7.1
box/spout Version ^2.7
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nikazooz/laravel-simplesheet contains the following files

Loading the files please wait ....