# Tomato API

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2F3vH9xhpvwueyQ3X7T8v5%2Fscreenshot.png?alt=media&#x26;token=b6839016-6e63-4238-8a7d-8ba12bdeea06" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-api
```

after installation run this command

```
php artisan tomato-api:install
```

### Using

you can generate a new API CRUD with this command

```
php artisan tomato:api
```

it will ask you about the table name and module name if you like to use the HMVC arch

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-api/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-api/blob/master/SECURITY.md) for more information about security.

### Credits

* [Fady Mondy](https://github.com/3x1io)
* [Ahmed Bana](https://github.com/Ahmed-Elbanna-Git)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-api/blob/master/LICENSE.md) for more information.
