承接 epaphrodites/epaphrodites 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

epaphrodites/epaphrodites

Composer 安装命令:

composer create-project epaphrodites/epaphrodites

包简介

Epaphrodites framework seamlessly combines simplicity with robust compatibility across PHP, C, and Python, providing strong support for multiple databases while adhering to open-source principles.

README 文档

README

Epaphrodites Logo

MIT License

👋 About Epaphrodites

Epaphrodites is a modern, modular, and open-source framework that combines the power of PHP, Python, and C.

It emphasizes:

  • ✨ Simplicity
  • 🛠️ Flexibility
  • 🌐 Multi-database support
  • 💡 Developer-friendly tools
  • 🧠 Native integration of C for performance-critical components

Designed for developers who want full control of their stack, Epaphrodites bridges interpreted and compiled logic to deliver speed without sacrificing convenience.

🧩 PHP Required & Optional Extensions (PHP >= 8.2)

✅ Required PHP Extensions

  • OpenSSL — SSL/TLS encryption, secure connections
  • ZIP — Compression/decompression of ZIP archives
  • GD — Image manipulation: resizing, filters, etc.
  • intl — Internationalization, locale/date formatting
  • PDO — Unified database interface
  • JSON — JSON data encoding/decoding
  • XML — Parsing and manipulating XML files
  • Mbstring — Multi-byte string support (e.g. UTF-8)
  • pdo_sqlite — PDO driver for SQLite3

🔧 Optional Extensions

  • Redis — Caching & sessions with Redis
  • pdo_oci — Oracle DB support
  • pdo_mysql — MySQL/MariaDB support
  • mongodb — MongoDB (NoSQL) integration
  • pdo_pgsql — PostgreSQL support
  • pdo_sqlsrv — Microsoft SQL Server support

⚙️ System Dependencies

  • PHP Dev Tools — Required to compile extensions (php-dev for Linux / php for macOS)
  • Python3 — Needed for Python integration
  • C Compiler — Recommended for building native components and optimizing extensions

💡 Key Notes

  • Required extensions provide core features (DB, encryption, image/text processing).
  • Optional ones depend on your tech stack.
  • System dependencies are critical for compilation (phpize) and C/Python interoperability.

🚀 Installation

composer create-project epaphrodites/epaphrodites your-project-name
  • If the installation requires certain extensions, execute the following command to install them:
php epaphrodites -i

⚠️ Recommendation : If you have already installed MongoDB on your machine and wish to incorporate its usage into your project, please execute the following command:

composer require mongodb/mongodb

Continue the installation :

Execute the following command to update all dependencies :

composer update

To execute "dump-autoload," run the command :

composer dump-autoload

⚙️ First configuration

  1. Open this file (SetDirectory.php)
    bin\config\SetDirectory.php
  1. Set database accpeted : ('mysql/oracle/pgsql/sqlserver/sqlite/mongodb/redis')
    define('_FIRST_DRIVER_', 'sqlite');
  1. Open this file (Config.ini)
    bin\config\config.ini
  1. Choose your first configuration
[1_CONFIGURATION]
# -----------------------------------------------------------------------
#                      SQLITE CONFIGURATION                         
#  Lightweight file-based database perfect for:                     
#  . Small to medium applications                                   
#  . Development and testing environments                           
#  . Embedded systems with minimal configuration                    
# -----------------------------------------------------------------------
DRIVER = sqlite
DATABASE = epaphroditesdb.sqlite
HOST = 127.0.0.1
PORT =
USER =
PASSWORD =
SOCKET = false
SOCKET_PATH =

💾 Create database

Run this command to create your database

php heredia create:db epaphroditesdb

🐍 Install python component

  • Note: This command is intended for users who have previously installed Python on their machine. It simplifies the installation of specific Python libraries essential for the optimal functioning of the Epaphrodites framework. Furthermore, you have the freedom, at your level, to integrate other libraries according to the requirements of your projects :
php heredia pip:component

🔧 Compile C components

  • Note: This command is for users who have C development tools installed on their machine. It compiles the C components essential for performance-critical operations in the Epaphrodites framework:
sudo ./kouadio - g
  • Option -i: Directly inserts the extension

  • Option -g: Generates and inserts C components

  • Ensure you've set the proper executable permissions before running: :

chmod +x kouadio 

🔥 Run your App

  • Note: For SQL databases, you must create your database before running your application. In the case of MongoDB, the system will generate your database based on your configuration.

Run server

cd your_project
php heredia run:server --port=8000

Authentification access

Login : admin
Password : admin

😎 Enjoy yourself

📗 Documentation

👥 Authors

🤝 Contributing

Contributions are welcome! Fork the repo, make changes, and submit a pull request.

epaphrodites/epaphrodites 适用场景与选型建议

epaphrodites/epaphrodites 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 430 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 12 月 14 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「redis」 「mongodb」 「php」 「twig」 「javascript」 「css」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 epaphrodites/epaphrodites 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 epaphrodites/epaphrodites 我们能提供哪些服务?
定制开发 / 二次开发

基于 epaphrodites/epaphrodites 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 430
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 21
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-14