PHPackages                             alphazento/alphazento - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. alphazento/alphazento

ActiveProject[Framework](/categories/framework)

alphazento/alphazento
=====================

The Alphazento eCommerce.

v2.0.0.x-dev(6y ago)231MITPHPPHP ^7.2.5CI failing

Since May 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alphazento/alphazento)[ Packagist](https://packagist.org/packages/alphazento/alphazento)[ RSS](/packages/alphazento-alphazento/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (2)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/b9cc19f0f155edd9a21f75d87fbe309849dc1aef4e4190061c83638fa08335a9/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617a656e746f2f65636f6d6d657263652f642f746f74616c2e737667)](https://packagist.org/packages/alphazento/ecommerce)[![Latest Stable Version](https://camo.githubusercontent.com/c46f4df5a649c5599107dd2c69adcd3c7b5b146134bc266a51d436dbb5223299/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617a656e746f2f65636f6d6d657263652f762f737461626c652e737667)](https://packagist.org/packages/alphazento/ecommerce)[![License](https://camo.githubusercontent.com/177ab6efea5db5b286d994168303958a507a81b6466658809316cf09047d1400/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617a656e746f2f65636f6d6d657263652f6c6963656e73652e737667)](https://packagist.org/packages/alphazento/ecommerce)

About Alphazento
----------------

[](#about-alphazento)

Alphazento is an eCommerce framework base on Laravel. We're glad you chose to install Alphazento, a cutting-edge, feature-rich eCommerce solution that gets results.

System Requirements
-------------------

[](#system-requirements)

The Alphazento framework has a few system requirements:

- PHP &gt;= 7.2
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension

Installation
------------

[](#installation)

Please install it via composer:

```
composer create-project alphazento/alphazento alphazento
```

Configuration
-------------

[](#configuration)

Please refer to [Laravel Configuration](https://laravel.com/docs/5.0#configuration) and [Laravel Enviroment Configuration](https://laravel.com/docs/5.0/configuration#environment-configuration) to complete Alphazento initial configuration.

Initialization
--------------

[](#initialization)

After DB connection is configurated in .env, you need to run command to initialize the system.

```
php artizan alphazento:init

```

The command will try to enable some necessary modules to the system.

And for more modules if you want to discover or enable them, these commands below will help:

```
php artizan package:discover
php artizan package:enable packagename
php artizan package:disable package_name

```

Permissions
-----------

[](#permissions)

Alphazento may require some permissions to be configured: folders within storage and vendor require write access by the web server.

Pretty URLs
-----------

[](#pretty-urls)

#### Apache

[](#apache)

The framework ships with a public/.htaccess file that is used to allow URLs without index.php. If you use Apache to serve your Laravel application, be sure to enable the mod\_rewrite module.

If the .htaccess file that ships with Laravel does not work with your Apache installation, try this one:

```
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

```

#### Nginx

[](#nginx)

On Nginx, the following directive in your site configuration will allow "pretty" URLs:

```
location / {
    try_files $uri $uri/ /index.php?$query_string;
}

```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Alphazento framework! The contribution guide can be found in the Alphazento documentation.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Alphazento, please send an e-mail to Yongcheng Chen via . All security vulnerabilities will be promptly addressed.

### License

[](#license)

The Alphazento framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f2c4aa6be501d3084f1ad56eeb1aa718dcf8541aa98760775b87c5accea156d?d=identicon)[alphazento](/maintainers/alphazento)

---

Top Contributors

[![alphazento](https://avatars.githubusercontent.com/u/43206154?v=4)](https://github.com/alphazento "alphazento (1 commits)")[![yongchengchen](https://avatars.githubusercontent.com/u/11036128?v=4)](https://github.com/yongchengchen "yongchengchen (1 commits)")

---

Tags

alphazentoecommercelaravelecommercealphazento

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alphazento-alphazento/health.svg)

```
[![Health](https://phpackages.com/badges/alphazento-alphazento/health.svg)](https://phpackages.com/packages/alphazento-alphazento)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

1.1k6.3k](/packages/cretueusebiu-laravel-nuxt)[qingwuit/qwshop

laravel+vue for b2b2c.

1002.8k](/packages/qingwuit-qwshop)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
