Download the PHP package devproblemssolutions/phptypesenseadmin without Composer

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

PHPTypesenseAdmin

PHPTypesenseAdmin is a simple administration panel designed to interact with Typesense, an open-source, typo-tolerant search engine that provides instant search experiences for your applications. This project aims to provide an easy-to-use interface for managing your Typesense instance, including functionalities such as viewing collections, documents, and managing API keys.

Screenshots

Login Screen

Dashboard

Collections overview

Read more

https://www.devproblems.com/phptypesenseadmin/

Functionalities

Installation

To get started with PHPTypesenseAdmin, follow the steps below:

Step 1. Option A: Composer create-project

The easiest way is to run composer create-project

Step 1. Option B: Clone the Repository

First, clone this repository to your local machine or server. You can do this by running:

Run from the newly created directory:

2. Configuration

Create an env.php file in the root directory of your project. You can do this by copying the provided env.example.php to env.php or creating a new env.php file:

or

Then, open env.php and update the configuration variables accordingly:

Make sure to replace the placeholder values with your actual Typesense server details and desired admin login credentials.

3. Install Dependencies

Run the following command to install necessary PHP dependencies via Composer:

4. Server Configuration

For security reasons, ensure that only the public directory is accessible to web traffic. If deploying to a live server, consider running this panel locally or configuring it to be accessible only behind an IP firewall.

Important: PHPTypesenseAdmin is in its early development stages. There might still be bugs and potential security vulnerabilities. Please take this into consideration, and avoid running this software in a production environment.

Usage

After completing the installation steps, you can start using the PHPTypesenseAdmin by navigating to the public directory in your web browser. Log in using the credentials you specified in env.php to manage your Typesense instance.

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

Disclaimer

All use of this software is at your own risk. While effort has been made to ensure security and stability, there may still be undetected bugs or vulnerabilities. The author(s) or contributors bear no responsibility for any damage or data loss incurred.


All versions of phptypesenseadmin with dependencies

PHP Build Version
Package Version
Requires php-http/curl-client Version ^2.3
typesense/typesense-php Version ^4.9
symfony/http-client Version ^7.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 devproblemssolutions/phptypesenseadmin contains the following files

Loading the files please wait ....