Download the PHP package mehdiyev-signal/pixel-manager without Composer

On this page you can find all versions of the php package mehdiyev-signal/pixel-manager. 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 pixel-manager

Pixel Manager v2.0

Latest Version on Packagist Total Downloads Tests

A powerful, production-ready Laravel package for tracking and distributing customer events to multiple marketing platforms with enterprise-grade reliability and security.

๐Ÿ†• Version 2.0 - Complete rewrite with Domain-Driven Design, all bugs fixed, production-ready!

โœจ Features

Core Features

v2.0 New Features

Requirements

Core Requirements

Optional Dependencies (Based on Your Setup)

Choose ONE credential storage method:

Platform-Specific (Install only what you use):

Note: Start with ENV mode for quick setup, upgrade to database mode when needed!

Installation

โšก Quick Start (5 minutes - ENV Mode)

For simple setups without database configuration:

Add credentials to .env:

Done! See QUICK-START.md for details.

๐Ÿ—„๏ธ MongoDB Mode Installation

๐Ÿ’พ SQL Mode Installation

๐Ÿ“š Full Installation

For multi-environment or advanced setups:

Upgrading from v1.x? See UPGRADE-2.0.md for migration guide.

Publish the configuration file:

Optionally, publish the migration files:

Configuration

Environment Variables

Add the following to your .env file:

Platform Credentials

Store your platform credentials in MongoDB's applications collection:

Event Mapping

Configure which platforms receive specific events in config/pixel-manager.php:

Usage

Basic Usage

Use the Facade to track events:

In a Controller

Check Platform Status

Supported Events

The package supports the following standard events:

Event Type Description Platforms
purchase Completed purchase All
add_to_cart Product added to cart All
view_item Product viewed All
begin_checkout Checkout started All
view_cart Shopping cart viewed All
search Search performed All
add_payment_info Payment info added All
add_to_wishlist Item added to wishlist All
page_view Page viewed All
completed_registration User registration All
subscription Subscription created All
customize_product Product customization Meta only

Platform-Specific Features

Meta Pixel

Google Analytics 4

Brevo

TikTok, Pinterest, Snapchat

Queue Configuration

The package uses Laravel's queue system for asynchronous processing. Make sure to configure your queue driver:

Run the queue worker:

Event Logging

All events are logged to MongoDB for analytics and debugging. Access logs through the CustomerEventModel:

Testing

Run the test suite:

With coverage:

Troubleshooting

Events Not Being Sent

  1. Check queue worker is running
  2. Verify platform credentials in MongoDB
  3. Check storage/logs/laravel.log for errors
  4. Ensure event type is mapped in config

MongoDB Connection Issues

Platform-Specific Issues

Check individual platform action logs:

Getting Started

Extensibility

Want to add a new platform, customize behavior, or override components? The package is fully extensible!

The DDD architecture makes it easy to extend and override without modifying core code.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Changelog

Please see CHANGELOG for more information on what has changed recently.

Support

For support, please open an issue on GitHub Issues or contact [email protected].


All versions of pixel-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0
illuminate/database Version ^11.0
illuminate/queue Version ^11.0
illuminate/events Version ^11.0
mongodb/laravel-mongodb Version ^4.0|^5.0
facebook/php-business-sdk Version ^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.9
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 mehdiyev-signal/pixel-manager contains the following files

Loading the files please wait ...