{"id":25363516,"url":"https://github.com/vitexsoftware/abraflexi-changes-processor","last_synced_at":"2025-07-23T00:03:48.716Z","repository":{"id":61611695,"uuid":"538652272","full_name":"VitexSoftware/abraflexi-changes-processor","owner":"VitexSoftware","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-17T19:35:20.000Z","size":230,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T04:19:28.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VitexSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-19T18:53:16.000Z","updated_at":"2025-01-17T17:58:35.000Z","dependencies_parsed_at":"2023-12-17T19:22:56.643Z","dependency_job_id":"50f94d62-e655-4166-8f8e-6b45507ff2dd","html_url":"https://github.com/VitexSoftware/abraflexi-changes-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VitexSoftware/abraflexi-changes-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fabraflexi-changes-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fabraflexi-changes-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fabraflexi-changes-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fabraflexi-changes-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitexSoftware","download_url":"https://codeload.github.com/VitexSoftware/abraflexi-changes-processor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2Fabraflexi-changes-processor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266592121,"owners_count":23953107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-14T22:34:11.493Z","updated_at":"2025-07-23T00:03:48.686Z","avatar_url":"https://github.com/VitexSoftware.png","language":"PHP","readme":"AbraFlexi Changes Processor\n===========================\n\n\nProcess \u0026 notify changes collected by [AbraFlexi WebHook Acceptor](https://github.com/VitexSoftware/abraflexi-webhook-acceptor)\n\nSecond stage use set of [Plugins](src/AbraFlexi/Processor/Plugins)=discover the \"Meta State\".  \n\nThird stage process collected Meta States using custom commands.\n\n.env file contents\n------------------\n\n\n```env\nAPP_NAME=AbraFlexiCHP\nDEBUG=true\nABRAFLEXI_DEBUG=true\nEASE_LOGGER=syslog\nEMAIL_FROM=fbchanges@localhost\nSEND_INFO_TO=admin@localhost\n\nDB_TYPE=mysql\nDB_HOST=localhost\nDB_PORT=3306\nDB_DATABASE=changes\nDB_USERNAME=changes\nDB_PASSWORD=changes\nDB_SETUP=\n\nCUT_FLEXIHISTORY_BY_LASTID=True\nPROCESSING_ENABLED=True\nABRAFLEXI_OST_ZAVAZEK=OST-ZAVAZEK  #typ-zavazku \n```\n\nExample Environment for for subcommand:\n\n```\nexport ID=2029\nexport URI=https://demo.flexibee.eu:5434/c/spoje_net_s_r_o_/adresar/code:JEDIDIAH\nexport META=create\nexport DISCOVERED=2022-11-17 23:42:40\nexport PROCESSED=\nexport CHANGEID=4751392\nexport DOCUMENTID=code:JEDIDIAH\nexport SUBJECT=adresar\nexport COMPANY=demo_de\nexport COMPANYURI=https://demo.flexibee.eu:5434/c/spoje_net_s_r_o_\nexport URL=https://demo.flexibee.eu:5434\nexport SCHEME=https\nexport HOST=demo.flexibee.eu\nexport PORT=5434\nexport PATH=/c/demo_de/adresar/code:JEDIDIAH\nexport LOGIN=winstrom\nexport PASSWORD=winstrom\nexport DONEID=4751454\nexport SOURCEID=1\nexport EMAIL=\nexport ABRAFLEXI_URL=https://demo.flexibee.eu:5434\nexport ABRAFLEXI_LOGIN=admin\nexport ABRAFLEXI_PASSWORD=winstrom\nexport ABRAFLEXI_COMPANY=demo_de\nexport EASE_MAILTO=\nexport EASE_LOGGER=syslog\nexport PATH=/usr/bin:/usr/local/bin\n```\n\n\n\nInstallation: \n-------------\n\n\n```shell\nwget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg\necho \"deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main\" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list\nsudo apt update\n\nsudo apt install abraflexi-webhook-acceptor\n```\n\n\n\nTools\n-----\n\n* [Order Status changes](https://github.com/Spoje-NET/abraflexi-order-status-changer) change order status according the keyword value in note\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fabraflexi-changes-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitexsoftware%2Fabraflexi-changes-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fabraflexi-changes-processor/lists"}