{"id":33963816,"url":"https://github.com/julianobailao/laravel-easy-api","last_synced_at":"2025-12-12T22:48:50.606Z","repository":{"id":57002823,"uuid":"80361872","full_name":"julianobailao/laravel-easy-api","owner":"julianobailao","description":"Build your laravel api easier.","archived":false,"fork":false,"pushed_at":"2017-02-01T01:47:22.000Z","size":26,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T00:56:01.684Z","etag":null,"topics":["api","api-server","laravel","package","php"],"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/julianobailao.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-01-29T17:59:04.000Z","updated_at":"2017-12-21T19:59:42.000Z","dependencies_parsed_at":"2022-08-21T14:11:01.530Z","dependency_job_id":null,"html_url":"https://github.com/julianobailao/laravel-easy-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/julianobailao/laravel-easy-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianobailao%2Flaravel-easy-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianobailao%2Flaravel-easy-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianobailao%2Flaravel-easy-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianobailao%2Flaravel-easy-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julianobailao","download_url":"https://codeload.github.com/julianobailao/laravel-easy-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianobailao%2Flaravel-easy-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27694070,"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-12-12T02:00:06.775Z","response_time":129,"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":["api","api-server","laravel","package","php"],"created_at":"2025-12-12T22:48:49.909Z","updated_at":"2025-12-12T22:48:50.592Z","avatar_url":"https://github.com/julianobailao.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=LDRJCTGY2YXYJ"],"categories":[],"sub_categories":[],"readme":"# Laravel - Easy Api\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![StyleCI][ico-styleci]][link-styleci]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Donate][ico-donate]][link-donate]\n\n[ico-version]: https://img.shields.io/packagist/v/julianobailao/laravel-easy-api.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/julianobailao/laravel-easy-api/master.svg?style=flat-square\n[ico-scrutinizer]:https://img.shields.io/scrutinizer/coverage/g/julianobailao/laravel-easy-api.svg?style=flat-square\n[ico-code-quality]:https://img.shields.io/scrutinizer/g/julianobailao/laravel-easy-api.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/julianobailao/laravel-easy-api.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/80361872/shield\n[ico-donate]:https://img.shields.io/badge/Donate-PayPal-brightgreen.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/julianobailao/laravel-easy-api\n[link-travis]: https://travis-ci.org/julianobailao/laravel-easy-api\n[link-scrutinizer]: https://scrutinizer-ci.com/g/julianobailao/laravel-easy-api/?branch=master\n[link-code-quality]: https://scrutinizer-ci.com/g/julianobailao/laravel-easy-api/?branch=master\n[link-downloads]: https://packagist.org/packages/julianobailao/laravel-easy-api\n[link-styleci]: https://styleci.io/repos/80361872\n[link-donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=LDRJCTGY2YXYJ\n\nThis package will helps you build as quickly as possible your APIs, using pre-configured traits and resource controllers, [see the wiki for more information](https://github.com/julianobailao/laravel-easy-api/wiki).\n\n## Install\n\nVia Composer\n\n```bash\n$ composer require julianobailao/laravel-easy-api\n```\n\n## Documentation\n\nPlease, see the [wiki](https://github.com/julianobailao/laravel-easy-api/wiki) for the full documentation of this project.\n\n## Basic Usage\n\n### Create a Model:\nCreate a model and configure it has you wish.\n\n``` php\n\nnamespace App;\n\nuse Illuminate\\Database\\Eloquent\\Model;\n\nclass Donkey extends Model\n{\n  //\n}\n```\n\n### Create a controller\nCreate a controller, and use the ResourceTrait of this package. Exists one trait for each method from resource controller equivalent, if you want use a especific methods, and not all of then, read about [Independent Methods](#).\n\n``` php\n\nnamespace App\\Http\\Controllers;\n\nuse JulianoBailao\\LaravelEasyApi\\ResourceTrait;\n\nclass DonkeyController extends Controller\n{\n  use ResourceTrait;\n}\n```\n\n### Route\nConfigure your route like a resource controller:\n\n``` php\nRoute::resource('donkeys', 'DonkeyController', ['except' =\u003e ['create', 'edit']]);\n```\n\n### It's runing!\nYou have a resource controller with the index, show, store, update and destroy methods, runing for model Donkey, in the /donkeys route.\n\nPlease, see the [wiki](https://github.com/julianobailao/laravel-easy-api/wiki) for the full documentation of this project.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Donate\nSupport this project and others, via [PayPal](link-donate).\n\n[![Donate][ico-donate]][link-donate]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianobailao%2Flaravel-easy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulianobailao%2Flaravel-easy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianobailao%2Flaravel-easy-api/lists"}