PHPackages                             reativ/verb - 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. [Framework](/categories/framework)
4. /
5. reativ/verb

ActiveLibrary[Framework](/categories/framework)

reativ/verb
===========

Reativ PHP framework focused on HTTP concepts

00PHP

Since Sep 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/reativ-labs/verb)[ Packagist](https://packagist.org/packages/reativ/verb)[ RSS](/packages/reativ-verb/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Verb PHP Framework
==================

[](#verb-php-framework)

Verb is a high-performance PHP framework designed to accelerate web development and empower developers with a robust set of tools and features.

Features
--------

[](#features)

### Efficient Routing

[](#efficient-routing)

Verb provides a powerful routing system that allows you to easily define clean and flexible routes for your web application.

### Optimized Performance

[](#optimized-performance)

With its lightweight design and optimized code execution, Verb ensures fast response times and optimal resource utilization.

### Flexible Database Integration *(SOON)*

[](#flexible-database-integration-soon)

The framework seamlessly integrates with popular databases, offering efficient query builders and ORM capabilities for database interactions.

### Effortless Templating *(SOON)*

[](#effortless-templating-soon)

Verb includes a flexible templating engine that simplifies the separation of logic and presentation, enabling clean and maintainable code.

### Secure Authentication *(SOON)*

[](#secure-authentication-soon)

Built-in authentication features such as user management, login, and password reset make it easy to implement secure user authentication in your application.

### Error Handling and Logging

[](#error-handling-and-logging)

Verb provides comprehensive error handling and logging mechanisms to help you identify and resolve issues quickly.

### Extensible Architecture

[](#extensible-architecture)

The framework follows a modular architecture that allows for easy extension and customization, ensuring scalability as your application grows.

Getting Started
---------------

[](#getting-started)

To get started with Verb, follow these steps:

### Requirements

[](#requirements)

Ensure that you have PHP (version 8.1 or higher) and a web server installed on your system.

### Installation

[](#installation)

Install Verb dependency using composer

```
composer create-project verb/verb

```

### Configuration

[](#configuration)

To configure Verb, just create an `index.php` file and add the following code:

```
use Reativ\Verb\Application;

$app = Application::getInstance();

// Register routes
$app->get('/', function () {
    return 'Hello, World!';
});

// Run the application
$app->run();
```

### Using Verb

[](#using-verb)

To use Verb, just call `run()` method in the app instance. For example:

```
$app->run();
```

This will start the application and listen on port 8080. Then you can access your application in the browser using the following URL:

```
http://localhost:8080

```

You can create a script in `composer.json` file to start PHP development server adding the following code:

```
"scripts": {
    "dev": [
        "Composer\\Config::disableProcessTimeout",
        "@php -S localhost:8000 -t public/"
    ]
}
```

After that just run the command:

```
composer run dev
```

For detailed documentation, please refer to the [Verb Wiki](https://github.com/reativ-labs/verb/wiki).

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

[](#contributing)

Contributions to Verb are welcome! If you encounter any bugs or have suggestions for new features, please open an issue or submit a pull request. Before contributing, please review our [Contribution Guidelines](CONTRIBUTING.md).

License
-------

[](#license)

Verb is released under the [MIT License](LICENSE). Feel free to use and modify the framework according to your needs.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/1459321?v=4)[Francisco Costa](/maintainers/jfcpcosta)[@jfcpcosta](https://github.com/jfcpcosta)

---

Top Contributors

[![jfcpcosta](https://avatars.githubusercontent.com/u/1459321?v=4)](https://github.com/jfcpcosta "jfcpcosta (6 commits)")

### Embed Badge

![Health badge](/badges/reativ-verb/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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