Download the PHP package mohammed-abd-razaq/laravel-toxicity-filter without Composer

On this page you can find all versions of the php package mohammed-abd-razaq/laravel-toxicity-filter. 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 laravel-toxicity-filter

Laravel AI Toxicity Filter Package

Latest Version PHP Version Laravel Version License

A professional Laravel library that integrates AI-based toxicity detection engines to automatically evaluate, moderate, and filter user-generated content such as comments, posts, messages, and reviews within your application.

Features

Requirements

Installation

  1. Install via Composer:

Or if using the local package, update your root composer.json:

  1. Run composer update:

  2. Publish the configuration file:

  3. Publish and run migrations:

  4. Clear configuration cache:

Configuration

Set up your AI provider API keys in .env:

Usage

Basic Usage with Facade

Using Specific Providers

Optional Middleware Usage

The package includes optional middleware for automatic content filtering. To use it, you need to manually register it first.

Register the Middleware

Add to your app/Http/Kernel.php:

Apply to Routes

The middleware will:

Advanced Usage

Arabic Language Support

The package includes native support for Arabic content with automatic language detection and text normalization:

Automatic Language Detection

Arabic Text Normalization

The package automatically normalizes Arabic text for better analysis:

Language-Specific Thresholds

Configure different toxicity thresholds for Arabic and English content:

Manual Language Detection

You can also use the language detection service directly:

Queue Processing

For async processing, you can dispatch jobs:

Supported AI Providers

OpenAI Moderation API

Google Perspective API

Configuration Options

The package offers extensive configuration options:

Database Schema

The package creates a toxicity_detections table to log all analysis results:

Extending the Package

Adding New AI Providers

Implement the ToxicityProviderInterface:

Testing

Test Configuration

Create a .env.testing file for test environment:

Troubleshooting

Common Issues

1. Configuration not loaded

2. Provider API errors

3. Migration issues

4. Cache issues

Debug Mode

Enable debug logging in your configuration:

Performance Considerations

Security & Privacy

Changelog

Version 1.1.0

Arabic Language Support

Version 1.0.0

Initial Release

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

  1. Clone the repository
  2. Install dependencies: composer install
  3. Copy .env.example to .env and configure
  4. Run tests: composer test

Support

License

This package is open-sourced software licensed under the MIT License.

Author

Mohammed Abd Razaq


⭐ If you find this package helpful, please consider giving it a star on GitHub!


All versions of laravel-toxicity-filter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
laravel/framework Version ^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.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 mohammed-abd-razaq/laravel-toxicity-filter contains the following files

Loading the files please wait ...