{"id":20489297,"url":"https://github.com/epaphrodites/epaphrodites","last_synced_at":"2026-03-27T04:37:17.632Z","repository":{"id":212440450,"uuid":"731480694","full_name":"epaphrodites/epaphrodites","owner":"epaphrodites","description":"Epaphrodites is a web framework that combines simplicity, compatibility with Python, support for multiple databases of different types, and a commitment to open-source principles.","archived":false,"fork":false,"pushed_at":"2024-04-13T20:21:47.000Z","size":5787,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-17T04:34:54.158Z","etag":null,"topics":["css","html","ini","javascript","json","mongodb","mysql","php","postresql","python","redis","sqlite","sqlserver","toml","twig"],"latest_commit_sha":null,"homepage":"https://epaphrodite.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epaphrodites.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-14T07:17:31.000Z","updated_at":"2024-04-18T21:48:12.056Z","dependencies_parsed_at":"2024-04-18T21:47:54.033Z","dependency_job_id":null,"html_url":"https://github.com/epaphrodites/epaphrodites","commit_stats":null,"previous_names":["epaphrodites/epaphrodites"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epaphrodites%2Fepaphrodites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epaphrodites%2Fepaphrodites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epaphrodites%2Fepaphrodites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epaphrodites%2Fepaphrodites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epaphrodites","download_url":"https://codeload.github.com/epaphrodites/epaphrodites/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242067713,"owners_count":20066751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","ini","javascript","json","mongodb","mysql","php","postresql","python","redis","sqlite","sqlserver","toml","twig"],"created_at":"2024-11-15T17:12:13.915Z","updated_at":"2025-12-30T19:04:21.216Z","avatar_url":"https://github.com/epaphrodites.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Epaphrodites Logo](https://github.com/epaphrodites/epaphrodites/blob/master/static/img/logo.png)\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\n---\n\n## 👋 About Epaphrodites\n\n**Epaphrodites** is a modern, modular, and open-source framework that combines the power of **PHP**, **Python**, and **C**.\n\nIt emphasizes:\n- ✨ Simplicity\n- 🛠️ Flexibility\n- 🌐 Multi-database support\n- 💡 Developer-friendly tools\n- 🧠 Native integration of C for performance-critical components\n\nDesigned for developers who want full control of their stack, Epaphrodites bridges interpreted and compiled logic to deliver speed without sacrificing convenience.\n\n---\n\n## 🧩 PHP Required \u0026 Optional Extensions (PHP \u003e= 8.2)\n\n### ✅ Required PHP Extensions\n\n- **OpenSSL** — SSL/TLS encryption, secure connections  \n- **ZIP** — Compression/decompression of ZIP archives  \n- **GD** — Image manipulation: resizing, filters, etc.  \n- **intl** — Internationalization, locale/date formatting  \n- **PDO** — Unified database interface  \n- **JSON** — JSON data encoding/decoding  \n- **XML** — Parsing and manipulating XML files  \n- **Mbstring** — Multi-byte string support (e.g. UTF-8)  \n- **pdo_sqlite** — PDO driver for SQLite3\n\n---\n\n### 🔧 Optional Extensions\n\n- **Redis** — Caching \u0026 sessions with Redis  \n- **pdo_oci** — Oracle DB support  \n- **pdo_mysql** — MySQL/MariaDB support  \n- **mongodb** — MongoDB (NoSQL) integration  \n- **pdo_pgsql** — PostgreSQL support  \n- **pdo_sqlsrv** — Microsoft SQL Server support\n\n---\n\n## ⚙️ System Dependencies\n\n- **PHP Dev Tools** — Required to compile extensions (`php-dev` for Linux / `php` for macOS)  \n- **Python3** — Needed for Python integration  \n- **C Compiler** — Recommended for building native components and optimizing extensions\n\n---\n\n## 💡 Key Notes\n\n- Required extensions provide core features (DB, encryption, image/text processing).\n- Optional ones depend on your tech stack.\n- System dependencies are critical for compilation (`phpize`) and C/Python interoperability.\n\n---\n\n## 🚀 Installation\n\n```bash\ncomposer create-project epaphrodites/epaphrodites your-project-name\n```\n\n- If the installation requires certain extensions, execute the following command to install them:\n\n```bash\nphp epaphrodites -i\n```\n---\n\n⚠️ Recommendation : If you have already installed `MongoDB` on your machine and wish to incorporate its usage into your project, please execute the following command:\n\n```bash\ncomposer require mongodb/mongodb\n```\n\n### Continue the installation :\nExecute the following command to update all dependencies :\n\n```bash\ncomposer update\n```\n\nTo execute \"dump-autoload,\" run the command :\n```bash\ncomposer dump-autoload\n```\n\n---\n\n## ⚙️ First configuration\n\n1. Open this file (SetDirectory.php)\n```bash  \n    bin\\config\\SetDirectory.php\n```\n\n2. Set database accpeted : ('mysql/oracle/pgsql/sqlserver/sqlite/mongodb/redis')\n```bash  \n    define('_FIRST_DRIVER_', 'sqlite');\n```\n\n3. Open this file (Config.ini)\n```bash  \n    bin\\config\\config.ini\n```\n\n4. Choose your first configuration\n```bash  \n[1_CONFIGURATION]\n# -----------------------------------------------------------------------\n#                      SQLITE CONFIGURATION                         \n#  Lightweight file-based database perfect for:                     \n#  . Small to medium applications                                   \n#  . Development and testing environments                           \n#  . Embedded systems with minimal configuration                    \n# -----------------------------------------------------------------------\nDRIVER = sqlite\nDATABASE = epaphroditesdb.sqlite\nHOST = 127.0.0.1\nPORT =\nUSER =\nPASSWORD =\nSOCKET = false\nSOCKET_PATH =\n\n```\n\n### 💾 Create database\n\n\u003e Run this command to create your database\n```bash  \nphp heredia create:db epaphroditesdb\n```\n\n---\n\n#### 🐍 Install python component\n- 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 :\n\n```bash  \nphp heredia pip:component\n```\n\n#### 🔧 Compile C components\n- 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:\n\n```bash  \nsudo ./kouadio - g\n```\n- Option `-i`: Directly inserts the extension\n- Option `-g`: Generates and inserts C components\n\n- Ensure you've set the proper executable permissions before running: :\n\n```bash\nchmod +x kouadio \n```\n\n---\n\n### 🔥 Run your App\n- 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.\n\n\u003e Run server\n```bash  \ncd your_project\nphp heredia run:server --port=8000\n```\n\n\u003e Authentification access\n```bash  \nLogin : admin\nPassword : admin\n```\n\n😎 Enjoy yourself\n\n---\n\n### 📗 Documentation\n\n- [Documentation](https://epaphrodite.org/)\n\n### 👥 Authors\n\n- [Y'srael Aime N'DRI (Lead) ](https://github.com/ysrael-aime-ndri)\n\n### 🤝 Contributing\n\nContributions are welcome! Fork the repo, make changes, and submit a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepaphrodites%2Fepaphrodites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepaphrodites%2Fepaphrodites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepaphrodites%2Fepaphrodites/lists"}