PHP Classes

Laravel Shopping Basket: Add a shopping basket to a Laravel application

Recommend this page to a friend!
  Info   View files Documentation   View files View files (20)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 47 This week: 1All time: 10,700 This week: 571Up
Version License PHP version Categories
laravel-basket 1.0MIT/X Consortium ...5PHP 5, E-Commerce, Libraries
Description 

Authors

Moamen Eltouny (Raggi)
Karim Mohamed (Komtcho)


Contributor

This package can add a shopping basket to a Laravel application.

It provides a service class to use in a Laravel application to perform several types of operations to manage a basket of items that a shopping Web site can sell.

The package provides classes to store and retrieve details of a shopping basket, the item products that a user can add to the basket, and the order that the user can place to receive one or more product items from the site.

Innovation Award
PHP Programming Innovation award nominee
October 2022
Number 3
Many Web sites have a shopping section on which they can sell products to their users.

The developers of those some of those sites use the Laravel framework to implement the area with less effort than if they develop the sites using PHP without any framework, content management system, or library dedicated to creating shopping sites.

This package can help quickly add a shopping section to a site that already uses the Laravel framework, thus reducing the effort to add this type of feature.

Manuel Lemos
Picture of Moamen Eltouny
  Performance   Level  
Name: Moamen Eltouny <contact>
Classes: 36 packages by
Country: Egypt Egypt
Age: 31
All time rank: 259926 in Egypt Egypt
Week rank: 103 Up1 in Egypt Egypt Up
Innovation award
Innovation award
Nominee: 20x

Documentation

<p align="center"><a href="https://pharaonic.io" target="_blank"><img src="https://raw.githubusercontent.com/Pharaonic/logos/main/basket.jpg"></a></p>

<br>

<pre align="center">LARAVEL BASKET [UNDER DEVELOPMENT]</pre>


  Files folder image Files  
File Role Description
Files folder imagesrc (5 files, 5 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imagedatabase (1 directory)
Files folder imageExceptions (2 files)
Files folder imageFacades (1 file)
Files folder imageModels (4 files)
Files folder imageTraits (1 file)
  Plain text file BasketItemManager.php Class Class source
  Plain text file BasketManager.php Class Class source
  Plain text file BasketServiceProvider.php Class Class source
  Accessible without login Plain text file config.php Aux. Auxiliary script
  Accessible without login Plain text file helpers.php Aux. Auxiliary script

  Files folder image Files  /  src  /  database  
File Role Description
Files folder imagemigrations (4 files)

  Files folder image Files  /  src  /  database  /  migrations  
File Role Description
  Plain text file 2021_02_01_000090_...e_baskets_table.php Class Class source
  Plain text file 2021_02_01_000091_...ket_items_table.php Class Class source
  Plain text file 2021_02_01_000092_...te_orders_table.php Class Class source
  Plain text file 2021_02_01_000093_...der_items_table.php Class Class source

  Files folder image Files  /  src  /  Exceptions  
File Role Description
  Plain text file BasketNotFoundException.php Class Class source
  Plain text file BasketUnauthorizedException.php Class Class source

  Files folder image Files  /  src  /  Facades  
File Role Description
  Plain text file Basket.php Class Class source

  Files folder image Files  /  src  /  Models  
File Role Description
  Plain text file Basket.php Class Class source
  Plain text file BasketItem.php Class Class source
  Plain text file Order.php Class Class source
  Plain text file OrderItem.php Class Class source

  Files folder image Files  /  src  /  Traits  
File Role Description
  Plain text file isCustomer.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:47
This week:1
All time:10,700
This week:571Up