berdysh-dev / berdysh-framework
The skeleton application for the Berdysh framework.
v1.2.20230611230835
2023-06-11 14:08 UTC
Requires
- php: ^5.6|^7.0|^8.0
- google/auth: *
- google/cloud-core: *
- google/cloud-logging: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- php: ^5.6|^7.0|^8.0
- phpunit/phpunit: *
Suggests
- ext-protobuf: For better performance, install the protobuf C extension.
- google/protobuf: To get started using grpc quickly, install the native protobuf library.
This package is auto-updated.
Last update: 2025-03-11 18:08:44 UTC
README
https://github.com/berdysh-dev/BerdyshFrameworkPHP
https://berdysh-dev.github.io/BerdyshFrameworkPHP/
https://packagist.org/packages/berdysh-dev/berdysh-framework
require_once "vendor/autoload.php";
use berdysh_dev\BerdyshFramework ;
$berdysh = new BerdyshFramework() ;