Download the PHP package stanislav-web/sonar without Composer

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

Sonar v1.2.2-alpha

Scrutinizer Code Quality Code Coverage Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

Sonar is the site visitors monitor. Build in Phalcon & MongoDb. Conducts monitoring of visitors, using the WebSockets connection. Great for sites built on REST technology. You can easily integrate this package to track detailed information about your visitors. Check the time on each page of the site, determine device, geo location.

ChangeLog

[v1.2.2-alpha] 2015-09-27

- add debugger (show verbose in config)
- change cache session (to shared memory)

[v1.2-alpha] 2015-09-22

- configurable error log
- add cache session (memcache)
- silent error logger (warnings & noticies)

[v1.1-alpha] 2015-09-21

- implementing geo location detector

[v1.0-alpha] 2015-09-20

- the first version of package
- socket application named as "Sonar"
- implemented:
    - tracking user's page position
    - tracking user's page timing activity
    - tracking user's device (phone, table, pc)
    - tracking the time of each page

Compatible

System requirements

Installation

First update your dependencies through composer. Add to your composer.json:

Then run to update dependency and autoloader

or just

(Do not forget to include the composer autoloader)

Configuration

This package have a variety of settings, both mandatory and optional.

  1. You can select them in the global app configuration file of your Phalcon project if you will be making their to global application config. See example:

  2. Register task in your Phalcon CLI autoloader:

  3. Running socket server using CLI from your project. And tracking user thought web interface (not yet implemented):

(examples of client connect you can see here)

Unit Test

Also available in /phpunit directory. Run command to start

In Future

Documents

Issues


All versions of sonar with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
ext-mongo Version *
ext-memcache Version *
cboden/ratchet Version dev-master
mobiledetect/mobiledetectlib Version ^2.8
donatj/phpuseragentparser Version dev-master
willdurand/geocoder Version ^3.1@dev
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 stanislav-web/sonar contains the following files

Loading the files please wait ....