ramaid / laravel-restify
Powerful and intuitive package designed to accelerate REST API development within the Laravel ecosystem
Requires
- php: ^8.3
- illuminate/contracts: ^11.0
- spatie/enum: ^3.13
- spatie/laravel-data: ^4.7
- spatie/laravel-package-tools: ^1.14.0
- spatie/laravel-query-builder: ^6.0
- spatie/laravel-typescript-transformer: ^2.4
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^8
- orchestra/testbench: ^9
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
Is a powerful and intuitive package designed to accelerate REST API development within the Laravel ecosystem. With efficient and flexible capabilities, Restify presents an integrated and customizable solution for modern API development. Its seamless integration with Laravel ensures a streamlined experience, making it effortlessly scalable for projects of any size. Gain a development advantage with Laravel Restify — an elegant and feature-rich solution to meet your API needs.
Installation
You can install the package via composer:
composer require rapidkit/laravel-restify --dev
Usage
Setup requirements
php artisan restify:setup
Generate data object and controller class
php artisan restify:gen {name}
Generate typescript type
php artisan typescript:transform
Testing
composer test
Development
composer config repositories.laravel-restify '{"type": "path", "url": "/Users/rama/Personal/meta-forge-phpunit/laravel-restify", "options": {"symlink": true}}'
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.