/soketi-tester

Test your Soketi implementation with this awesome web tool. 🥰

Primary LanguageVue

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