PHPackages                             baghunts/laravel-fast-endpoints - 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. baghunts/laravel-fast-endpoints

ActiveLibrary[API Development](/categories/api)

baghunts/laravel-fast-endpoints
===============================

Laravel routes new (fast) experience

v1.0.1(1y ago)614MITPHP

Since Aug 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tbaghunts/laravel-fast-endpoints)[ Packagist](https://packagist.org/packages/baghunts/laravel-fast-endpoints)[ RSS](/packages/baghunts-laravel-fast-endpoints/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Laravel Fast Endpoints
======================

[](#laravel-fast-endpoints)

[![Packagist](https://camo.githubusercontent.com/8ecf558f905d461ebc52d12af6bade43e1f68db860a6f5ba17823f960a46db62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62616768756e74732f6c61726176656c2d666173742d656e64706f696e74732e737667)](https://packagist.org/packages/baghunts/laravel-fast-endpoints)[![Tests](https://github.com/tbaghunts/laravel-fast-endpoints/actions/workflows/tests.yml/badge.svg)](https://github.com/tbaghunts/laravel-fast-endpoints/actions/workflows/tests.yml)[![Codecov](https://camo.githubusercontent.com/7d97607b40f9908dce7d6cf0a350d3c4261b97a04906bb95a12f3b4aad2323ca/68747470733a2f2f636f6465636f762e696f2f6769746875622f7462616768756e74732f6c61726176656c2d666173742d656e64706f696e74732f67726170682f62616467652e7376673f746f6b656e3d484b324c584432314652)](https://codecov.io/github/tbaghunts/laravel-fast-endpoints)[![Downloads](https://camo.githubusercontent.com/245d4023cc6d807789d27655a81e32ec63dfdbea2788285a5ca5174dbf06bdea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62616768756e74732f6c61726176656c2d666173742d656e64706f696e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/baghunts/laravel-fast-endpoints)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)

**LFE (Laravel Fast Endpoints)** is a developer-friendly and efficient alternative to traditional MVC for providing API services to clients. It introduces a new, fast approach using PHP Attributes and a File-Driven architecture. With LFE, there's no need to manually define routes—they are automatically registered, streamlining the development process.

### Installation

[](#installation)

You can install the package via composer:

```
composer require baghunts/laravel-fast-endpoints
```

### Quick Example

[](#quick-example)

Let's walk through a simple example to demonstrate how easy it is to create an API endpoint with **LFE**.

```
