PHPackages                             ibnfaroukroqay/dynamics - 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. [API Development](/categories/api)
4. /
5. ibnfaroukroqay/dynamics

ActiveLibrary[API Development](/categories/api)

ibnfaroukroqay/dynamics
=======================

Dynamics API Wrapper

1.0.3(2y ago)6951[3 PRs](https://github.com/ibnfaroukroqay/dynamics/pulls)MITPHPPHP ^8.0|^8.1|^8.2

Since Nov 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ibnfaroukroqay/dynamics)[ Packagist](https://packagist.org/packages/ibnfaroukroqay/dynamics)[ Docs](https://github.com/ibnfaroukroqay/dynamics)[ RSS](/packages/ibnfaroukroqay-dynamics/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (16)Used By (0)

Dynamics API Wrapper
--------------------

[](#dynamics-api-wrapper)

[![Latest Version on Packagist](https://camo.githubusercontent.com/33267d2f58ac4aec990c1bd15f545c82541a78f2f0282dbbbcf3214cf46ff4a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69626e6661726f756b726f7161792f64796e616d6963732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibnfaroukroqay/dynamics)[![Total Downloads](https://camo.githubusercontent.com/964e22a2a124d8ecd27c26c76573eef9a056078cc6d76b406aa2d4817e3307d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69626e6661726f756b726f7161792f64796e616d6963732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibnfaroukroqay/dynamics)

This package is a wrapper for Microsoft Dynamics integration .

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ibnfaroukroqay/dynamics
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="dynamics-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="dynamics-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="dynamics-views"
```

Usage
-----

[](#usage)

```
use Ibnfaroukroqay\Dynamics\Dynamics;

$dynamics = new Dynamics();
$response = $dynamics->sendRequst($endpoint,$data);

// or using Facade
use Ibnfaroukroqay\Dynamics\Facades\Dynamics;

$response = Dynamics::sendRequest($endpoint,$data)
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Abdullah Farouk](https://github.com/ibnfroukroqay)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~30 days

Recently: every ~83 days

Total

12

Last Release

930d ago

Major Versions

0.0.9 → 1.0.02022-12-19

PHP version history (3 changes)0.0.1PHP ^8.1

0.0.2PHP ^7.3

1.0.3PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/139cf8c9c8d7f88b11ed0d51023590505fbe3322e59e680989413568fe48a2c4?d=identicon)[ibnfaroukroqay](/maintainers/ibnfaroukroqay)

---

Top Contributors

[![ibnfaroukroqay](https://avatars.githubusercontent.com/u/91830245?v=4)](https://github.com/ibnfaroukroqay "ibnfaroukroqay (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![samehhamdy](https://avatars.githubusercontent.com/u/42769670?v=4)](https://github.com/samehhamdy "samehhamdy (1 commits)")

---

Tags

laravelDynamicsibnfaroukroqay

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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