buyme/madeline-proto-integration

Laravel package for the MadelineProto microservice in BuymeUa

1.0.2 2025-04-03 16:16 UTC

This package is auto-updated.

Last update: 2025-04-03 16:17:44 UTC


README

This package helps integrate MadelineProto in existing BuymeUa project

Installation

  • You can install this package via composer using this command:
composer buyme/madeline-proto-integration
  • The package will automatically register itself.

  • You can publish the config file using the following command:

php artisan vendor:publish --provider="Buyme\MadelineProtoIntegration\Providers\MadelineProtoIntegrationServiceProvider"

This will create the package's config file called madeline-proto-integration.php in the config directory. These are the contents of the published config file:

Testing

You can run the tests with:

vendor/bin/phpunit

License

The MIT License (MIT). Please see the License File for more information.