Download the PHP package deviny/excelify without Composer

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

用來選取範圍將Excel資料轉換成Array或是SQL Insert語法,或是Lravel的Query Builder.

點選圖片,觀看能能介紹:

Everything Is AWESOME

請使用套件的方式安裝:

  1. 建立一個新的Laravel專案或是已存在專案.

  2. 在專案資料夾中執行:

composer require deviny/excelify

  1. 將Excelify的View發佈到專案中:

php artisan vendor:publish

選擇Excelify的Provider。 Provider: Deviny\Excelify\ServiceProvider

  1. 用瀏覽器開啟專案網址: https://yourdomain/excelify

環境變數

您可加入EXCELIFY_SECRET到.env中,即可上鎖畫面。

EXCELIFY_SECRET=secret

可以指定為空白,取消預設的RENDERTRON網址。

使用RENDERTRON時,可讓excelify抓取用JavaScript產生的表格,並將其轉換為Excel。

XCELIFY_RENDERTRON_URL=

為了確保執行上沒什麼問題,建議設定如下:

php.ini建議設定: 請勿載入xdebug.

upload_max_filesize = 50M
post_max_size = 50M
max_execution_time = 0
memory_limit = -1

nginx的設定:

client_max_body_size 50m;

Docker-Excelify:

對於Laravel或php.ini的設定不熟悉嗎?

您也可以使用Docker獨立運行的版本,電腦有安裝docker即可以運作了:

https://github.com/DevinY/dexcel

.env中可以加入EXCELIFY_SECRET,除API外,進行簡易密碼保護,只允許API的使用 預設為空白,可參考.env.example


All versions of excelify with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
guzzlehttp/guzzle Version ^6.3
phpoffice/phpspreadsheet Version ^1.2
sunra/php-simple-html-dom-parser Version ^1.5
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 deviny/excelify contains the following files

Loading the files please wait ....