{"id":22353465,"url":"https://github.com/elsayed85/untouchable","last_synced_at":"2025-06-16T02:41:50.821Z","repository":{"id":85420773,"uuid":"606313915","full_name":"elsayed85/untouchable","owner":"elsayed85","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-26T07:19:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T18:51:38.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/elsayed85.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-02-25T05:32:24.000Z","updated_at":"2023-02-25T05:32:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ec8bbc9-60e1-438a-8cb4-840f37df62e6","html_url":"https://github.com/elsayed85/untouchable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/elsayed85/untouchable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Funtouchable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Funtouchable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Funtouchable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Funtouchable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsayed85","download_url":"https://codeload.github.com/elsayed85/untouchable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Funtouchable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260088656,"owners_count":22957107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-04T13:08:37.540Z","updated_at":"2025-06-16T02:41:50.813Z","avatar_url":"https://github.com/elsayed85.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is my package untouchable\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/elsayed85/untouchable.svg?style=flat-square)](https://packagist.org/packages/elsayed85/untouchable)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/elsayed85/untouchable/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/elsayed85/untouchable/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/elsayed85/untouchable/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/elsayed85/untouchable/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/elsayed85/untouchable.svg?style=flat-square)](https://packagist.org/packages/elsayed85/untouchable)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/untouchable.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/untouchable)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require elsayed85/untouchable\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"untouchable-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"untouchable-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"untouchable-views\"\n```\n\n## Usage\n\n```php\n$untouchable = new Elsayed85\\Untouchable();\necho $untouchable-\u003eechoPhrase('Hello, Elsayed85!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Elsayed Kamal](https://github.com/elsayed85)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsayed85%2Funtouchable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsayed85%2Funtouchable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsayed85%2Funtouchable/lists"}