Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSensor PHP Plugin

Requirements

  • php >= 5.3.3
  • php5-curl >= 5.3.3

Composer

This project uses composer to handle dependencies. Use php composer.phar install to install everything after checking out the source.

External dependencies

Libraries not managed by Composer should go in the lib/ folder.

Building

The application can be packaged as a PHP Archive (phar). Executing the following command will generate the archive:

php build-tools/phar.php [output-file]

By default, the resulting file will be placed in the build/ folder, but this can be changed via the optional output-file parameter.

Testing

Debug logging can be printed using BitSensor\Util\Log::d($msg), this will only be printed when running in debug mode, activated by adding $debug to the global scope like this:

global $debug;

This should be done in a test script and not in the actual source.

About

BitSensor Web Application Security

Topics

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages