Download the PHP package sendit/bliskapaczka-magento-2 without Composer

On this page you can find all versions of the php package sendit/bliskapaczka-magento-2. 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 bliskapaczka-magento-2

Build Status

Moduł Bliskapaczka dla Magento >= 2.1

Wersja alfa

Moduł jest ciągle przez nas rozwijany i na razie znajduje się w fazie alpha. Nie zalecany używania moduły w systemach produkcyjnych.

Instalacja modułu

Wymagania

W celu poprawnej instalacji modułu wymagane są:

Instalacja modułu

W katalogu głownym Magento należy wykonać polecenie poniżej, pod zmienną $version należy wstawić wersję modułu, która ma zostać zainstalowana lub usunąć w przypadku instalacji najnowszej wersji. W większości przypadków instalacja najnowszej wersji jest polecanym rozwiązaniem.

Tryb testowy

Tryb testowy, czli komunikacja z testową wersją znajdującą się pod adresem sandbox-bliskapaczka.pl można uruchomić przełączają w ustwieniach modułu opcję Test mode enabled na Yes.

Możliwości modułu

Zarządzanie przesyłkami

Zarządanie przesyłkami odbywa się przez menu Sprzedaż -> Bliskapaczka. Tam dostępna jest lista wszystkich przesyłek.

Dodatkowe informacje

Punkty z płatnością przy dobiorze

Widget bliskapaczka.pl przewiduje możliwość wyświetlenia tylko punktów z obsługą płatności przy pobraniu (więcej informacji w dokumentacji). W magento można wyświetlić widget tylk oz punktami obsługującymi płatność przy odbiorze przez wywołanie metody Bliskapaczka.showMap z ustawionym parametrem codOnly na true. Przykład wywołania:

Informacja o punkcie dostawy

Takie informacje przechowywane są w tabelach sales_flat_quote_address i sales_flat_order_address w polach pos_operator i pos_code.

Docker demo

docker pull bliskapaczkapl/magento-2 && docker run -d -p 8080:80 bliskapaczkapl/magento-2

Front Magento jest dostępny po wpisaniu w przeglądarcę adresu http://127.0.0.1:8080.

Panel admina jest dostępny pod adresem http://127.0.0.1:8080/admin, dane dostępowe to admin/password123. Moduł należy skonfigurować według instrukcji powyżej.

Rozwój modułu

Docker

W celu developmentu można uruchomić docker-compose prze komendę:

Jak uruchomić testy jednostkowe

Jak uruchomić statyczną analizę kodu


All versions of bliskapaczka-magento-2 with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1
magento/product-community-edition Version ~2.1
bliskapaczkapl/bliskapaczka-api-client Version ^3.2
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 sendit/bliskapaczka-magento-2 contains the following files

Loading the files please wait ....