PHPackages                             rudrax/application - 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. [API Development](/categories/api)
4. /
5. rudrax/application

ActiveLibrary[API Development](/categories/api)

rudrax/application
==================

Script to deploy Rudrax on FTP server;

1.1.4(10y ago)02241MITPHP

Since Mar 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rudraks/application)[ Packagist](https://packagist.org/packages/rudrax/application)[ RSS](/packages/rudrax-application/feed)WikiDiscussions master Synced 1mo ago

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

Create a php file in your project root
--------------------------------------

[](#create-a-php-file-in-your-project-root)

and place this application folder in your project

#### FOR Normal Project

[](#for-normal-project)

\--deploy.php ``

include "application/App.php";

$server = $argv\[1\]; //First argument is config $password = $argv\[2\]; /////Optionsal Password

$app = new App();

$app-&gt;push($server,$password);

``

\##ON-CONSOLE $ php deploy.php production

### For RudraX project -

[](#for-rudrax-project--)

Note:- if you are using composer then you dont need to download it manually, it will automatically get downloaded in your verndor folder, but still you need to write deploy.php pointing to your this script\_folder

Here is an example with RudraX Structured Project.

\--deploy.php ``

include "lib/rudrax/application/App.php";

$server = $argv\[1\]; //First argument is config $password = $argv\[2\]; ///Optionsal Password

$app = new App();

$app-&gt;deploy($server,$password);

``

\##ON-CONSOLE $ php deploy.php production

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 55.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 ~9 days

Total

15

Last Release

3955d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5b5b41a27c22c02fd7a9e66995586a7bc4851492eba68aa9b669faed3b9ccb9?d=identicon)[jqutils](/maintainers/jqutils)

![](https://avatars.githubusercontent.com/u/5462166?v=4)[Lalit Tanwar | The Architect](/maintainers/lnt)[@lnt](https://github.com/lnt)

---

Top Contributors

[![pocketarc](https://avatars.githubusercontent.com/u/5393?v=4)](https://github.com/pocketarc "pocketarc (59 commits)")[![lnt](https://avatars.githubusercontent.com/u/5462166?v=4)](https://github.com/lnt "lnt (37 commits)")[![maskas](https://avatars.githubusercontent.com/u/1159983?v=4)](https://github.com/maskas "maskas (3 commits)")[![sbtsrbayer](https://avatars.githubusercontent.com/u/5262641?v=4)](https://github.com/sbtsrbayer "sbtsrbayer (3 commits)")[![tijmenb](https://avatars.githubusercontent.com/u/233676?v=4)](https://github.com/tijmenb "tijmenb (3 commits)")[![jessedobbelaere](https://avatars.githubusercontent.com/u/1352979?v=4)](https://github.com/jessedobbelaere "jessedobbelaere (1 commits)")

---

Tags

apicontrollersmartyrudra

### Embed Badge

![Health badge](/badges/rudrax-application/health.svg)

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

###  Alternatives

[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)

PHPackages © 2026

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