PHPackages                             epaphrodites/epaphrodites - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. epaphrodites/epaphrodites

ActiveProject[Database &amp; ORM](/categories/database)

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.

v0.01-stable(9mo ago)0429MITPHP

Since Aug 6Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/epaphrodites/epaphrodites)[ Packagist](https://packagist.org/packages/epaphrodites/epaphrodites)[ RSS](/packages/epaphrodites-epaphrodites/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (3)Used By (0)

[![Epaphrodites Logo](https://github.com/epaphrodites/epaphrodites/raw/master/static/img/logo.png)](https://github.com/epaphrodites/epaphrodites/blob/master/static/img/logo.png)

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)

---

👋 About Epaphrodites
--------------------

[](#-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 &amp; Optional Extensions (PHP &gt;= 8.2)
--------------------------------------------------------

[](#-php-required--optional-extensions-php--82)

### ✅ Required PHP Extensions

[](#-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

[](#-optional-extensions)

- **Redis** — Caching &amp; 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
----------------------

[](#️-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
-----------

[](#-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
--------------

[](#-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 :

[](#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
----------------------

[](#️-first-configuration)

1. Open this file (SetDirectory.php)

```
    bin\config\SetDirectory.php
```

2. Set database accpeted : ('mysql/oracle/pgsql/sqlserver/sqlite/mongodb/redis')

```
    define('_FIRST_DRIVER_', 'sqlite');
```

3. Open this file (Config.ini)

```
    bin\config\config.ini
```

4. 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

[](#-create-database)

> Run this command to create your database

```
php heredia create:db epaphroditesdb
```

---

#### 🐍 Install python component

[](#-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

[](#-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

[](#-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

[](#-documentation)

- [Documentation](https://epaphrodite.org/)

### 👥 Authors

[](#-authors)

- [Y'srael Aime N'DRI (Lead) ](https://github.com/ysrael-aime-ndri)

### 🤝 Contributing

[](#-contributing)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance72

Regular maintenance activity

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 82.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82ee3f3f53cde69b38fd8c05e0a4418f6479bc0f9bd67e2ecf06b7bac19f3977?d=identicon)[ysrael](/maintainers/ysrael)

---

Top Contributors

[![ysrael-aime-ndri](https://avatars.githubusercontent.com/u/73212454?v=4)](https://github.com/ysrael-aime-ndri "ysrael-aime-ndri (507 commits)")[![epaphrodites](https://avatars.githubusercontent.com/u/153777768?v=4)](https://github.com/epaphrodites "epaphrodites (107 commits)")[![noelllla](https://avatars.githubusercontent.com/u/150064902?v=4)](https://github.com/noelllla "noelllla (1 commits)")

---

Tags

ccsshtmlinijavascriptjsonmongodbmysqlphppostresqlpythonredissqlitesqlservertomltwigphptwigjavascriptcssmysqlsqlitepostgresqlsqlserveroraclehtmlredismongodbpythoncEpaphrodites-frameworkepaphrodites

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epaphrodites-epaphrodites/health.svg)

```
[![Health](https://phpackages.com/badges/epaphrodites-epaphrodites/health.svg)](https://phpackages.com/packages/epaphrodites-epaphrodites)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[dg/adminer-custom

Customization for Adminer, the best database management tool written in PHP.

134765.7k16](/packages/dg-adminer-custom)[dg/adminer

Customization for Adminer, the best database management tool written in PHP.

1342.5k](/packages/dg-adminer)[moharrum/laravel-adminer

Adminer database management tool for your Laravel application.

451.0k](/packages/moharrum-laravel-adminer)[eftec/pdoone

Minimaist procedural PDO wrapper library

1105.9k9](/packages/eftec-pdoone)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

101.6k](/packages/ramadan-easy-model)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
