PHPackages                             gios-asu/nectary - 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. gios-asu/nectary

ActiveLibrary[Framework](/categories/framework)

gios-asu/nectary
================

A simple PHP framework that is not tied to a web interface

1.0.1(8y ago)44381MITPHPPHP &gt;=7.0

Since Oct 30Pushed 8y ago11 watchersCompare

[ Source](https://github.com/gios-asu/nectary)[ Packagist](https://packagist.org/packages/gios-asu/nectary)[ RSS](/packages/gios-asu-nectary/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (20)Used By (1)

[![Nectary](documentation/images/nectary-with-text.png)](documentation/images/nectary-with-text.png)

[![Build Status](https://camo.githubusercontent.com/8d67e30364f13af8330e059295229cd6103dcc0f3cd9b22ee3fda6f1a3bdadf8/68747470733a2f2f7472617669732d63692e6f72672f67696f732d6173752f6e6563746172792e737667)](https://travis-ci.org/gios-asu/nectary) [![Coverage Status](https://camo.githubusercontent.com/c34e9f8e6fba3e696cf0ceb8fd7969f84b93e122ce3cc650b8a521407e1165dd/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f67696f732d6173752f6e6563746172792f62616467652e7376673f6272616e63683d646576656c6f7026736572766963653d676974687562)](https://coveralls.io/github/gios-asu/nectary?branch=develop) [![Code Climate](https://camo.githubusercontent.com/3188a98d82d7121e4bb231475ef612d2263bcf405dca2d8c5a9a012c15fe0f7d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f67696f732d6173752f6e6563746172792f6261646765732f6770612e737667)](https://codeclimate.com/github/gios-asu/nectary) ![GitHub issues](https://camo.githubusercontent.com/47cf6f57ec9d4d02db6e2b0bade9cc5143ad4eff8efacf3771ec2d238cf937b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f67696f732d6173752f6e6563746172792e737667) ![GitHub license](https://camo.githubusercontent.com/3ef868dd5be90682ebce6b76894b89ad3a535f54e484f7a579626c56864dfaa8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f67696f732d6173752f6e6563746172792e737667) [![Analytics](https://camo.githubusercontent.com/c8ca6bc478993a940405bbe90b6be99052ba58bdaaa5fd467411295f0d269c48/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d3536313836382d34392f67696f732d6173752f6e6563746172793f666c6174)](https://github.com/igrigorik/ga-beacon)

A simple PHP framework that is not tied to a web interface.

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

[](#installation)

Nectary is currently only available through GitHub, to install, add the following configuration to your `composer.json`:

```
{
    "repositories": [
        {
            "url": "https://github.com/gios-asu/nectary.git",
            "type": "git"
        }
    ],
    "require": {
        "gios-asu/nectary": "^1.0.0"
    }
}

```

Developing
----------

[](#developing)

If you add a class or change a namespace, remember to run `composer update` in order to add the class to the autoloader.

Check your code coverage with `vendor/bin/phpunit --coverage-html ./coverage`.

Documentation
-------------

[](#documentation)

Documentation can be found on [the Github IO pages for this repo](https://gios-asu.github.io/nectary).

To generate the documentation, use [phpDox](http://phpdox.de/getting-started.html). After running `composer install`, simply run `./vendor/bin/phpdox` in the root of the project.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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

Every ~55 days

Recently: every ~100 days

Total

15

Last Release

3076d ago

Major Versions

0.2.2 → 1.0.02017-12-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/4863a2fa66fea9bbe58c3eecdcc1a108c4059fe6bb6a0cc5e498be9496470da4?d=identicon)[idmontie](/maintainers/idmontie)

---

Top Contributors

[![idmontie](https://avatars.githubusercontent.com/u/412382?v=4)](https://github.com/idmontie "idmontie (166 commits)")[![ndrollin](https://avatars.githubusercontent.com/u/1801352?v=4)](https://github.com/ndrollin "ndrollin (50 commits)")[![rraub](https://avatars.githubusercontent.com/u/295804?v=4)](https://github.com/rraub "rraub (18 commits)")[![chasethenag420](https://avatars.githubusercontent.com/u/10416054?v=4)](https://github.com/chasethenag420 "chasethenag420 (16 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gios-asu-nectary/health.svg)

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[friendsofcake/app-template

An empty CakePHP 2.5 application

721.8k](/packages/friendsofcake-app-template)

PHPackages © 2026

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