onramplab/laravel-auditing-log
Composer 安装命令:
composer require onramplab/laravel-auditing-log
包简介
A Laravel package providing auditing log
README 文档
README
A Laravel package providing auditing log
Requirements
- PHP >= 8.0;
- Laravel >= 8
- doctrine/dbal >= 3.6
- spatie/laravel-activitylog >= 4.7
- composer.
Features
- PSR-4 autoloading compliant structure;
- PSR-2 compliant code style;
- Unit-Testing with PHPUnit 6;
- Comprehensive guide and tutorial;
- Easy to use with any framework or even a plain php file;
- Useful tools for better code included.
Installation
composer require onramplab/laravel-auditing-log
This will create a basic project structure for you:
- /build is used to store code coverage output by default;
- /src is where your codes will live in, each class will need to reside in its own file inside this folder;
- /tests each class that you write in src folder needs to be tested before it was even "included" into somewhere else. So basically we have tests classes there to test other classes;
- .gitignore there are certain files that we don't want to publish in Git, so we just add them to this fle for them to "get ignored by git";
- CHANGELOG.md to keep track of package updates;
- CONTRIBUTION.md Contributor Covenant Code of Conduct;
- LICENSE terms of how much freedom other programmers is allowed to use this library;
- README.md it is a mini documentation of the library, this is usually the "home page" of your repo if you published it on GitHub and Packagist;
- composer.json is where the information about your library is stored, like package name, author and dependencies;
- phpunit.xml It is a configuration file of PHPUnit, so that tests classes will be able to test the classes you've written;
- .travis.yml basic configuration for Travis CI with configured test coverage reporting for code climate.
Please refer to original article for more information.
Useful Tools
Running Tests:
php vendor/bin/phpunit
or
composer test
Code Sniffer Tool:
php vendor/bin/phpcs --standard=PSR2 src/
or
composer psr2check
Code Auto-fixer:
composer psr2autofix
composer insights:fix
rector:fix
Building Docs:
php vendor/bin/phpdoc -d "src" -t "docs"
or
composer docs
Changelog
To keep track, please refer to CHANGELOG.md.
Contributing
- Fork it.
- Create your feature branch (git checkout -b my-new-feature).
- Make your changes.
- Run the tests, adding new ones for your own code if necessary (phpunit).
- Commit your changes (git commit -am 'Added some feature').
- Push to the branch (git push origin my-new-feature).
- Create new pull request.
Also please refer to CONTRIBUTION.md.
License
Please refer to LICENSE.
onramplab/laravel-auditing-log 适用场景与选型建议
onramplab/laravel-auditing-log 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 19.33k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 03 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「log」 「package」 「Audit」 「laravel」 「auditing」 「laravel package」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 onramplab/laravel-auditing-log 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 onramplab/laravel-auditing-log 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 onramplab/laravel-auditing-log 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Log adding/updating/deleting of elements
Doctrine ORM provider for the auditor audit-log library.
PB Web Media Audit Bundle for Symfony
Stackdriver handler for Monolog (codeinternetapplications/monolog-stackdriver Fork).
Laravel 5.x.x library for integration Monolog Sentry
Pacote simplificado para persistência de logs
统计信息
- 总下载量: 19.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-27