Download the PHP package codevenom/fakturownia-bundle without Composer

On this page you can find all versions of the php package codevenom/fakturownia-bundle. 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 fakturownia-bundle

codevenom/fakturownia-bundle

Symfony bundle for the Fakturownia API with built-in MCP tools.

What This Gives You

Available MCP Tools (v1)

Domain Tool Name Description
Invoices codevenom.fakturownia.invoice.add Create a new invoice in Fakturownia.
codevenom.fakturownia.invoice.find_by_number Finds an invoice by its number.
Customers codevenom.fakturownia.customer.list Lists all customers from Fakturownia.
codevenom.fakturownia.customer.find_by_id Finds a customer by their ID.
codevenom.fakturownia.customer.add Add a new customer to Fakturownia.
codevenom.fakturownia.customer.update Update an existing customer in Fakturownia.
codevenom.fakturownia.customer.delete Delete a customer from Fakturownia.
Pricing codevenom.fakturownia.pricing.list Lists all price lists from Fakturownia.
codevenom.fakturownia.pricing.add Adds a new price list to Fakturownia.
codevenom.fakturownia.pricing.update Updates an existing price list in Fakturownia.
codevenom.fakturownia.pricing.delete Deletes a price list from Fakturownia.
Reports codevenom.fakturownia.report.get Generates decision-ready financial reports (health, AR aging, cash forecast, DSO trend, etc.).

Requirements

Installation

Symfony Configuration

config/packages/codevenom_fakturownia.yaml

.env

config/routes.yaml

config/packages/mcp.yaml

Run MCP Server (stdio)

This is the command you register as an MCP server in the client (e.g. Codex/VS Code).

Example MCP Client Configuration (STDIO)

Note About MCP Capability Auto-Discovery

symfony/mcp-bundle discovers capabilities via attributes (#[McpTool]). In most setups, it is enough that the attributed service is loaded by the container.

If vendor capabilities are not automatically discovered in your app, ensure that the bundle services are correctly imported in your services.yaml:

Product Strategy

This package is both a library and MCP integration:

This lets you deploy the bundle in SHARDN while also publishing it as a public CODEVENOM OSS package.

Development

If you have Docker and Task installed, you can easily run tests and tools:

Recipe Verification

To verify that the bundle and its recipes work correctly across different PHP and Symfony versions (similar to the QA pipelines in symfony/recipes-contrib), you can use the provided verification script:

Note: This bundle requires Symfony 7.3+ to support MCP features.

Or via Task:

This requires Docker to be installed on your machine.


All versions of fakturownia-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/framework-bundle Version ^7.3 || ^8.0
symfony/http-client Version ^7.3 || ^8.0
symfony/yaml Version ^7.3 || ^8.0
symfony/serializer Version ^7.3 || ^8.0
symfony/validator Version ^7.3 || ^8.0
symfony/mcp-bundle Version ^0.7.0 || ^0.8.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 codevenom/fakturownia-bundle contains the following files

Loading the files please wait ...