Skip to content

Conversation

@uzulla
Copy link
Contributor

@uzulla uzulla commented Nov 20, 2025

This PR removes support for two services that have been shut down and are no longer accessible:

  • chirb.it (Chirbit) - Audio sharing service
  • sassmeister.com (SassMeister) - Sass playground

Services Status Evidence

chirb.it (Chirbit)

  • Status: Service down and inaccessible
  • Evidence:
    • Multiple user reports since January 2023 (over 2 years ago)
    • Connection failures: "Failed to connect to chirb.it port 80"
    • Monitoring site: https://issitedownrightnow.com/status/chirbit.com
    • User reports indicate: "The url chirbit.com does not resolve and there is no access to the site"

sassmeister.com (SassMeister)

  • Status: Service discontinued, project archived
  • Evidence:

Changes Made

chirb.it removal:

  • Removed oEmbed provider entry from src/resources/oembed.php
  • Removed test case from tests/PagesTest.php
  • Deleted test fixtures and cached responses

sassmeister.com removal:

  • Removed adapter registration from src/ExtractorFactory.php
  • Deleted src/Adapters/Sassmeister/ directory (Extractor and Code detector)
  • Removed testSassmeister() test method from tests/PagesTest.php
  • Deleted test fixtures and cached responses

ref

uzulla and others added 2 commits November 20, 2025 14:57
The chirb.it audio sharing service is no longer accessible (connection failure). This commit removes all related code and test files.

Changes:
- Remove chirb.it from oEmbed providers list
- Remove test case from PagesTest
- Delete cached responses and test fixtures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
The sassmeister.com Sass playground service is no longer accessible (DNS resolution failure). This commit removes the adapter, related code, and test files.

Changes:
- Remove Sassmeister adapter from ExtractorFactory
- Delete Sassmeister adapter directory (Extractor and Code detector)
- Remove testSassmeister() from PagesTest
- Delete cached responses and test fixtures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@oscarotero oscarotero merged commit 7aa590c into php-embed:master Nov 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants