PHPackages                             l57t7q/overfast - 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. l57t7q/overfast

ActiveProject[API Development](/categories/api)

l57t7q/overfast
===============

Super Fast API Server

14PHP

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/l57t7q/overfast)[ Packagist](https://packagist.org/packages/l57t7q/overfast)[ RSS](/packages/l57t7q-overfast/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

OverFast
========

[](#overfast)

=======================================

The super-lightweight PHP framework is based on FastRoute and Medoo.

Install
-------

[](#install)

To install with composer:

```
composer require l57t7q/overfast
```

\#Usage
-------

[](#usage)

It's very easy to use this framework and here's a basic usage example:

### Database operations

[](#database-operations)

First you should define database configuration in `.env` and register database in `database.php`:

```
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=username
DB_PASSWORD=password
```

```
