shibare/framework

Shibare, Simple, Short, Smart framework

v0.0.5 2024-09-29 15:16 UTC

Requires

Suggests

  • ext-pdo_mysql: Required for MySQL database
  • ext-protobuf: When you use RoadRunnerHttpDispatcher, it is highly recommended for performance
  • cakephp/chronos: Required when you use Chronos for Clock
  • monolog/monolog: Required when you use Monolog for logging
  • nesbot/carbon: Required when you use CarbonImmutable for Clock
  • spiral/roadrunner-http: Required when you use RoadRunnerHttpDispatcher

Conflicts

None

Replaces

  • shibare/cache: v0.0.5
  • shibare/clock: v0.0.5
  • shibare/config: v0.0.5
  • shibare/console: v0.0.5
  • shibare/container: v0.0.5
  • shibare/contracts: v0.0.5
  • shibare/database: v0.0.5
  • shibare/event-dispatcher: v0.0.5
  • shibare/http-client: v0.0.5
  • shibare/http-factory: v0.0.5
  • shibare/http-message: v0.0.5
  • shibare/http-server: v0.0.5
  • shibare/idl-openapi: v0.0.5
  • shibare/log: v0.0.5

Apache-2.0 dd5d39962fdc11efe5dc8b6c11ba1a249751421b

  • Masaru Yamagishi <m.yamagishi90+git.woop@gmail.com>

frameworkhttpservershibare

This package is auto-updated.

Last update: 2026-06-20 09:23:56 UTC


README

👁 Packagist Version
👁 Test

Features

KEEP IT SIMPLE, NOT EASY

  • All things are explicit, understandable.
  • No magic method.
  • No dynamic types.
  • All have static types(with PHPStan).

SHORTER IS BETTER THAN ANYTHING

  • short is simple.

SMART to adopt PHP community

Requirements

  • PHP ~8.2.0|~8.3.0|~8.4.0
  • No third-party requirements!(There is an adapter for these)

Development

$ git clone https://github.com/shibare-framework/shibare.git
$ cd shibare
$ composer install
$ phive install
$ composer lint
$ composer test

CI is at GitHub Actions.

License

See LICENSE.

Code of conduct

See CODE_OF_CONDUCT.md.

Contributing

See CONTRIBUTING.md.

Security

See SECURITY.md.