Download the PHP package swellphp/eventful without Composer

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

Eventful - PHP CQRS & ES Framework

The aim of this project is to facilitate the development of PHP application using the Command, Query Responsibility Segregation and Event Sourcing Architecture. Together with Domain Driven Design Helpers.

It is not meant to be a one size fit all system and will possibly only be useful for developers wishing a quick start in learning these architectures.

Build Status Coverage Status

Under Development

This project is under initial development and should definitely not be used in any production systems.

Problems I'm trying to solve using this framework based on what I didn't like using other similar frameworks and helpers.

1) I want that my models are completely independent from the framework. The framework should not be intrusive because most projects require custom implementations and structures.

2) I want to easily be able to apply a TDD approach when developing any application. 3) I want it to integrate to Laravel.

Components and features required for the initial release.

Installation

Via composer:

composer require swellphp/eventful

Documentation

Other components are in progress of being developed.

Contributing

In progress. However, feel free to fork this repository and submit pull requests.

All contributions must include tests for the code added, ability for developers to test their code by proving testing helpers when appropriate.

All contributions must also include an example and in case of full components (in their own directory) a Readme file documenting it's usage.

Issues must be created in advance of the development work and commit messages must mention the issue key in this format "GH-X".

License

Open Source under the MIT Licence. https://opensource.org/licenses/MIT


All versions of eventful with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
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 swellphp/eventful contains the following files

Loading the files please wait ....