stein / framework
The SteinPHP framework.
Installs: 83
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/stein/framework
Requires
- php: >=8.1
- ext-libxml: *
- ext-simplexml: *
- laminas/laminas-diactoros: ^3.3
- monolog/monolog: ^3.7
- nikic/fast-route: ^1.3
- psr/container: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- symfony/finder: ^6.4 || ^7.1
Requires (Dev)
- league/container: ^4.2
- mockery/mockery: ^1.6
- pestphp/pest: ^2.34
- phpstan/phpstan: ^1.11
This package is auto-updated.
Last update: 2025-10-27 19:52:02 UTC
README
Description
This repository contains the core code of the Stein Framework.
Visit the Stein Framework repository for building a new project using this
framework.
Contributing
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.