PHPackages                             phpnomad/core - 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. phpnomad/core

ActiveLibrary[Framework](/categories/framework)

phpnomad/core
=============

The central PHPNomad orchestration package — bundles essential dependencies for building platform-agnostic PHP applications

3.0.3(3w ago)04.8k↑34.7%[2 issues](https://github.com/phpnomad/core/issues)[4 PRs](https://github.com/phpnomad/core/pulls)4MITPHPCI failing

Since Oct 11Pushed 3w ago2 watchersCompare

[ Source](https://github.com/phpnomad/core)[ Packagist](https://packagist.org/packages/phpnomad/core)[ Docs](https://github.com/phpnomad/core)[ RSS](/packages/phpnomad-core/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (32)Versions (18)Used By (4)

phpnomad/core
=============

[](#phpnomadcore)

[![Latest Version](https://camo.githubusercontent.com/49bf57e60707b333d11052cbe5b4689c945718f955e72cc7214b1b218e7e9185/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068706e6f6d61642f636f72652e737667)](https://packagist.org/packages/phpnomad/core) [![Total Downloads](https://camo.githubusercontent.com/db379a2c38631c69b0afc41db3b5157756609bf868ad8dd20df5a0a6bcee0a1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068706e6f6d61642f636f72652e737667)](https://packagist.org/packages/phpnomad/core) [![PHP Version](https://camo.githubusercontent.com/3b4efd39369b9be889ce16fc231ef15e647767187147e36070c67be2a2157fad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068706e6f6d61642f636f72652e737667)](https://packagist.org/packages/phpnomad/core) [![License](https://camo.githubusercontent.com/ee373a398be5b1aafe0497f792317591b6da31d8a0eb92b564a9c17c135add07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068706e6f6d61642f636f72652e737667)](https://packagist.org/packages/phpnomad/core)

`phpnomad/core` is the entry-point package for [PHPNomad](https://phpnomad.com), a platform-agnostic PHP framework. Installing it pulls in the nine packages every PHPNomad application needs and adds a `CoreInitializer` plus seven static facades (Cache, Event, Logger, Template, UrlResolver, PathResolver, InstanceProvider) that wire them together.

PHPNomad has been running in production for years, powering [Siren](https://sirenaffiliates.com), several MCP servers, and other client systems. It's small, opinionated, and built by developers who actually use it.

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

[](#installation)

```
composer require phpnomad/core
```

Quick Start
-----------

[](#quick-start)

Compose a `Bootstrapper` with `CoreInitializer` and any other initializers, then call `load()`.

```
