Skip to content

Commit fac9c17

Browse files
committed
feat: Adicionar changelog e atualizar README com informações da versão 0.0.1
1 parent 075fb55 commit fac9c17

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.0.1] - 2025-01-09
9+
10+
### Added
11+
- Initial release of PivotPHP ReactPHP Extension
12+
- ReactPHP server integration with PivotPHP framework
13+
- PSR-7 request/response bridge between ReactPHP and PivotPHP
14+
- Service provider for easy integration
15+
- Console command `serve:reactphp` for starting the server
16+
- Support for async operations and promises
17+
- Configuration file support
18+
- Basic examples (server.php and async-example.php)
19+
- Full test coverage for core components
20+
- PHPStan Level 9 static analysis
21+
- PSR-12 code style compliance
22+
23+
### Features
24+
- Continuous runtime to keep application in memory between requests
25+
- Event-driven architecture with non-blocking I/O
26+
- High performance by eliminating bootstrap overhead
27+
- Full PSR-7 compatibility with PivotPHP's implementation
28+
- Middleware pipeline support
29+
- Graceful server shutdown with signal handling (SIGTERM, SIGINT)
30+
31+
### Dependencies
32+
- Requires PHP 8.1 or higher
33+
- Compatible with PivotPHP Core 1.0+
34+
- ReactPHP HTTP Server 1.9+
35+
- PSR-7 Message Interface 1.x (ReactPHP requirement)
36+
37+
[0.0.1]: https://github.com/PivotPHP/pivotphp-reactphp/releases/tag/v0.0.1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# PivotPHP ReactPHP Extension
22

3+
[![Latest Stable Version](https://poser.pugx.org/pivotphp/reactphp/v/stable)](https://packagist.org/packages/pivotphp/reactphp)
4+
[![Total Downloads](https://poser.pugx.org/pivotphp/reactphp/downloads)](https://packagist.org/packages/pivotphp/reactphp)
5+
[![License](https://poser.pugx.org/pivotphp/reactphp/license)](https://packagist.org/packages/pivotphp/reactphp)
6+
37
A high-performance continuous runtime extension for PivotPHP using ReactPHP's event-driven, non-blocking I/O model.
48

9+
**Current Version: 0.0.1** - [View on Packagist](https://packagist.org/packages/pivotphp/reactphp)
10+
511
## Features
612

713
- **Continuous Runtime**: Keep your application in memory between requests

0 commit comments

Comments
 (0)