{"id":36254384,"url":"https://github.com/mojoblanco/domainos","last_synced_at":"2026-01-11T07:04:46.836Z","repository":{"id":57019136,"uuid":"90530500","full_name":"mojoblanco/domainos","owner":"mojoblanco","description":"A laravel package for blacklisting or whitelisting specific email providers or domains","archived":false,"fork":false,"pushed_at":"2018-08-05T12:37:27.000Z","size":11,"stargazers_count":22,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T15:28:23.894Z","etag":null,"topics":["blacklist","domain","email","laravel","security","whitelist"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/mojoblanco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-07T12:19:56.000Z","updated_at":"2024-07-04T02:02:52.000Z","dependencies_parsed_at":"2022-08-22T20:20:20.676Z","dependency_job_id":null,"html_url":"https://github.com/mojoblanco/domainos","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mojoblanco/domainos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoblanco%2Fdomainos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoblanco%2Fdomainos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoblanco%2Fdomainos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoblanco%2Fdomainos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojoblanco","download_url":"https://codeload.github.com/mojoblanco/domainos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoblanco%2Fdomainos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: 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":["blacklist","domain","email","laravel","security","whitelist"],"created_at":"2026-01-11T07:04:46.370Z","updated_at":"2026-01-11T07:04:46.813Z","avatar_url":"https://github.com/mojoblanco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Domainos\n\n[![Latest Stable Version](https://poser.pugx.org/mojoblanco/domainos/v/stable)](https://packagist.org/packages/mojoblanco/domainos)\n[![Total Downloads](https://poser.pugx.org/mojoblanco/domainos/downloads)](https://packagist.org/packages/mojoblanco/domainos)\n[![Latest Unstable Version](https://poser.pugx.org/mojoblanco/domainos/v/unstable)](https://packagist.org/packages/mojoblanco/domainos)\n[![License](https://poser.pugx.org/mojoblanco/domainos/license)](https://packagist.org/packages/mojoblanco/domainos)\n\nA laravel package for allowing or blocking specific email domains\n\n## Installation\nOpen your terminal or command prompt, go to the root directory of your Laravel project, then follow the following steps. \n\n1. Run\n    ```\n    composer require mojoblanco/domainos \n    ```\n\n2. Add the provider to the providers array in config/app.php\n   \n   _If you are using laravel 5.5, you don't need to place the code below_\n    ```\n    Mojoblanco\\Domainos\\DomainosServiceProvider::class,\n    ```\n\n3. Run ```composer dump-autoload```\n\n4. Publish the config file\n    ```\n    php artisan vendor:publish --provider=\"Mojoblanco\\Domainos\\DomainosServiceProvider\" --tag=\"config\"\n    ```\n\n## Usage\n1. Go to the `config/domainos.php` file and customize it. \u003cbr\u003eThere are two options;\n\u003cbr\u003e`block` is for blacklisting domains,\n\u003cbr\u003e`allow` is for whitelisting.\n\n2. Go to the validation of the email address and add the following\n```\n'email' =\u003e 'domainos:allow'\n```\n\n3. Test the validation\n\n\n### Notice\nThis package can be very useful when you want to prevent or allow specific email addresses during user registration.\n\n\n### How can you thank me?\nYou can like this repo, follow me on [github](https://github.com/mojoblanco) and [twitter](https://twitter.com/themojoblanco)\nThanks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoblanco%2Fdomainos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojoblanco%2Fdomainos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoblanco%2Fdomainos/lists"}