PHPackages                             a15lam/workspace - 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. a15lam/workspace

ActiveLibrary[Framework](/categories/framework)

a15lam/workspace
================

A library of commonly used classes and utilities.

0.1.1(8y ago)14333MITPHPPHP &gt;=5.5

Since Aug 28Pushed 8y ago2 watchersCompare

[ Source](https://github.com/a15lam/workspace)[ Packagist](https://packagist.org/packages/a15lam/workspace)[ Docs](https://github.com/a15lam/workspace/)[ RSS](/packages/a15lam-workspace/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (7)Used By (3)

workspace (In progress)
=======================

[](#workspace-in-progress)

A library of all classes that are commonly used in my other libraries/projects. This library is intended for my personal use in order to make life a little easier. When I work on this I am only thinking about myself and no one else. That being said, you are welcome to use it on your own.

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Overwrite the `Workspace` class in your project and set your PHP config file in `Workspace::$configInfo`. Default is ` DIR . '/../config.php'`. Once the file path is set you can get a config value like below.

```
//This is your overwritten version of Workspace class where you set the config file.
Workspace::config()->get('config-name-here');

```

### Logger

[](#logger)

Overwrite the `Workspace` class in your project and set your log path in `Workspace::$logPath `. Default is ` DIR . '/../storage/logs/`. Once the log path is set you get start using the logger like below.

```
//This is your overwritten version of Workspace class where you set the config file.
Workspace::log()->warn('message');
Workspace::log()->error('message');
Workspace::log()->info('message');
Workspace::log()->debug('message');

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.7% 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 ~166 days

Total

5

Last Release

2929d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/582895?v=4)[Arif Islam](/maintainers/a15lam)[@a15lam](https://github.com/a15lam)

---

Top Contributors

[![df-arif](https://avatars.githubusercontent.com/u/10451617?v=4)](https://github.com/df-arif "df-arif (17 commits)")[![a15lam](https://avatars.githubusercontent.com/u/582895?v=4)](https://github.com/a15lam "a15lam (11 commits)")

---

Tags

frameworkutilitycommon

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[doppar/framework

The Doppar Framework

4011.2k14](/packages/doppar-framework)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

138.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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