Download the PHP package tpwd/ke_search without Composer

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


ke_search

ke_search is a search engine for the TYPO3 content management system.

It offers fulltext search and faceting possibilities. Faceting means you can narrow down your search results by selecting certain categories, called facets or filter options.

It is very flexible: By writing your own indexer you can put any content you want into the index.

ke_search comes with strong defaults and with very little configuration. You can have a powerful search engine in your TYPO3 website, eg. images in the search result list and faceting without templating or coding.

ke_search does not use frontend crawling but fetches content elements and data records directly from the database. For the most used content types indexers are provided within the extension itself, including pages and news.

If you found a bug or want to ask for a feature, please use https://github.com/tpwd/ke_search/issues

Contributing

Code contributions are welcome.

The recommended way is to fork the project on GitHub and create a pull request.

Please explain what your patch is intended to do either by creating an issue first or by adding an explanation to the pull request.

You can checkout the project locally with

git clone [email protected]:tpwd/ke_search.git

(adapt the repository URL to your cloned repository)

Then install the dependencies and run the coding-standards command to copy the files `.editorconfig` and `.php-cs-fixer.dist.php` to the root directoy of the package.

cd ke_search
composer install
composer exec typo3-coding-standards setup

Testing

Manual testing ..............

To test manually if your code is working, set up a TYPO3 instance for testing and symlink or deploy the directory `ke_search` to your TYPO3 test instance to `typo3conf/ext/ke_search`. If you deploy the code (e.g. by using PHPStorm "Deployment" feature), you can ignore the `.Build` directory.

There are also ome helpers available to test your automatically, see below.

Unit Tests ..........

To run the unit tests:

composer test:unit

PHPStan .......

To check the code with PHPStan

composer test:phpstan

This will create a file `phpstan-report.log` which contains the errors.

PHP Code Style Fixer ....................

To check the code with php-cs-fixer

composer test:php-cs-fixer

This will create a file `php-cs-fixer-report.log` which contains the errors.

To fix the code styling according to the TYPO3 coding guidelines automatically run

.Build/bin/php-cs-fixer fix

Automated tests in GitHub Actions

The automated tests are automatically executed after a push or a merge request by GitHub Actions.


All versions of ke_search with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
typo3/cms-core Version ^12.3 || ^13
ext-pdo Version *
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 tpwd/ke_search contains the following files

Loading the files please wait ....