binaryk/laravel-restify

Laravel REST API helpers

9.10.0 2025-05-12 17:14 UTC

This package is auto-updated.

Last update: 2025-05-12 17:20:05 UTC


README

Build Status Total Downloads Latest Stable Version License

The first fully customizable Laravel JSON:API builder. "CRUD" and protect your resources with 0 (zero) extra line of code.

Save weeks of API development

⚡ Laravel Restify Templates - Save Weeks of Development

Looking to 10x your API development speed? Check out our production-ready API templates at RestifyTemplates.com. Get complete authentication, roles & permissions, team management, and more - all built on Laravel Restify. Zero configuration needed. Deploy in minutes instead of weeks.

Installation

You can install the package via composer:

composer require binaryk/laravel-restify

Playground

You can find a playground in the Restify Demo GitHub repository.

Videos

If you are a visual learner, checkout our video course for the Laravel Restify.

Quick start

Setup package:

php artisan restify:setup

Generate repository:

php artisan restify:repository Dream --all

Now you have the REST CRUD over dreams and this beautiful repository:

Now you can go into Postman and check it out:

GET: http://laravel.test/api/restify/dreams
POST: http://laravel.test/api/restify/dreams
GET: http://laravel.test/api/restify/dreams/1
PUT: http://laravel.test/api/restify/dreams/1
DELETE: http://laravel.test/api/restify/dreams/1

Usage

See the official documentation.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email eduard.lupacescu@binarcode.com or message me on twitter instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.