All Projects → BinarCode → Laravel Restify

BinarCode / Laravel Restify

Licence: mit
The fastest way to make a powerful JSON:API compatible Rest API with Laravel.

Projects that are alternatives of or similar to Laravel Restify

Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (+35.48%)
Mutual labels:  rest-api, laravel, composer
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-90.32%)
Mutual labels:  laravel, composer
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+1148.39%)
Mutual labels:  rest-api, laravel
Easyhttp
A Laravel HTTP-client to make HTTP request easier and log requests and responses
Stars: ✭ 20 (-67.74%)
Mutual labels:  laravel, composer
Ip Location Zh
获取 IP 地址的真实地理位置
Stars: ✭ 556 (+796.77%)
Mutual labels:  laravel, composer
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+827.42%)
Mutual labels:  laravel, composer
Binding Of Isaac Api
A RESTful API for the Binding of Isaac game series
Stars: ✭ 11 (-82.26%)
Mutual labels:  rest-api, laravel
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (+609.68%)
Mutual labels:  laravel, composer
Nem Php
NEM Blockchain NIS API Wrapper and Software Development Kit for PHP
Stars: ✭ 32 (-48.39%)
Mutual labels:  laravel, composer
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-43.55%)
Mutual labels:  laravel, composer
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-37.1%)
Mutual labels:  laravel, composer
Laravel Orion
The simplest way to create REST API with Laravel
Stars: ✭ 481 (+675.81%)
Mutual labels:  rest-api, laravel
Laravel React
Laravel 8 and React 17 boilerplate
Stars: ✭ 472 (+661.29%)
Mutual labels:  laravel, composer
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+982.26%)
Mutual labels:  laravel, composer
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (+648.39%)
Mutual labels:  rest-api, laravel
Aliyun Sts
基于阿里云openapi系列接口中STS最新版本的SDK进行封装的composer package,解耦其他产品SDK,各个产品SDK功能使用组件化加载,减少代码臃肿。
Stars: ✭ 19 (-69.35%)
Mutual labels:  laravel, composer
Datagrid
Datagrid for Laravel v5
Stars: ✭ 44 (-29.03%)
Mutual labels:  laravel, composer
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (+591.94%)
Mutual labels:  laravel, composer
Laravel Api Response Builder
Builds nice, normalized and easy to consume Laravel REST API JSON responses.
Stars: ✭ 433 (+598.39%)
Mutual labels:  rest-api, laravel
Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+1438.71%)
Mutual labels:  rest-api, laravel

Build Status Total Downloads Latest Stable Version Quality License

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

Installation

You can install the package via composer:

composer require binaryk/laravel-restify

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 UserRepository --all

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

Now you can go into Postman and check it out:

GET: http://laravel.test/api/restify/users
POST: http://laravel.test/api/restify/users
GET: http://laravel.test/api/restify/users/1
PUT: http://laravel.test/api/restify/users/1
DELETE: http://laravel.test/api/restify/users/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 [email protected] instead of using the issue tracker.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].