xaisyndicatelab / xsimarket
A complete ecommerce api solution with both REST and GraphQL support.
Fund package maintenance!
Patreon
Requires
- bensampo/laravel-enum: 6.3.1
- cknow/laravel-money: 7.1.0
- cviebrock/eloquent-sluggable: 10.0.0
- illuminate/support: 10.5.1
- kodeine/laravel-meta: 2.1.1
- laravel/legacy-factories: 1.3.2
- laravel/sanctum: 3.2.1
- league/flysystem-aws-s3-v3: 3.12.2
- maatwebsite/excel: 3.1.48
- mll-lab/graphql-php-scalars: 6.1.0
- mll-lab/laravel-graphiql: 1.2.0
- mollie/laravel-mollie: 2.22.0
- niklasravnsborg/laravel-pdf: 4.1.0
- nuwave/lighthouse: 6.4.0
- php-http/guzzle7-adapter: 1.0.0
- prettus/l5-repository: 2.9.0
- razorpay/razorpay: 2.8.5
- spatie/laravel-medialibrary: 10.7.15
- spatie/laravel-newsletter: 5.1.1
- spatie/laravel-permission: 5.10.0
- spatie/period: 2.4.0
- stripe/stripe-php: 10.7.0
Requires (Dev)
- mockery/mockery: 1.5.1
- orchestra/testbench: 8.1.1
- phpunit/phpunit: 10.0.19
- sempro/phpunit-pretty-print: 1.4.0
This package is auto-updated.
Last update: 2025-03-01 00:39:52 UTC
README
A complete ecommerce API's
solution with both REST
and GraphQL
support.
Requirements
- PHP 8.2 or higher
- Database (eg: MySQL, PostgreSQL, SQLite)
- Web Server (eg: Apache, Nginx, IIS)
- Other Libraries
Framework
Xsimarket™ uses Laravel, the best existing PHP framework, as the foundation framework and Module package for Apps.
Installation
- Install Laravel
- Clone the packages:
composer require xaisyndicatelab/xsimarket
- On Laravel folder
config/database.php
edit'strict' => true,
to false'strict' => false,
- Install dependencies:
php artisan xsimarket:install
- Running Xsimarket API's
Contributing
Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected without reason.
When contributing code to Xsimarket™, you must follow the PSR coding standards. The golden rule is: Imitate the existing Xsimarket™ code.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Changelog
Please see Releases for more information what has changed recently.
Security
Please review our security policy on how to report security vulnerabilities.
Credits
License
Xsimarket is released under the GPLv3 license.