codedwebltd/avang
最新稳定版本:v1.1
Composer 安装命令:
composer require codedwebltd/avang
包简介
Avang Licenser is a PHP library designed to enhance the security of PHP scripts by implementing a robust license system, preventing unauthorized access and usage.
README 文档
README
Avang Licenser
Overview
Avang Licenser is a PHP library designed to enhance the security of PHP scripts by implementing a robust license system. It prevents unauthorized access and usage, making it suitable for protecting PHP scripts from script kiddies and clients to whom you distribute the scripts.
Author
- Christopher Chibuike
Installation
To use this script, download or require the package as the base of your project. Create a welcome.php file inside the folder, which will serve as your index file. You can organize your project assets in folders within the downloaded directory. Note that there's a default index.php file in the script that validates the license key from your issuing server before redirecting users to welcome.php.
Setup Instructions
-
Open
.envlocated in the root of your project and set:apikey: Your API key obtained from your API server.apiserver: The correct URL from which the script will fetch the license key.timezone(optional): Set your desired timezone.app name(optional): Modify the app name if needed.
-
Create a License Server:
- Install Laravel or any backend service on a web hosting service.
- Create a database with columns:
license_key,expiry_date,license_domain. - Ensure the database columns match the conventions exactly as stated to avoid errors.
- Connect a domain to the server, which will serve as your
apiserver.
-
Usage:
- Upload the project folder to any server supporting PHP^ 8.1.
- Verify the license script in action by visiting the deployed project.
-
Advanced Encryption (Optional):
- For more advanced encryption, consider encoding the
index.phpandactivate_inc.phpusing IonCube Loader. You can encode these files here. - Ensure IonCube Loader is available on your server if you choose to encode these files.
- For more advanced encryption, consider encoding the
Upcoming Features
- Future updates will include improved domain validation and multiple API keys for clients.
Support and Bug Fixes
For bug fixes or support, contact support@codedwebltd.org or open a pull request following best practices for easy merging.
Acknowledgment
If this script helped you, consider supporting the author by buying a coffee. Feel free to contact me for preferred payment info using the link above..
codedwebltd/avang 适用场景与选型建议
codedwebltd/avang 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 12 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 codedwebltd/avang 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 codedwebltd/avang 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-23