PHPackages                             nekhbet/admetsar-service - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nekhbet/admetsar-service

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nekhbet/admetsar-service
========================

Lets you retrieve ADMET properties for a chemical compound (defined by its SMILES code) via admetSAR v2 Service

1.0.1(2y ago)218MITPHPPHP ^8.0

Since Jan 30Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

admetSAR Service
================

[](#admetsar-service)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f925a8f381c7026cac59ef0298c636066c6be99ae26c7adf7661e69119724d5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656b686265742f61646d65747361722d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nekhbet/admetsar-service)[![Total Downloads](https://camo.githubusercontent.com/34bf5b724d9fabb81a8a7e96946664106d7ff8bc8b755c7500b05679b9bc7a24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656b686265742f61646d65747361722d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nekhbet/admetsar-service)

Lets you retrieve ADMET properties for a chemical compound (defined by its SMILES code) via admetSAR v2 Service ().

Story of creating this package (with comments, full content)
------------------------------------------------------------

[](#story-of-creating-this-package-with-comments-full-content)

Part 1:

Part 2:

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

[](#installation)

You can install the package via composer:

```
composer require nekhbet/admetsar-service
```

Usage (also see examples/simple.php)
------------------------------------

[](#usage-also-see-examplessimplephp)

```
$api = new admetSAR();
$id_job = $api
    ->setSMILESCode('Cc1cc(O)c2C(=O)c3c(O)cc(O)c4c3c3c2c1c1c2c3c3c4c(O)cc(O)c3C(=O)c2c(O)cc1C')
    ->submitJob();
print_r($api->parseJobResults($id_job));
```

```
Output example:
...
Array
(
    [status] => parsed
    [data] => Array
        (
            [predictions] => Array
                (
                    [0] => Array
                        (
                            [probability] => 0.9808
                            [property] => Human Intestinal Absorption
                            [value] => +
                        )
                    [1] => Array
                        (
                            [probability] => 0.5675
                            [property] => Caco-2
                            [value] => -
                        )
                    [2] => Array
                        (
                            [probability] => 0.7000
                            [property] => Blood Brain Barrier
                            [value] => -
                        )
                        ...
                )
            [properties] => Array
                (
                    [0] => Array
                        (
                            [property] => Molecular Weight
                            [value] => 504.45
                        )
                    [1] => Array
                        (
                            [property] => AlogP
                            [value] => 5.08
                        )
                    [2] => Array
                        (
                            [property] => H-Bond Acceptor
                            [value] => 8
                        )
                    [3] => Array
                        (
                            [property] => H-Bond Donor
                            [value] => 6
                        )
                    [4] => Array
                        (
                            [property] => Rotatable Bonds
                            [value] => 0
                        )
                    [5] => Array
                        (
                            [property] => Applicability Domain
                            [value] => Array
                                (
                                    [class] => warning
                                    [content] => Warning
                                )

                        )
                )
            [regressions] => Array
                (
                    [0] => Array
                        (
                            [property] => Water solubility
                            [unit] => logS
                            [value] => -3.22
                        )
                    [1] => Array
                        (
                            [property] => Plasma protein binding
                            [unit] => 100%
                            [value] => 0.872
                        )
                )
        )
)

...
```

Credits
-------

[](#credits)

- [Sorin Trimbitas](https://github.com/nekhbet)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~56 days

Total

2

Last Release

777d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ccbeadbf5faab02fe809b4a46269a2d4b980f776929a63d34a9ffc331f6c3b1?d=identicon)[nekhbet](/maintainers/nekhbet)

---

Top Contributors

[![nekhbet](https://avatars.githubusercontent.com/u/2778861?v=4)](https://github.com/nekhbet "nekhbet (8 commits)")

---

Tags

phpbioinformaticsnekhbetSorin TrimbitasadmetSARADMET propertiescheminformatics

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nekhbet-admetsar-service/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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