Szamlazz.hu PHP integration, package version
zoparga/szamlazz-hu-szamla-agent is a Laravel package for szamlazz.hu php integration, package version.
It currently has 0 GitHub stars and 4.073 downloads on Packagist (latest version 0.3.2).
Install it with composer require zoparga/szamlazz-hu-szamla-agent.
Discover more Laravel packages by zoparga
or browse all Laravel packages to compare alternatives.
Last updated
Számlázz.hu Számla Agent PHP API is a thing, it is zipped. However there is not a single package, which knows everything, what the Agent PHP can.
Please note, this package requires a lot of modification. It is under construction!
So use it on your own responsibility.
composer require zoparga/szamlazz-hu-szamla-agent
Maintain this package, so every Laravel developer can work with it.
Make variables like agentApiKey editeable in a published config file.
Create a custom storage, as in the similar package.
Origin from: https://docs.szamlazz.hu/#basics-2
You can find the examples under examples folder.
Please note, you create the agent as the following:
$agent = SzamlaAgentAPI::create('agentApiKey');
In the future, you don't have to provide agentApiKey every time, the goal is to publish the config file, where you can set it.
The MIT License (MIT). Please see License File for more information.