Download the PHP package tourze/alipay-mini-program-bundle without Composer

On this page you can find all versions of the php package tourze/alipay-mini-program-bundle. 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 alipay-mini-program-bundle

AlipayMiniProgramBundle

中文

Latest Version Total Downloads PHP Version License Code Coverage

A comprehensive Symfony bundle for integrating Alipay Mini Program functionality, providing user authentication, form ID management, template message sending, and more.

Table of Contents

Features

Installation

Configuration

Database Setup

Run the database migrations to create the necessary tables:

Mini Program Configuration

Configure your Alipay Mini Program settings in the admin interface or programmatically:

Quick Start

Basic Configuration

Register the bundle in your config/bundles.php:

User Service Usage

Form ID Management

Template Message Service

Console Commands

Clean Expired Form IDs

Command: alipay:mini-program:clean-expired-form-ids

Remove expired form IDs from the database:

Send Pending Template Messages

Command: alipay:template-message:send-pending

Process and send queued template messages:

Options:

JSON-RPC Procedures

The bundle provides the following JSON-RPC procedures:

Entities

Admin Interface

The bundle integrates with EasyAdmin and provides the following admin controllers:

Advanced Usage

Custom Event Listeners

Create custom event listeners to handle template message processing:

Background Processing

Configure Symfony Messenger for asynchronous processing:

Extending Services

Extend the bundle services for custom functionality:

Events

The bundle dispatches events during template message processing:

Security

Key Management

Data Protection

Security Best Practices

Vulnerability Reporting

If you discover a security vulnerability, please send an email to [email protected]. All security vulnerabilities will be promptly addressed.

Requirements

Testing

Run the test suite:

Run static analysis:

Contributing

Contributions are welcome! Please follow these guidelines:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Make your changes and add tests
  4. Run tests: vendor/bin/phpunit
  5. Run static analysis: vendor/bin/phpstan analyse
  6. Commit your changes: git commit -am 'Add new feature'
  7. Push to the branch: git push origin feature/new-feature
  8. Submit a pull request

Changelog

Please see CHANGELOG.md for details on version history.

License

The MIT License (MIT). Please see LICENSE for more information.


All versions of alipay-mini-program-bundle with dependencies

PHP Build Version
Package Version
Requires ext-spl Version *
ext-date Version *
ext-json Version *
ext-openssl Version *
ext-pcre Version *
alipaysdk/openapi Version ^3.0
doctrine/collections Version ^2.3
doctrine/dbal Version ^4.0
doctrine/doctrine-bundle Version ^2.13
doctrine/orm Version ^3.0
doctrine/persistence Version ^4.1
easycorp/easyadmin-bundle Version ^4
guzzlehttp/guzzle Version ^7.9.2
knplabs/knp-menu Version ^3.7
monolog/monolog Version ^3.1
nesbot/carbon Version ^2.72 || ^3
psr/log Version ^3|^2|^1
symfony/config Version ^7.3
symfony/console Version ^7.3
symfony/dependency-injection Version ^7.3
symfony/doctrine-bridge Version ^7.3
symfony/form Version ^7.3
symfony/http-client Version ^7.3
symfony/http-foundation Version ^7.4
symfony/http-kernel Version ^7.3
symfony/messenger Version ^7.3
symfony/property-access Version ^7.3
symfony/security-bundle Version ^7.3
symfony/security-core Version ^7.3
symfony/security-http Version ^7.3
tourze/access-token-bundle Version 1.1.*
tourze/bundle-dependency Version 1.*
tourze/doctrine-indexed-bundle Version 1.0.*
tourze/doctrine-ip-bundle Version 1.1.*
tourze/doctrine-random-bundle Version 1.0.*
tourze/doctrine-timestamp-bundle Version 1.1.*
tourze/doctrine-user-bundle Version 1.0.*
tourze/easy-admin-menu-bundle Version 1.0.*
tourze/enum-extra Version 1.0.*
tourze/json-rpc-core Version 2.0.*
tourze/json-rpc-lock-bundle Version 2.0.*
tourze/json-rpc-log-bundle Version 2.0.*
tourze/json-rpc-security-bundle Version 2.0.*
tourze/symfony-cron-job-bundle Version 1.1.*
tourze/symfony-dependency-service-loader Version 1.0.*
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 tourze/alipay-mini-program-bundle contains the following files

Loading the files please wait ...