Download the PHP package teppokoivula/search-engine-pdf-indexer without Composer

On this page you can find all versions of the php package teppokoivula/search-engine-pdf-indexer. 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 search-engine-pdf-indexer

SearchEngine PDF Indexer add-on

This module adds (experimental) PDF indexing support for the SearchEngine module.

Please note that in order to parse PDF files, we need to install some third party dependencies. Currently two PDF parsing libraries are supported: smalot/pdfparser and spatie/pdf-to-text. These are automatically installed along with this module when you install it via Composer, but if you install the module via file upload or using the modules manager in admin, please run composer install in the directory of the module after installing it.

Note also that spatie/pdf-to-text requires the pdftotext CLI tool, which needs to be installed on your OS. Please check out the spatie/pdf-to-text GitHub repository at https://github.com/spatie/pdf-to-text for more details.

Usage

WARNING: this module is currently considered highly experimental. There's a good chance that installing it will cause fatal errors on your site. Please backup your data before installing the module and/or enabling it. If you run into any problems, please open a GitHub issue at https://github.com/teppokoivula/SearchEnginePdfIndexer/issues/new.

0) Install and configure SearchEngine 1) Install SearchEnginePdfIndexer, preferably via Composer (composer require teppokoivula/search-engine-pdf-indexer) 2) If you installed SearchEnginePdfIndexer via modules manager or file upload, run composer install in the directory of the module 3) Configure SearchEnginePdfIndexer

Installing

This module can be installed by downloading or cloning the SearchEnginePdfIndexer directory into the /site/modules/ directory of your site, but the recommended method installign it using Composer: composer require teppokoivula/search-engine-pdf-indexer. Composer installation takes care of dependencies automatically, which makes following steps easier.

License

This project is licensed under the Mozilla Public License Version 2.0. For licensing of any third party dependencies that this module interfaces with, see their respective README or LICENSE files.


All versions of search-engine-pdf-indexer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
wireframe-framework/processwire-composer-installer Version ^1.0.0
smalot/pdfparser Version ^2.2
spatie/pdf-to-text Version ^1.52
symfony/process Version ^5.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 teppokoivula/search-engine-pdf-indexer contains the following files

Loading the files please wait ....