{"id":14985397,"url":"https://github.com/binarcode/laravel-restify","last_synced_at":"2025-05-14T04:10:03.446Z","repository":{"id":40002823,"uuid":"227196678","full_name":"BinarCode/laravel-restify","owner":"BinarCode","description":"The fastest way to make a powerful JSON:API compatible Rest API with Laravel.","archived":false,"fork":false,"pushed_at":"2025-05-11T09:03:32.000Z","size":5183,"stargazers_count":612,"open_issues_count":1,"forks_count":57,"subscribers_count":10,"default_branch":"9.x","last_synced_at":"2025-05-11T09:32:46.633Z","etag":null,"topics":["composer","laravel","rest-api"],"latest_commit_sha":null,"homepage":"https://restify.binarcode.com","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/BinarCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-10T19:12:46.000Z","updated_at":"2025-05-11T09:03:36.000Z","dependencies_parsed_at":"2022-07-26T16:02:23.666Z","dependency_job_id":"7ebb4022-ac2f-4570-8fff-00342fde5dbf","html_url":"https://github.com/BinarCode/laravel-restify","commit_stats":{"total_commits":861,"total_committers":21,"mean_commits":41.0,"dds":"0.32171893147502906","last_synced_commit":"317b4e913b85db78b6d9e09e7a083df97f322fdd"},"previous_names":[],"tags_count":187,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-restify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-restify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-restify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-restify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinarCode","download_url":"https://codeload.github.com/BinarCode/laravel-restify/tar.gz/refs/heads/9.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254070109,"owners_count":22009559,"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":["composer","laravel","rest-api"],"created_at":"2024-09-24T14:10:53.240Z","updated_at":"2025-05-14T04:09:58.430Z","avatar_url":"https://github.com/BinarCode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"/docs-v2/static/logo.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/BinarCode/laravel-restify/actions\"\u003e\u003cimg src=\"https://github.com/BinarCode/laravel-restify/actions/workflows/tests.yml/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/binaryk/laravel-restify\"\u003e\u003cimg src=\"https://poser.pugx.org/binaryk/laravel-restify/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/binaryk/laravel-restify\"\u003e\u003cimg src=\"https://poser.pugx.org/binaryk/laravel-restify/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/binaryk/laravel-restify\"\u003e\u003cimg src=\"https://poser.pugx.org/binaryk/laravel-restify/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThe first fully customizable Laravel [JSON:API](https://jsonapi.org) builder. \"CRUD\" and protect your resources with 0 (zero) extra line of code.\n\n\u003cdiv\u003e\n\u003ca href=\"https://supportukrainenow.org\"\u003e\n\u003cimg alt=\"Support Ukraine\" src=\"https://github-ads.s3-eu-central-1.amazonaws.com/support-ukraine-spatie-be.svg\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require binaryk/laravel-restify\n```\n\n## Playground\n\nYou can find a playground in the [Restify Demo GitHub repository](https://github.com/BinarCode/restify-demo).\n\n## Videos\n\nIf you are a visual learner, checkout [our video course](https://www.binarcode.com/learn/restify) for the Laravel Restify.\n\n## Quick start\n\nSetup package:\n\n```bash\nphp artisan restify:setup\n```\n\nGenerate repository:\n\n```bash\nphp artisan restify:repository Dream --all\n```\n\nNow you have the REST CRUD over dreams and this beautiful repository:\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"/docs-v2/static/tile.png\"\u003e\u003c/p\u003e\n\nNow you can go into Postman and check it out: \n\n```bash\nGET: http://laravel.test/api/restify/dreams\n```\n\n```bash\nPOST: http://laravel.test/api/restify/dreams\n```\n\n```bash\nGET: http://laravel.test/api/restify/dreams/1\n```\n\n```bash\nPUT: http://laravel.test/api/restify/dreams/1\n```\n\n```bash\nDELETE: http://laravel.test/api/restify/dreams/1\n```\n\n## Usage\n\nSee the [official documentation](https://restify.binarcode.com).\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email eduard.lupacescu@binarcode.com or [message me on twitter](https://twitter.com/LupacescuEuard) instead of using the issue tracker.\n\n## Credits\n\n- [Eduard Lupacescu](https://twitter.com/LupacescuEuard)\n- [Koen Koenster](https://github.com/Koenster)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-restify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarcode%2Flaravel-restify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-restify/lists"}