Download the PHP package event-engine/php-inspectio-cody without Composer

On this page you can find all versions of the php package event-engine/php-inspectio-cody. 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 php-inspectio-cody

Event Engine - PHP InspectIO Cody

This is the repository of the Cody server. prooph board can connect to a coding bot called Cody. With its help you can generate working code from an event map.

Cody server runs at http://localhost:3311

Installation

There is also an Event Engine Cody Skeleton available.

Please make sure you have installed Docker and Docker Compose.

It is recommended to create a new application for code generation which installs this library via Composer. This allows independence of your application code and avoids running in Composer dependency conflicts.

Configuration

The following commands copies the necessary files from this library to the root of your application folder.

To mount our business application folder to the Cody server you have to update the docker-compose.yml file. Please take a look at the Cody for more details.

Start Cody Server

To start the Cody server execute the following command. You should be able to connect from InspectIO to the Cody server via the URL http://localhost:3311.


All versions of php-inspectio-cody with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-json Version *
christoph-kluge/reactphp-http-cors-middleware Version ^2.0.0
event-engine/php-inspectio-graph-cody Version ^0.1.0
fig/http-message-util Version ^1.1
open-code-modeling/php-code-generator-transformator Version ^0.1.0
psr/http-message Version ^1.0
react/http Version ^1.1
seregazhuk/php-watcher Version ^0.5.2 || dev-master
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 event-engine/php-inspectio-cody contains the following files

Loading the files please wait ....