zoparga / szamlazz-hu-szamla-agent
Szamlazz.hu PHP integration, package version
Installs: 1 904
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^7.1.3|^8.0 |^8.1
- ext-simplexml: *
- ext-xmlwriter: *
- guzzlehttp/guzzle: 6.* | 7.*
- laravel/framework: 6.* | 7.* | 8.* | 9.* | 10.*
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: *
Suggests
- illuminate/validation: 5.7.*
README
Description
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.
Install
composer require zoparga/szamlazz-hu-szamla-agent
Goal
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
Origin from: https://docs.szamlazz.hu/#basics-2
Examples
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.
Credits
License
The MIT License (MIT). Please see License File for more information.