Download the PHP package aimeos/aimeos without Composer

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

Aimeos logo

Total Downloads Latest Stable Version License Open issues

:star: Star us on GitHub — it motivates us a lot! 😀

Aimeos GitHub stats

Aimeos - THE Laravel ecommerce platform

[Aimeos](https://aimeos.org/Laravel) is THE ultra-fast, cloud-native and API-first e-commerce platform! You can install it within 5 minutes and can adapt, extend, overwrite and customize anything to your needs. [![Aimeos Laravel demo](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-github.png)](https://laravel.demo.aimeos.org) ## Features Aimeos is a full-featured e-commerce package: * JSON REST API based on jsonapi.org * GraphQL API for administration * Perfect fit for AWS, Google, Azure and Kubernetes based clouds * Multi vendor, multi channel and multi warehouse * From one to 1,000,000,000+ items * Extremly fast down to 20ms * For multi-tentant e-commerce SaaS solutions with unlimited vendors * Bundles, vouchers, virtual, configurable, custom and event products * Subscriptions with recurring payments * 100+ payment gateways * Full RTL support (frontend and backend) * Block/tier pricing out of the box * Extension for customer/group based prices * Discount and voucher support * Flexible basket rule system * Full-featured admin backend * Beautiful admin dashboard * Configurable product data sets * Completly modular structure * Extremely configurable and extensible * Extension for market places with millions of vendors * Fully SEO optimized including rich snippets * Translated to 30+ languages * AI-based text translation * Optimized for smart phones and tablets * Secure and reviewed implementation * High quality source code ... and [more Aimeos features](https://aimeos.org/features) Supported languages:

           

Check out the demos: * [Aimeos frontend demo](https://laravel.demo.aimeos.org) * [Aimeos admin demo](https://admin.demo.aimeos.org) ## Headless distribution To build a single page application (SPA) respectively a progressive web application (PWA), the Aimeos headless distribution is the right choice with API-only and JWT authentication pre-configured: :star: [Aimeos headless distribution](https://github.com/aimeos/aimeos-headless) ## Integrate into existing applications You already have an existing Laravel application and want to add a shop to your web site? Install the Aimeos composer package for Laravel and add e-commerce to your existing application in minutes: :star: [Aimeos Laravel package](https://github.com/aimeos/aimeos-laravel) ## Standalone application - [Requirements](#requirements) - [Installation](#installation) - [Frontend](#frontend) - [Backend](#backend) - [Customize](#customize) - [Multi-vendor](#multi-vendor) - [License](#license) - [Links](#links) ## Requirements The Aimeos shop distribution requires: - Linux/Unix, WAMP/XAMP or MacOS environment - PHP >= 8.0.11 - MySQL >= 5.7.8, MariaDB >= 10.2.2, PostgreSQL 9.6+, SQL Server 2019+ - Web server (Apache, Nginx or integrated PHP web server for testing) If required PHP extensions are missing, `composer` will tell you about the missing dependencies. If you want to upgrade between major versions, please have a look into the [upgrade guide](https://aimeos.org/docs/latest/laravel/setup/#upgrade)! ## Installation To install the Aimeos shop application, you need [composer 2.2+](https://getcomposer.org). On the CLI, execute this command for a complete installation including a working setup: You will be asked for the parameters of your database and mail server as well as an e-mail and password used for creating the administration account. In a local environment, you can use the integrated PHP web server to test your new Aimeos installation. Simply execute the following command to start the web server: **Note:** In an hosting environment, the document root of your virtual host must point to the **/.../myshop/public/** directory and you have to change the `APP_URL` setting in your `.env` file to your domain without port, e.g.: ## Frontend After the installation, you can test the Aimeos shop frontend by calling the URL of your VHost in your browser. If you use the integrated PHP web server, you should browse this URL: [http://127.0.0.1:8000](http://127.0.0.1:8000) [![Aimeos frontend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-frontend.jpg?2021.07)](http://laravel.demo.aimeos.org/) ## Backend The Aimeos administration interface will be available at `/admin` in your VHost. When using the integrated PHP web server, call this URL: [http://127.0.0.1:8000/admin](http://127.0.0.1:8000/admin) [![Aimeos admin backend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-backend.png?2021.04)](http://admin.demo.aimeos.org/) ## Customize Laravel and the Aimeos e-commerce package are extremely flexible and highly customizable. A lot of documentation for the [Laravel framework](https://laravel.com) and the [Aimeos e-commerce framework](https://aimeos.org/docs/latest/laravel) exists. If you have questions about Aimeos, don't hesitate to ask in our [Aimeos forum](https://aimeos.org/help/). For more details about Aimeos Laravel integration, please have a look at its [repository](https://github.com/aimeos/aimeos-laravel). ## Multi-language For shops which offers multiple languages, just add this line to your `./myshop/.env` file: Then, the language will be added to the routes automatically. You can set up the available languages in the ["Locale > Locale" panel](https://aimeos.org/docs/latest/manual/locales/) of the Aimeos admin backend. ## Multi-vendor To enable multi-vendor features, add this settings to the `./myshop/.env` file: If you want to allow vendors to register themselves as sellers, set this option in the `./myshop/.env` file too: By default, newly registered sellers have administrator privileges in the backend for their own site. For a more limited access to the backend, you can change the permission level to "editor" in the `./myshop/.env` file: You can change the permissions associated to "admin" or "editor" by adding your own version of the [JQAdm resource configuration](https://github.com/aimeos/ai-admin-jqadm/blob/master/config/admin/jqadm/resource.php) to the "admin" section of your `./config/shop.php` file. ## License The Aimeos shop system is licensed under the terms of the MIT and LGPLv3 license and is available for free. ## Links * [Web site](https://aimeos.org/Laravel) * [Documentation](https://aimeos.org/docs/latest/laravel) * [Forum](https://aimeos.org/help/laravel-package-f18/) * [Issue tracker](https://github.com/aimeos/aimeos/issues) * [Composer packages](https://packagist.org/packages/aimeos/aimeos) * [Source code](https://github.com/aimeos/aimeos)

All versions of aimeos with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
composer-runtime-api Version ^2.2
aimeos/aimeos-laravel Version ^2023.10
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^10.0
laravel/sanctum Version ^3.2
laravel/tinker Version ^2.8
laravel/breeze Version ^1.18
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 aimeos/aimeos contains the following files

Loading the files please wait ....