Download the PHP package damienharper/doctrine-audit-bundle without Composer

On this page you can find all versions of the php package damienharper/doctrine-audit-bundle. 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?
damienharper/doctrine-audit-bundle
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package doctrine-audit-bundle

auditor-bundle Tweet

Latest Stable Version Latest Unstable Version auditor-bundle 6.x CI License Scrutinizer Code Quality codecov Total Downloads Monthly Downloads Daily Downloads

auditor-bundle, formerly known as DoctrineAuditBundle integrates auditor library into any Symfony 3.4+ application.

Demo

You can try out this bundle by cloning its companion demo app. Follow instructions at auditor-bundle-demo.

Official Documentation

auditor-bundle official documentation can be found here.

Version Information

Version Status Requirements Badges
6.x Active development :rocket: (Not yet released) PHP >= 8.2, Symfony >= 5.4 auditor-bundle 6.x CI
Scrutinizer Code Quality
codecov
5.x Active support PHP >= 7.4, Symfony >= 4.4 auditor-bundle 5.x CI
Scrutinizer Code Quality
codecov
4.x End of life PHP >= 7.2, Symfony >= 3.4 auditor-bundle 4.x CI
Scrutinizer Code Quality
3.x End of life PHP >= 7.1, Symfony >= 3.4
2.x End of life PHP >= 7.1, Symfony >= 3.4
1.x End of life PHP >= 7.1, Symfony >= 3.4

Changelog is available here

Usage

Once installed and configured, any database change affecting audited entities will be logged to audit logs automatically. Also, running schema update or similar will automatically setup audit logs for every new auditable entity.

Contributing

auditor-bundle is an open source project. Contributions made by the community are welcome. Send me your ideas, code reviews, pull requests and feature requests to help us improve this project.

Do not forget to provide unit tests when contributing to this project. To do so, follow instructions in this dedicated README

Credits

License

auditor-bundle is free to use and is licensed under the MIT license


All versions of doctrine-audit-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
damienharper/auditor Version ^2.3
doctrine/annotations Version ^1.8|^2.0
doctrine/doctrine-bundle Version ^2.7
doctrine/orm Version ^2.7
symfony/asset Version ^4.0|^5.0|^6.0
symfony/doctrine-bridge Version ^4.4.19|^5.2.2|^6.0
symfony/event-dispatcher Version ^4.0|^5.0|^6.0
symfony/lock Version ^4.0|^5.0|^6.0
symfony/security-bundle Version ^4.0|^5.0|^6.0
symfony/translation Version ^4.0|^5.0|^6.0
symfony/twig-bundle Version ^4.0|^5.0|^6.0
twig/extra-bundle Version ^3.3
twig/intl-extra Version ^3.3
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 damienharper/doctrine-audit-bundle contains the following files

Loading the files please wait ....