{"id":20275550,"url":"https://github.com/workofstan/seablast-interfaces","last_synced_at":"2026-02-02T09:14:52.475Z","repository":{"id":240494533,"uuid":"802608190","full_name":"WorkOfStan/seablast-interfaces","owner":"WorkOfStan","description":"A dedicated repository for all interfaces related to the Seablast for PHP ecosystem. This repository serves as the central point of definition for the contracts that the Seablast for PHP core library and its various plugins and extensions implement.","archived":false,"fork":false,"pushed_at":"2025-10-04T11:48:31.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T12:35:39.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WorkOfStan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-18T19:13:35.000Z","updated_at":"2025-10-04T11:44:58.000Z","dependencies_parsed_at":"2024-05-19T10:25:42.340Z","dependency_job_id":"d7863627-f3ac-4d34-b27d-d95c4aabb57e","html_url":"https://github.com/WorkOfStan/seablast-interfaces","commit_stats":null,"previous_names":["workofstan/seablast-interfaces"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WorkOfStan/seablast-interfaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkOfStan%2Fseablast-interfaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkOfStan%2Fseablast-interfaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkOfStan%2Fseablast-interfaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkOfStan%2Fseablast-interfaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorkOfStan","download_url":"https://codeload.github.com/WorkOfStan/seablast-interfaces/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkOfStan%2Fseablast-interfaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29009607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T08:40:12.472Z","status":"ssl_error","status_checked_at":"2026-02-02T08:40:10.926Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T13:09:47.863Z","updated_at":"2026-02-02T09:14:52.470Z","avatar_url":"https://github.com/WorkOfStan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Seablast\\Interfaces`\n\n`Seablast\\Interfaces` is a dedicated repository for all interfaces related to the Seablast for PHP ecosystem. This repository serves as the central point of definition for the contracts that the Seablast for PHP core library and its various plugins and extensions implement.\nBy consolidating all interfaces in one place, `Seablast\\Interfaces` ensures consistency, reusability, and maintainability across different components of the `Seablast` framework.\n\n## Key Features\n\n- **Centralized Interface Definitions**: Provides a single source of truth for all interfaces used in the `Seablast` ecosystem, ensuring uniform implementation across different libraries and plugins.\n- **Enhanced Modularity**: Facilitates the development and maintenance of modular components by decoupling interface definitions from their implementations.\n- **Improved Reusability**: Interfaces defined in `Seablast\\Interfaces` can be easily reused by various libraries and plugins, promoting code reuse and reducing duplication.\n- **Ease of Integration**: Simplifies the integration process for new libraries and plugins by providing clear and well-documented interfaces that they can implement.\n- **Consistent API**: Ensures that all components adhering to the `Seablast` standards follow a consistent API, making it easier for developers to work with the ecosystem.\n\n## Usage\n\nTo use the interfaces defined in `Seablast\\Interfaces` within your project, simply include the repository as a dependency in your `composer.json` file:\n\n```json\n{\n  \"require\": {\n    \"seablast/interfaces\": \"^0.1.1\"\n  }\n}\n```\n\nThen, run `composer install` or `composer update` to install the dependency and set up autoloading.\n\n## Example\n\nHere’s an example of how to implement an interface from `Seablast\\Interfaces`:\n\n```php\n// src/Bar.php in Seablast\\Auth\nnamespace Seablast\\Auth;\n\nuse Seablast\\Interfaces\\BarInterface;\n\nclass Bar implements BarInterface {\n    public function doSomething() {\n        // Implementation of the method\n    }\n}\n```\n\n## Contribution\n\nWe welcome contributions to `Seablast\\Interfaces`. If you have suggestions for new interfaces or improvements to existing ones, please open an issue or submit a pull request on our GitHub repository.\n\n## License\n\n`Seablast\\Interfaces` is open-source software licensed under the [MIT License](LICENSE).\n\n## Contact\n\nFor any questions or support, please contact our development team at \u003chttps://github.com/WorkOfStan/seablast-interfaces/issues\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofstan%2Fseablast-interfaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkofstan%2Fseablast-interfaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofstan%2Fseablast-interfaces/lists"}