Download the PHP package chiennguyen93/excel without Composer

On this page you can find all versions of the php package chiennguyen93/excel. 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 excel

Laravel Excel

Laravel Excel 3.1

Laravel Excel - 10 Million Downloads

🎉 Celebrating 10 Million Downloads. Read more on our blog! about 5 years of Laravel!

:muscle: :fire: :rocket:

Supercharged Excel exports and imports
A simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying exports and imports.

Build Status StyleCI Latest Stable Version Total Downloads License

Quickstart · Documentation · Nova · Blog · Contributing · Support

:rocket: 5 minutes quick start for exports

:bulb: Require this package in the composer.json of your Laravel project. This will download the package and PhpSpreadsheet.

:muscle: Create an export class in App/Exports

This should have created:

:fire: In your controller you can call this export now:

:page_facing_up: Find your users.xlsx in your downloads folder!

More installation instructions can be found at: https://laravel-excel.maatwebsite.nl/3.1/getting-started/installation.html

:rocket: 5 minutes quick start for imports

:muscle: Create an import class in App\Imports

You may do this by using the make:import command.

If you prefer to create the import manually, you can create the following in App\Imports:

:fire: In your controller you can call this import now:

:page_facing_up: Find the imported users in your database!

🎓 Learning Laravel Excel

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

We welcome suggestions for improving our docs. The documentation repository can be found at https://github.com/Maatwebsite/laravel-excel-docs.

Read some articles and tutorials can be found on our blog: https://laravel-excel.maatwebsite.nl/blog/

:wrench: Supported Versions

Versions will be supported for a limited amount of time.

Version Laravel Version Php Version Support
2.1 <=5.6 <=7.0 Unsupported since 15-5-2018
3.0 ^5.5 ^7.0 Unsupported since 31-12-2018
3.1 ^5.5 ^7.0 New features

:mailbox_with_mail: License & Postcardware

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

If you use the software in your production environment we would appreciate to receive a postcard of your hometown. Please send it to:

Maatwebsite
Florijnruwe 111-2
6218 CA Maastricht
The Netherlands

More about the license can be found at: https://laravel-excel.maatwebsite.nl/3.1/getting-started/license.html


All versions of excel with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
php Version ^7.0
phpoffice/phpspreadsheet Version ^1.4
illuminate/support Version 5.5.* || 5.6.* || 5.7.*
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 chiennguyen93/excel contains the following files

Loading the files please wait ....