PHPackages                             pre-order/pre-order-backend - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pre-order/pre-order-backend

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pre-order/pre-order-backend
===========================

Pre order package

v1.0.15(1y ago)231MITPHPPHP ^8.0

Since Nov 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alamin899/pre-order-package)[ Packagist](https://packagist.org/packages/pre-order/pre-order-backend)[ RSS](/packages/pre-order-pre-order-backend/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (24)Used By (0)

Pre order package.
==================

[](#pre-order-package)

Pre order package using api and admin panel

---

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

[](#installation)

```
composer require pre-order/pre-order-backend
```

#### Run command for crud file generate

[](#run-command-for-crud-file-generate)

```
php artisan migrate
```

#### Available API endpoints

[](#available-api-endpoints)

```
[GET] http://baseurl/pre-order/api/products?query="ddd" [query optional]
[POST] http://baseurl/pre-order/api/pre-order
## order data:
{
    "gRecaptchaToken":"123456465465456490890890898",
    "customer_name": "alamin",
    "customer_email": "alamin@xyz.com",
    "customer_phone": "01758845297",
    "products": [
        {
            "slug": "voluptatum-odio",
            "quantity": 2
        }
    ]
}
```

#### Available Web endpoints

[](#available-web-endpoints)

```
http://baseurl/pre-order/login
login credential:
    email : admin@xyz.com or manager@xyz.com
    password: password

```

Google Captcha Configuration
----------------------------

[](#google-captcha-configuration)

#### Add your application .env

[](#add-your-application-env)

```
    GOOGLE_RECAPTCHA_SITE_KEY="your google site key"
    GOOGLE_RECAPTCHA_SECRET_KEY="your google secret key"
    GOOGLE_RECAPTCHA_BYPASS="false" (if you do not want t use captcha then set false else true)
```

Email Configuration
-------------------

[](#email-configuration)

#### Email configuration to your application .env

[](#email-configuration-to-your-application-env)

```
MAIL_MAILER=smtp
MAIL_HOST=sandbox.smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=dfasd
MAIL_PASSWORD=24324
```

#### Queue management for email for your application

[](#queue-management-for-email-for-your-application)

```
    configure supervisor for queue worker
              OR
    Run : php artisan queue:work
```

Contribution
------------

[](#contribution)

You're open to create any Pull request for contribution.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.9% 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

Every ~0 days

Total

16

Last Release

579d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22901090?v=4)[MD.AL-AMIN](/maintainers/alamin899)[@alamin899](https://github.com/alamin899)

---

Top Contributors

[![alamin899](https://avatars.githubusercontent.com/u/22901090?v=4)](https://github.com/alamin899 "alamin899 (29 commits)")[![alaminAppnap](https://avatars.githubusercontent.com/u/101187208?v=4)](https://github.com/alaminAppnap "alaminAppnap (15 commits)")

---

Tags

pre-order

### Embed Badge

![Health badge](/badges/pre-order-pre-order-backend/health.svg)

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

###  Alternatives

[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[yurunsoft/phpmailer-swoole

PHPMailer 支持 Swoole 协程环境

31190.3k11](/packages/yurunsoft-phpmailer-swoole)[riverskies/laravel-vue-component

Helper package to aid usage of Vue Components within Laravel projects

201.2k](/packages/riverskies-laravel-vue-component)

PHPackages © 2026

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