stein / framework
The SteinPHP framework.
0.1.1
2024-08-26 14:36 UTC
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: 2024-10-27 17:26:34 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.