Skip to main content

BOWPHP

Simplify Your Web Development

BowPHP was designed from the ground up to be easy to install and use, getting your application up and running quickly, and is trusted by +2500 developers
AdjeminAkil TechnologiesEtudeskPapac&Co

Simple, Elegant, Powerful

Discover the simplicity of BowPHP with concrete code examples

routes/app.php
$app->get('/hello/{name}', function($name) {
return "Hello, $name!";
});

$app->post('/users', [UserController::class, 'store']);

$app->prefix('api', function() use ($app) {
$app->get('/posts', [PostController::class, 'index']);
$app->put('/posts/{id}', [PostController::class, 'update']);
$app->delete('/posts/{id}', [PostController::class, 'destroy']);
});

Why choose BowPHP?

A modern PHP framework that combines simplicity and power to accelerate your development

S2R

Simple, Fast and Robust. Focus on your project without worrying about complexity. BowPHP offers a clear and intuitive architecture that lets you develop quickly while keeping your code clean and maintainable.

ORM

An extremely simple ORM named Barry. Interact with your database in an elegant and expressive way. Barry simplifies CRUD operations and relationships between models, making data management more natural and productive.

Extensible

Infinitely customizable structure. Plugin support and reusable components. BowPHP adapts to your specific needs thanks to its modular architecture and package system, letting you extend functionality to fit your requirements.

Reactjs / Vuejs

By default, Bow ships with React and Vue presets. Build modern, reactive user interfaces with your favorite JavaScript frameworks. Native integration makes it easy to develop performant, scalable full-stack web applications.

Who uses BowPHP?

This project is used by all these influential people in the tech communities of Côte d'Ivoire and around the world.

Abou KONE

Abou KONE

Franck DAKIA

Franck DAKIA

Chun-Sheng, Li

Chun-Sheng, Li

Salomon DION

Salomon DION

François KOBON

François KOBON