Download the PHP package tigusigalpa/mailru without Composer

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

Mail.Ru for business API

PHP wrapper of Mail.Ru for business to work with the API. For the moment its only Sendbox integration. Official documentation https://help.mail.ru/biz/sendbox/api

mailru-for-business-logo

Install

Client side

  1. Add your domain to Mail.Ru. Approve domain via any available method: DNS TXT record or HTML file or HTML meta-tag or change domain NS records to mail.ru
  2. Configure domain MX-records. Keep only Mail.Ru backed MX-records:
    • Host/subdomain: @
    • Value: emx.mail.ru
    • Priority: 10
  3. Configure SPF-record (TXT domain record):

    • Host/subdomain: @
    • Value: v=spf1 redirect=_spf.mail.ru
    • TTL: 21600

    _If you are using any paid services like SMTP, your SPF-record may be another but only single one. For example, if you are using an SMTP service, SPF (TXT) record will be v=spf1 include:send-box.ru include:smtp.send-box.ru redirect=_spf.mail.ru_

  4. Configure DKIM signature. There may be a up to 3 DKIM records, depending on number of connected services.
  5. Get API credentials. Go to https://mailer.i.bizml.ru/settings/, select an API tab, activate REST API, copy ID (CLIENT ID) and Secret (CLIENT SECRET).

Developer side

Sendbox

Email

SMS

SMTP

Available methods

Name Arguments
sendEmail(array $email) $email = ['html' => (string), 'text' => (string), 'template' => ['id' => (int), 'variables' => (string)], 'subject' => (string)]

Coming soon...

PHPUnit tests

Use environment variables to test API:

All coverage tests are coming soon...

License

MIT License

Author

Igor Sazonov ([email protected])


All versions of mailru with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
guzzlehttp/guzzle Version ^6.3
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 tigusigalpa/mailru contains the following files

Loading the files please wait ....