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 today

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 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity20

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://avatars.githubusercontent.com/u/1077626?v=4)[Joel Fuentes](/maintainers/Jfuentes)[@jfuentes](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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