PHPackages                             pyntaxinc/data-framework - 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. [Framework](/categories/framework)
4. /
5. pyntaxinc/data-framework

ActiveLibrary[Framework](/categories/framework)

pyntaxinc/data-framework
========================

1.5.2(3y ago)0355MITPHP

Since Aug 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Pyntax/laravel-data-framework)[ Packagist](https://packagist.org/packages/pyntaxinc/data-framework)[ RSS](/packages/pyntaxinc-data-framework/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

Pyntax - Data Framework.
========================

[](#pyntax---data-framework)

This library automates the process of defining Manager's and Repositories. The idea originated from the problem of rewriting the same code again and again while creating new projects.

Installation
============

[](#installation)

```
composer required "pyntaxinc/data-framework"
```

Concepts
========

[](#concepts)

Let's say we are building a CRM, we have the following entities to create:

1. User
2. Contact
3. Notes (Calls or Meetings)

In the above scenario both Contact and Notes are owned by a User. (This is the logic we will abstract)

Manager
-------

[](#manager)

Manager or Service class basically has all the business logic for the given entity or domain. The manager takes a Repository as a paramter which takes care of the CRUD.

Repository
----------

[](#repository)

This is an abstract layer that takes care of the CRUD (Create, Read, Update and Delete) actions. The reason why this is an abstract layer because we can either have an ORM linked to this Repository or a caching engine like Redis.

ToDo: Adding more.
------------------

[](#todo-adding-more)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Every ~50 days

Recently: every ~118 days

Total

15

Last Release

1392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26b459bf15b816eca2616b4d2cda745a563ef2f097151bb97366b5c537483e15?d=identicon)[SahilDude89ss@gmail.com](/maintainers/SahilDude89ss@gmail.com)

---

Top Contributors

[![sahilsharmanews](https://avatars.githubusercontent.com/u/117707391?v=4)](https://github.com/sahilsharmanews "sahilsharmanews (7 commits)")[![SahilDude89ss](https://avatars.githubusercontent.com/u/9151763?v=4)](https://github.com/SahilDude89ss "SahilDude89ss (1 commits)")

### Embed Badge

![Health badge](/badges/pyntaxinc-data-framework/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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