soketi / soketi-tester

Test your Soketi implementation with this awesome web tool. πŸ₯°

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tester.soketi.app

CI codecov

Test your Soketi implementation with this awesome web tool. πŸ₯°

πŸ™Œ Requirements

  • PHP 8.1+
  • Soketi 1.x+
  • Docker

πŸš€ Installation

$ composer install --ignore-platform-reqs && \
    cp .env.example .env && \
    ./sail up --wait -d && \
    ./sail artisan migrate:fresh --seed && \
    npm install && \
    npm run dev

πŸ› Testing

$ vendor/bin/phpunit

🀝 Contributing

Please see CONTRIBUTING for details.

πŸ”’ Security

If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.

πŸŽ‰ Credits

About

Test your Soketi implementation with this awesome web tool. πŸ₯°


Languages

Language:Vue 48.5%Language:PHP 43.7%Language:Shell 5.1%Language:JavaScript 1.5%Language:Dockerfile 0.9%Language:Blade 0.2%Language:CSS 0.0%