PHP Classes

Laravel API Generator For Fast Development: Generate API code to manipulate model objects

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 50 All time: 10,720 This week: 64Up
Version License PHP version Categories
laravel-api-develop 1.0.0MIT/X Consortium ...5PHP 5, Libraries, Web services, Code ...
Description 

Author

This package can generate API code to manipulate model objects.

It provides a command that can run from the command line console and takes the name of a model class that you may have in a PHP application that uses the Laravel framework.

The package can create directories to store PHP class files that will be able to handle HTTP requests to process API calls that will access the given model object.

Picture of Dipesh Sukhia
Name: Dipesh Sukhia <contact>
Classes: 4 packages by
Country: ???
Innovation award
Innovation award
Nominee: 2x

 

Documentation

Develop(Export) Laravel REST apis

Latest Version on Packagist Total Downloads GitHub Actions

Develop(Export) Laravel REST apis with form request, api resources and collections.

Installation

You can install the package via composer:

composer require dipeshsukhia/laravel-api-develop

Usage

php artisan develop-api:install

use trait in App\Exceptions\Handler.php

use App\Exceptions\Traits\ApiHandlerTrait;

class Handler extends ExceptionHandler
{
    use ApiHandlerTrait;

php artisan develop-api --model=User

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 dipesh.sukhia@gmail.com instead of using the issue tracker.

Credits

License

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


  Files folder image Files (23)  
File Role Description
Files folder image.github (1 directory)
Files folder imageconfig (1 file)
Files folder imagesrc (3 files, 2 directories)
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file CONTRIBUTING.md Data Auxiliary data
Accessible without login Plain text file LICENSE.md Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:50
This week:0
All time:10,720
This week:64Up