Download the PHP package bamise/framework without Composer

On this page you can find all versions of the php package bamise/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package framework

Bamise

Bamise

Enterprise Secure CRUD Automation Framework

CI Mutation Testing PHP 8.4+ License: GPL-3.0-or-later(LICENSE)

Secure enterprise CRUD library for PHP 8.4+ built on hexagonal (ports-and-adapters) architecture. Domain-driven, PSR-compliant, zero hardcoded dependencies.


Features


Requirements

Requirement Version
PHP 8.4+
psr/container ^2.0
psr/log ^3.0

Optional: firebase/php-jwt ^6.10 for JwtAuthAdapter (HS256 bearer validation).


Installation


Quick Start

1. Define a resource

2. Wire up the repository

3. Register resources and build the application

4. Dispatch an operation


Security

CSRF Protection

Rate Limiting

Request Signing (HMAC)

Access Policies


Event System

Listening to CRUD lifecycle events

Subscriber classes

Async (queued) listeners


Architecture

Bamise follows hexagonal (ports-and-adapters) architecture. Full module documentation lives under docs/architecture/.

Module Path Description
1 — Contracts src/Contract/ Pure interfaces and value objects only
2 — Domain src/Domain/ Models, services, policies, lifecycle events
3 — Application src/Application/ Orchestrator, middleware pipeline, strategies, response mapping
4 — Infrastructure src/Infrastructure/Persistence/ PDO connection, dialects, SQL compiler, repositories
8 — Security src/Infrastructure/Security/ CSRF, XSS, rate limiting, HMAC signing, auth adapters, audit
9 — Events src/Infrastructure/Event/ Sync dispatcher, async queue bridge, subscriber loader, plugin hooks
11 — CI/CD .github/workflows/ PHPUnit, PHPStan, PHP CS Fixer, Infection
12 — Composer composer.json Packagist metadata, scripts, semantic versioning

Development

Available commands

Running tests

Static analysis

Code style

Mutation testing


Contributing

See CONTRIBUTING.md.


Security Policy

See SECURITY.md.


License & Copyright

Formerly: Sitcalm Current: Bamise Framework Support development via donations

Copyright (c) 2026 Segun Mayor

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for the full text.


All versions of framework with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
psr/container Version ^2.0
psr/log Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bamise/framework contains the following files

Loading the files please wait ...