Download the PHP package ecolabor/laravel-swiss-uid-search without Composer

On this page you can find all versions of the php package ecolabor/laravel-swiss-uid-search. 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 laravel-swiss-uid-search

Laravel Swiss UID Search

Tests Latest Version on Packagist Total Downloads PHP Version License

Ein Laravel-Package zur Integration des Schweizer UID-Webservices (Unternehmens-Identifikationsnummer) vom Bundesamt für Statistik (BFS).

Basiert auf der offiziellen API Version 5.0

📄 Offizielle Dokumentation (PDF)

Features

Webservice Endpoints

Umgebung Public Services
Produktion https://www.uid-wse.admin.ch/V5.0/PublicServices.svc
Test https://www.uid-wse-a.admin.ch/V5.0/PublicServices.svc

Installation

Konfiguration

Veröffentlichen Sie die Konfigurationsdatei:

Umgebungsvariablen

Verwendung

Unternehmen per UID abrufen

Nach Unternehmen suchen

UID validieren

Validation Rule

UID formatieren

UidEntity Eigenschaften

Basis-Informationen

Eigenschaft Typ Beschreibung
uid string Normalisierte UID (nur Ziffern)
uidFormatted string Formatierte UID (CHE-XXX.XXX.XXX)
uidCategory string Kategorie (CHE)
organisationName ?string Firmenname
organisationAdditionalName ?string Zusätzlicher Name
legalFormId ?int Rechtsform-ID
legalFormText ?string Rechtsform-Text

Status-Informationen (UID-Register)

Eigenschaft Typ Beschreibung
uidregStatusId ?int Status-ID (1=Aktiv, 2=Gelöscht, etc.)
uidregStatusText ?string Status-Text
uidregStatusEnterpriseActive ?bool Unternehmen aktiv?
uidregLiquidationDate ?DateTime Löschdatum

MWST-Informationen

Eigenschaft Typ Beschreibung
vatNumber ?string MWST-Nummer (nur Ziffern)
vatNumberFormatted ?string Formatiert (CHE-XXX.XXX.XXX MWST)
vatStatus ?string MWST-Status
vatEntryDate ?DateTime MWST-Eintragsdatum
vatLiquidationDate ?DateTime MWST-Löschdatum

Handelsregister-Informationen

Eigenschaft Typ Beschreibung
chId ?string HR-Nummer (CH-XXX.X.XXX.XXX-X)
commercialRegisterStatus ?string HR-Status
commercialRegisterEntryDate ?DateTime HR-Eintragsdatum

Adresse

Eigenschaft Typ Beschreibung
address ?Address Adressobjekt (eCH-0010)
cantonAbbreviation ?string Kanton (z.B. "ZH")
municipalityId ?string Gemeinde-ID

Address Eigenschaften (eCH-0010)

Rechtsformen (Legal Forms)

ID Bezeichnung
1 Einzelunternehmen
2 Einfache Gesellschaft
3 Kollektivgesellschaft
4 Kommanditgesellschaft
5 Kommanditaktiengesellschaft
6 Aktiengesellschaft
7 GmbH
8 Genossenschaft
9 Verein
10 Stiftung
11 Zweigniederlassung

Fehlerbehandlung

Testing

Ressourcen

Lizenz

MIT License. Siehe LICENSE für weitere Informationen.

Credits


All versions of laravel-swiss-uid-search with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
spatie/laravel-package-tools Version ^1.16
ext-soap Version *
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 ecolabor/laravel-swiss-uid-search contains the following files

Loading the files please wait ...