Download the PHP package arnoson/kirby-loupe without Composer

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

Kirby Loupe

A thin wrapper around [Loupe](https://github.com/loupe-php/loupe/), an SQLite based, PHP-only fulltext search engine. ## Key Features - 🎯 Typo tolerant / fuzzy search - 🔍 Filtering and sorting - 📄 Built-in pagination - 🌍 Works everywhere, no SQLite extensions needed - ⚡ Decent performance (~100ms for 5000 documents, ~300ms on low-end shared hosting) ## Install ## Usage You have to index your existing content once. After the initial indexing the index will be updated automatically via Kirby's page hooks. ## Options ## Reindex This plugin will automatically update Loupe's search index via page hooks. But for your initial content, or after you have manually uploaded content, you will need to index your site explicitly. To do so either call Or use the panel field As indexing large numbers of pages (thousands) can potentially break due to maximum execution time, especially on shared hosting, indexing via the Panel is done in chunks. The default is `100`, so 100 pages will be indexed at a time and a progress bar will be displayed. If you only have a small number of pages, or a good enough server, you can disable chunks and index all pages at once. ## Pagination The result has a pagination attached, so you can build your navigation, see the `/example/site/templates/default` for a full example. This uses Kirby's native pagination class. You can pass advanced navigation options in `search()`: ## Loupe Search Result See `example/site/templates/default.php` for a more advanced example.

All versions of kirby-loupe with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
getkirby/composer-installer Version ^1.2
loupe/loupe Version ^0.13.2
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 arnoson/kirby-loupe contains the following files

Loading the files please wait ...