Example Application for using Hazaar Warlock library.
Find a file
Jamie Carl 2f89e1f8fe feat(cluster): added slave container
This slave container is set up to demonstrate the Warlock cluster feature.
2024-08-09 17:35:30 +10:00
.devcontainer feat(cluster): added slave container 2024-08-09 17:35:30 +10:00
.vscode fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
application feat(cluster): added slave container 2024-08-09 17:35:30 +10:00
docker fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
public feat(cluster): add test environment for cluster development 2024-08-06 15:19:50 +10:00
.gitignore chore: updated to new dev version 2024-05-22 12:23:56 +00:00
.php-cs-fixer.php fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
composer.json chore: updated to new dev version 2024-05-22 12:23:56 +00:00
docker-compose.yml feat(cluster): added slave container 2024-08-09 17:35:30 +10:00
Dockerfile feat(cluster): add test environment for cluster development 2024-08-06 15:19:50 +10:00
LICENSE.md Initial commit 2018-06-14 10:28:14 +10:00
phpcs.xml fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
phplint-test-results.xml chore: updated to new dev version 2024-05-22 12:44:33 +00:00
phpstan.neon fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
phpunit.xml fix: updated to work with new framework 2024-05-20 22:14:28 +00:00
README.md Updates README 2018-07-13 11:05:14 +10:00

Hazaar Warlock Example Application

This is an exapmple application to demonstrate the simple use of the Hazaar Warlock signalling system.

Installing with Composer

The best way to create a new Hazaar Warlock example project is to use Composer. If you don't have it already installed, then please see their documentation for installation instructions.

To create your new Hazaar Warlock project:

$ composer create-project hazaarlabs/example-warlock path/to/install

Once installed, you can test it out immediately using PHP's built-in web server:

$ composer serve

This will start the PHP cli-server on port 8080, and bind it to all network interfaces.

Note: The built-in CLI server is for development only.