PHPackages                             adrjmiranda/streamline-php - 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. adrjmiranda/streamline-php

ActiveProject[Framework](/categories/framework)

adrjmiranda/streamline-php
==========================

StreamlinePHP is a lightweight, modular PHP framework that follows the MVC architecture, focusing on simplicity and efficiency for building modern web applications. With intuitive routing, controller management, a customizable templating system, and essential security features, StreamlinePHP provides a flexible foundation for scalable and secure development in pure PHP.

1.1.3(1y ago)04MITPHP

Since Dec 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/adrjmiranda/streamline-php)[ Packagist](https://packagist.org/packages/adrjmiranda/streamline-php)[ RSS](/packages/adrjmiranda-streamline-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Streamline PHP
==============

[](#streamline-php)

**StreamlinePHP** is a minimalist and modular framework built in pure PHP, designed to provide a lightweight yet solid foundation for modern web application development. With a focus on simplicity and efficiency, StreamlinePHP offers essential features like routing, controller management, database integration, templating system, and middleware support, allowing for a flexible and easily extensible MVC architecture.

Ideal for developers seeking complete control over application flow, StreamlinePHP balances simplicity and functionality, enabling you to build scalable and secure applications quickly and without unnecessary overhead.

---

**Instalação**
--------------

[](#instalação)

To get started with Streamline PHP, you can install it directly with Composer:

```
composer create-project adrjmiranda/streamline-php
```

**StreamlinePHP** is the perfect choice for those who value efficiency and flexibility in a pure PHP environment.

---

Features
--------

[](#features)

### Streamline PHP currently offers the following systems and tools:

[](#streamline-php-currently-offers-the-following-systems-and-tools)

- [Route System](https://github.com/adrjmiranda/streamline-php/wiki/Route-System)
- [Template System](https://github.com/adrjmiranda/streamline-php/wiki/Template-System)
- [Session Management](https://github.com/adrjmiranda/streamline-php/wiki/Session-Management)
- [Cache System](https://github.com/adrjmiranda/streamline-php/wiki/Cache-System)
- [Log System](https://github.com/adrjmiranda/streamline-php/wiki/Log-System)
- [Validations](https://github.com/adrjmiranda/streamline-php/wiki/Validations)
- [Middleware](https://github.com/adrjmiranda/streamline-php/wiki/Middleware)
- [Query Builder with Database](https://github.com/adrjmiranda/streamline-php/wiki/Query-Builder-with-Database)

Each of these features is detailed in the [project's Wiki](https://github.com/adrjmiranda/streamline-php/wiki).

---

Exemplo Básico
--------------

[](#exemplo-básico)

#### Here is an example of basic usage of the framework:

[](#here-is-an-example-of-basic-usage-of-the-framework)

```
