Download the PHP package jiny/shop-order without Composer

On this page you can find all versions of the php package jiny/shop-order. 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 shop-order


All versions of shop-order with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 jiny/shop-order contains the following files

Collapse All

config

  setting.php

database

   migrations

    .gitkeep
    0000_00_00_000000_create_shoppingcart_table.php
    2022_03_02_065622_create_shop_orders_table.php
    2022_03_02_065838_create_shop_order_items_table.php
    2022_03_02_065938_create_shop_transactions_table.php
    2022_03_04_062118_add_rstatus_to_order_items_table.php
    2022_03_08_051114_create_shop_shipping_method_table.php
    2022_03_08_065158_create_shop_cart_table.php
    2022_03_09_150800_create_shop_payment_table.php
    2022_04_17_065113_create_shop_wish_table.php
    2022_04_24_144342_create_shop_checkout_items_table.php
    2022_04_25_065853_create_shop_shippings_table.php
    2022_04_26_062348_create_shop_address_table.php
  _2022_03_02_065838_create_shop_order_items_table.php

docs

  cart.md
  route.md

resources

   views

     admin
       shop_transactions
       user_point
       user_phone
       user_money_history
       user_money
       user_cash_history
       user_cash
       user_address
       shop_wish
       shop_shippings
       shop_payment
       shop_orders
       shop_checkout_items
       shop_cart
       shop_address
       shipping_method
       order_status
       order_items
       user_point_history
     cartzilla
     checkout
     shop
    .gitkeep
    thankyou.blade.php
  .DS_Store

routes

  _web.php
  admin.php
  cartzilla.php
  web.php

src

   Helpers

    Helper.php

   Http

     Controllers
       Admin
        AdminUserPointController.php
        AdminUserPhoneController.php
        AdminUserMoneyHistoryController.php
        AdminUserMoneyController.php
        AdminUserMoneyController copy.php
        AdminUserCashHistoryController.php
        AdminUserCashController.php
        AdminUserAddressController.php
        AdminShopWishController.php
        AdminShopShippingsController.php
        AdminShopTransactionsController.php
        AdminShopPaymentController.php
        AdminShopOrderStatusController.php
        AdminShopCheckoutItemsController.php
        AdminShopCartController.php
        AdminShopAddressController.php
        AdminShippingMethodController.php
        AdminOrdersController.php
        AdminOrderItemsController.php
        AdminCouponsController.php
        AdminUserPointHistoryController.php
       Cartzilla
      CartController.php
      CheckoutController.php
      OrderController.php
      OrderListController.php
      ThankyouController.php
      TransactionController.php
      WishController.php
     Livewire
  JinyShopOrderServiceProvider.php
.DS_Store
composer.json