You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first fully customizable Laravel [JSON:API](https://jsonapi.org) builder. "CRUD" and protect your resources with 0 (zero) extra line of code.
11
11
12
-
**One Codebase. REST for Humans, MCP for AI Agents.**
13
-
14
-
Laravel Restify turns your Eloquent models into both JSON:API endpoints and MCP servers -- automatically. Build once, and instantly serve APIs that work seamlessly for developers, apps, and AI agents.
15
-
16
-
## 🚀 The Power of One Codebase
17
-
18
-
Traditional API development requires separate implementations for different consumers. Laravel Restify changes that:
19
-
20
-
-**👥 Humans** get full-featured JSON:API endpoints
21
-
-**🤖 AI Agents** get structured MCP (Model Context Protocol) servers
22
-
-**🔒 Same Rules** - All authentication, authorization, and policies apply to both
23
-
-**📝 One Definition** - Write your repository once, serve everywhere
24
-
25
-
## Key Features
26
-
27
-
-**JSON:API Endpoints** - Full [JSON:API](https://jsonapi.org) specification compliance
28
-
-**MCP Server Generation** - Automatic AI agent interfaces with tool definitions
29
-
-**Unified Authorization** - Laravel policies protect both human and AI access
30
-
-**Search & Filtering** - Powerful query capabilities for all consumers
31
-
-**Authentication** - Laravel Sanctum integration for secure access
Need a production-ready starting point? Check out [Restify Templates](https://restifytemplates.com) for complete API starter kits with authentication, permissions, and team management.
220
-
221
-
## Resources
74
+
## Usage
222
75
223
-
-**[Documentation](https://laravel-restify.com)** - Complete guides and API reference
224
-
-**[Demo Repository](https://github.com/BinarCode/restify-demo)** - Working example
See the [official documentation](https://restify.binarcode.com).
226
77
227
-
## Testing
78
+
###Testing
228
79
229
-
```bash
80
+
```bash
230
81
composer test
231
82
```
232
83
84
+
### Changelog
85
+
86
+
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
87
+
233
88
## Contributing
234
89
235
90
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
236
91
237
-
## Security
92
+
###Security
238
93
239
-
If you discover any security related issues, please email eduard.lupacescu@binarcode.com instead of using the issue tracker.
94
+
If you discover any security related issues, please email eduard.lupacescu@binarcode.comor [message me on twitter](https://twitter.com/LupacescuEuard)instead of using the issue tracker.
240
95
241
96
## Credits
242
97
@@ -247,3 +102,4 @@ If you discover any security related issues, please email eduard.lupacescu@binar
247
102
## License
248
103
249
104
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments