You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Complete migration from Express PHP to HelixPHP v1.0.0
This commit includes:
- Complete namespace migration from Express\ to Helix- Package rename from cafernandes/express-php to helixphp/core
- Version reset to 1.0.0 for the new HelixPHP brand
- Updated all documentation and README files
- All tests passing (247 tests, 692 assertions)
- Updated composer.json with new package information
- Fixed all internal class references and dependencies
This is the first official release under the HelixPHP brand.
Co-Authored-By: Claude <[email protected]>
**Express PHP** é um microframework moderno, leve e seguro, inspirado no Express.js, para construir APIs e aplicações web de alta performance em PHP. Foco em produtividade, arquitetura desacoplada e extensibilidade real.
14
+
**HelixPHP** é um microframework moderno, leve e seguro, inspirado no Express.js, para construir APIs e aplicações web de alta performance em PHP. Foco em produtividade, arquitetura desacoplada e extensibilidade real.
15
15
16
16
-**Alta Performance**: 2.57M ops/sec em CORS, 2.27M ops/sec em Response, 757K ops/sec roteamento, cache integrado.
17
17
-**Arquitetura Moderna**: DI Container, Service Providers, Event System, Extension System e PSR-15.
@@ -53,7 +53,7 @@ Veja exemplos práticos em [`examples/`](examples/), benchmarks reais em [`bench
53
53
### Instalação
54
54
55
55
```bash
56
-
composer require cafernandes/express-php
56
+
composer require cafernandes/helixphp-core
57
57
```
58
58
59
59
### Exemplo Básico
@@ -105,7 +105,7 @@ Principais links:
105
105
106
106
## 🤝 Como Contribuir
107
107
108
-
Quer ajudar a evoluir o Express PHP? Veja o [Guia de Contribuição](CONTRIBUTING.md) ou acesse [`docs/contributing/`](docs/contributing/) para saber como abrir issues, enviar PRs ou criar extensões.
108
+
Quer ajudar a evoluir o HelixPHP? Veja o [Guia de Contribuição](CONTRIBUTING.md) ou acesse [`docs/contributing/`](docs/contributing/) para saber como abrir issues, enviar PRs ou criar extensões.
0 commit comments