{"id":23453857,"url":"https://github.com/elsayed85/posts_package","last_synced_at":"2025-10-08T15:08:39.444Z","repository":{"id":111221347,"uuid":"339000095","full_name":"elsayed85/posts_package","owner":"elsayed85","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-15T07:50:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T08:31:13.325Z","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":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"elsayed85"}},"created_at":"2021-02-15T07:38:14.000Z","updated_at":"2021-02-15T07:50:11.000Z","dependencies_parsed_at":"2023-04-25T14:02:52.138Z","dependency_job_id":null,"html_url":"https://github.com/elsayed85/posts_package","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/elsayed85/posts_package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Fposts_package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Fposts_package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Fposts_package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Fposts_package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsayed85","download_url":"https://codeload.github.com/elsayed85/posts_package/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsayed85%2Fposts_package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278964254,"owners_count":26076636,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-24T02:30:15.478Z","updated_at":"2025-10-08T15:08:39.390Z","avatar_url":"https://github.com/elsayed85.png","language":"PHP","funding_links":["https://github.com/sponsors/elsayed85"],"categories":[],"sub_categories":[],"readme":"# posts_package\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/elsayed85/posts_package.svg?style=flat-square)](https://packagist.org/packages/elsayed85/posts_package)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/elsayed85/posts_package/run-tests?label=tests)](https://github.com/elsayed85/posts_package/actions?query=workflow%3ATests+branch%3Amaster)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/elsayed85/posts_package/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/elsayed85/posts_package/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amaster)\n[![Total Downloads](https://img.shields.io/packagist/dt/elsayed85/posts_package.svg?style=flat-square)](https://packagist.org/packages/elsayed85/posts_package)\n\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/package-posts_package-laravel.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/package-posts_package-laravel)\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/posts_package\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --provider=\"Elsayed85\\PostsPackage\\PostsPackageServiceProvider\" --tag=\"posts_package-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n```bash\nphp artisan vendor:publish --provider=\"Elsayed85\\PostsPackage\\PostsPackageServiceProvider\" --tag=\"posts_package-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\n```php\n$posts_package = new Elsayed85\\PostsPackage();\necho $posts_package-\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](.github/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%2Fposts_package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsayed85%2Fposts_package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsayed85%2Fposts_package/lists"}