PHPackages                             asdfprah/fasttrack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. asdfprah/fasttrack

ActiveLibrary[API Development](/categories/api)

asdfprah/fasttrack
==================

Easily build API with Laravel Framework

015PHP

Since Feb 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/asdfprah/Fasttrack)[ Packagist](https://packagist.org/packages/asdfprah/fasttrack)[ RSS](/packages/asdfprah-fasttrack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fasttrack
=========

[](#fasttrack)

Laravel library to make an API easily.

**This library is NOT stable yet. Use it at your own risk**

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Fasttrack.

```
composer require asdfprah/fasttrack
```

Usage
-----

[](#usage)

```
# to build a Laravel FormRequest named "StoreUserRequest"
# for the \App\Http\Models\User model
php artisan fasttrack:request StoreUserRequest User

# to build a UserController, StoreUserRequest, UpdateUserRequest and routes
# for the \App\Http\Models\User model
php artisan fasttrack:api User

# to build a Controller, Requests and Routes for all models
php artisan fasttrack:api
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

### To Do

[](#to-do)

- Build missing models
- Build FormRequest
- Build Controllers
- Optionally build JS classes to use the generated API (Something like [Coloquent](https://github.com/DavidDuwaer/Coloquent) or [vue-api-query](https://github.com/robsontenorio/vue-api-query))
- Improve code readability, honestly i just make it work for a side project
- Tests...

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/183f8730b280c7c96deb7ac5aee46b67a58e679d2c0efc84ea1166a7851abcf7?d=identicon)[Jfuentes](/maintainers/Jfuentes)

---

Top Contributors

[![asdfprah](https://avatars.githubusercontent.com/u/12927473?v=4)](https://github.com/asdfprah "asdfprah (16 commits)")[![danon](https://avatars.githubusercontent.com/u/13367735?v=4)](https://github.com/danon "danon (2 commits)")

### Embed Badge

![Health badge](/badges/asdfprah-fasttrack/health.svg)

```
[![Health](https://phpackages.com/badges/asdfprah-fasttrack/health.svg)](https://phpackages.com/packages/asdfprah-fasttrack)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
