Download the PHP package wmde/fundraising-store without Composer

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

Persistence Services for WMDE Fundraising

Build Status Scrutinizer Code Quality Code Coverage Download count License

Latest Stable Version

Fundraising Store contains persistence services for the WMDE fundraising codebase.

Installation

You can use Composer to download and install this package as well as its dependencies.

To add this package as a local, per-project dependency to your project, run:

composer require wmde/fundraising-store

This package provides vendor/bin/cli-config.php file required by the Doctrine Console. A default database configuration, compatible with the container used for integration tests (see docker-compose.yml), can be found in local-db-config.php. Applications wanting to use this package in conjunction with the Doctrine Console should provide their own cli-config.php.

Architecture and Future

This library and the tables it creates is used by the fundraising Bounded Contexts and by the Fundaising Operation Center application. The idea is to migrate this library away by moving all code specific to a Bounded Context into that Bounded Context and all code specific to an application to that application. This way the Bounded Contexts can have truely private peristance and follow the Clean Architecture + Bounded Contexts architecture rules.

For a short history of we ended up with this library, see Bounded Contexts in the Wikimedia Fundraising Software

Development

In order to create a level playing field for development this project uses docker & docker-compose, as well as composer for dependency management.

Provision the system

docker-compose build

Install dependencies

docker run -it --rm --user $(id -u):$(id -g) -v "$PWD":/code -v ~/.composer:/composer -w /code composer composer install

Tests

docker-compose run --rm app vendor/bin/phpunit

Running test and code-style checks with composer

All committed code is checked by our CI against the unit tests and the coding styleguide. The configuration for these tools can be found in the root directory. After installation through composer you can either call the tools directly from their location in vendor/bin or use the provided composer tasks:

composer ci   # Run all checks
composer cs   # Run style checks
composer test # Run unit tests

Be aware that the concepts of composer as a script runner and containerization might not work together out-of-the-box.

Release notes

Scheduled for next release (11.x)

Version 10.5.0 (2020-01-31)

Version 10.4.1 (2020-01-30)

Version 10.4.0 (2019-05-29)

Version 10.3.3 (2019-02-04)

Version 10.3.2 (2019-01-31)

Version 10.3.1 (2019-01-30)

Version 10.3.0 (2019-01-29)

Version 10.2.0 (2019-01-18)

Version 10.1.0 (2019-01-16)

Version 10.0.0 (2019-01-11)

Version 9.0.0 (2018-08-16)

Version 8.0.0 (2018-06-06)

Version 7.0.1 (2017-12-05)

Version 7.0.0 (2017-11-01)

Version 6.1.0 (2017-08-16)

Version 6.0.1 (2017-08-02)

Version 6.0.0 (2017-07-18)

Version 5.0.0 (2017-03-30)

Breaking changes

Version 4.2.0 (2017-01-04)

Version 4.1.0 (2016-12-06)

Version 4.0.0 (2016-11-25)

Breaking changes

Version 3.0.0 (2016-11-16)

Breaking changes

New features

Bug fixes

Version 2.1.0 (2016-10-10)

Version 2.0.1 (2016-09-28)

By the rules of semantic versioning, this version should have been 2.1 but was tagged wrongly.

Version 2.0.0 (2016-08-03)

Breaking changes

New features

Version 1.0 (2016-01-11)

Version 0.1 (2015-07-10)

Initial release with Store\Factory, Store\Installer and these entities:

Future Plans

Links


All versions of fundraising-store with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
doctrine/dbal Version ^2.5
doctrine/orm Version ^2.5
doctrine/migrations Version ~1.8
gedmo/doctrine-extensions Version ^2.4
ramsey/uuid Version ^3.7
symfony/yaml Version ~4.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 wmde/fundraising-store contains the following files

Loading the files please wait ....