PHPackages                             francisco-cardoso/artsoft-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. francisco-cardoso/artsoft-connector

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

francisco-cardoso/artsoft-connector
===================================

Framework-agnostic PHP package for connecting to the ARTSOFT ERP system

v1.0.2(3w ago)09↓100%1MITPHPPHP ^8.2

Since May 12Pushed 3w agoCompare

[ Source](https://github.com/developer-franciscocardoso/ARTSOFTConnector)[ Packagist](https://packagist.org/packages/francisco-cardoso/artsoft-connector)[ RSS](/packages/francisco-cardoso-artsoft-connector/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (4)Used By (1)

francisco-cardoso/artsoft-connector
===================================

[](#francisco-cardosoartsoft-connector)

Framework-agnostic PHP package for connecting to ARTSOFT.

Requirements
------------

[](#requirements)

- PHP 8.2+
- ext-curl
- ext-simplexml

Install
-------

[](#install)

```
composer require francisco-cardoso/artsoft-connector
```

For local workspace development (for example from ARTSOFTCustomer), use a path repository:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "../ARTSOFTConnector",
      "options": {
        "symlink": true
      }
    }
  ],
  "require": {
    "francisco-cardoso/artsoft-connector": "^1.0"
  }
}
```

Config
------

[](#config)

The package ships with a reusable PHP config file at `config/artsoft.php`.

If you want to copy that file into your own application, use the framework-agnostic publisher helper:

```
