Download the PHP package phalcon/bridge-psr3 without Composer

On this page you can find all versions of the php package phalcon/bridge-psr3. 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 bridge-psr3

Phalcon Framework - Bridge PSR-3

Bridge PSR-3 CI Quality Gate Status Coverage PDS Skeleton

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

Bridge PSR-3 connects the Phalcon logger and the PSR-3 (Psr\Log\LoggerInterface) standard in both directions:

Installation

You can install the package using composer

Usage

Logger - use Phalcon logging through a PSR-3 interface

Phalcon\Bridge\Psr3\Logger is a Psr\Log\LoggerInterface, configured with Phalcon logging adapters. Hand it to any code that expects a PSR-3 logger.

Adapter - use a PSR-3 logger as a Phalcon log target

Phalcon\Bridge\Psr3\Adapter is a Phalcon log adapter that forwards to a wrapped PSR-3 logger. Add it to a Phalcon\Logger\Logger and inject that wherever Phalcon expects a logger.

Development

The repository ships a Docker setup for local development and testing. You only need Docker + Docker Compose; the PHP runtime and Phalcon are provided inside the container.

Quick start

app is the Compose service name. The running container is bridge-psr3-app (override with PROJECT_PREFIX). It stays up via a sleep infinity keepalive, so you can docker compose exec app <cmd> freely (e.g. composer update).

Choosing the PHP version

The image is built for one PHP version at a time, selected with the PHP_VERSION build arg (default 8.5; supported 8.1–8.5). Because it is a build arg, changing it requires a rebuild (--build):

The container keeps the same name, so each rebuild replaces the previous one. To run several versions side by side, give each its own Compose project and prefix:

Choosing the backend

The bridge works against either Phalcon runtime, selected with the PHALCON_VARIANT build arg:

Tip: drop PHP_VERSION / PHALCON_VARIANT into a .env file in the repo root to avoid prefixing every command — Compose reads it automatically.

Composer scripts

Run them inside the container, e.g. docker compose exec app composer cs:

Script Description
composer cs PHP_CodeSniffer (PSR-12)
composer cs-fix Auto-fix coding-standard issues (phpcbf)
composer cs-fixer PHP CS Fixer (dry-run)
composer cs-fixer-fix Apply PHP CS Fixer
composer analyze PHPStan static analysis
composer test / composer test-unit Unit tests via phalcon/talon
composer test-coverage Tests + Clover coverage (tests/_output/coverage.xml)

Links

General

Support

Social Media


All versions of bridge-psr3 with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1 <9.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 phalcon/bridge-psr3 contains the following files

Loading the files please wait ...