seld/nimbus

Nimbus leverages the cloud to store modern PHP web applications free of charge

Maintainers

👁 Seldaek

Package info

github.com/Seldaek/nimbus

Type:project

pkg:composer/seld/nimbus

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 0

dev-master 2014-11-28 16:07 UTC

Requires

  • php: >=5.4

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 874c2fee91811f202d6f6adff735f6cd696b6ee2

  • Jordi Boggiano <j.boggiano.woop@seld.be>

frameworkcloudJoke

This package is auto-updated.

Last update: 2026-06-13 03:03:27 UTC


README

Nimbus leverages the cloud to store modern PHP web applications free of charge.

It offers PHP evaluation through a free Heroku instance at https://nimbusframework.herokuapp.com/ and data persistence facilitated by the goo.gl URL shortener.

Features:

  • Free cloud hosting
  • Fully decoupled controllers
  • Content versioning (URLs are forever)
  • SSL encryption
  • Follows TDD best practices
  • JIT-compiled controllers
  • Lowers cholesterol

How to use

Write your controller code in controllers/*.php. default.php is the site entry point.

Run php src/deploy.php to deploy your site to the cloud and receive your unique URL.

Known issues:

  • Circular links are impossible to create within a single app, you can only use uni-directional links due to limitations in the cloud store.
  • Every deployment gets a new unique URL due to the versioning feature.