PHPackages                             zeliard91/orange-hotspot - 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. zeliard91/orange-hotspot

ActiveLibrary

zeliard91/orange-hotspot
========================

Orange hotspot connexion util

1.0.0(12y ago)06MITPHPPHP &gt;=5.3.3

Since Apr 18Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zeliard91/orange-hotspot)[ Packagist](https://packagist.org/packages/zeliard91/orange-hotspot)[ RSS](/packages/zeliard91-orange-hotspot/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

orange-hotspot
==============

[](#orange-hotspot)

Php command line utilities to check and login to orange public hotspots. Usefull to maintain connexion.

Requirements
------------

[](#requirements)

- PHP CLI v5.3.3 minimum
- `You have to be associated with the hotspot`, theses scripts only cares about the authentification process

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

[](#installation)

Installation is a quick process, you just have to install it whith composer :

```
$ php composer.phar create-project --prefer-dist zeliard91/orange-hotspot ./orange-hostpost dev-master
```

Configuration
-------------

[](#configuration)

The only configuration variables are the credentials to login to an orange hostpot. (email adress and password) The install process should have asked you these values.

If you want to modify them, they are in the YAML file app/config/parameters.yml

```
# app/config/parameters.yml
parameters:
    login: email@orange.fr
    pass: secret
```

Usage
-----

[](#usage)

All commands are non verbose by default, don't forget to add the -v option to see information messages, they are anyway send to syslog.

### Verification

[](#verification)

```
$ php app/console orange:status -v
```

Send request to [www.google.com](http://www.google.com) and check if this is really google (Orange hostposts redirects to the authentification page if you are not logged in)

### Check and login

[](#check-and-login)

```
$ php app/console orange:check -v
```

If you're not logged in, this command submits your credentials to authenticate.

### Disconnect

[](#disconnect)

```
$ php app/console orange:logout -v
```

Just for fun.

Maintain connexion
------------------

[](#maintain-connexion)

If you want to maintain the connexion, you just have to call regulary the check command by crontab :

```
*/5 * * * * /usr/bin/php /fullpath/app/console orange:check
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4406d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3148652?v=4)[Damien Matabon](/maintainers/zeliard91)[@zeliard91](https://github.com/zeliard91)

---

Top Contributors

[![zeliard91](https://avatars.githubusercontent.com/u/3148652?v=4)](https://github.com/zeliard91 "zeliard91 (5 commits)")

### Embed Badge

![Health badge](/badges/zeliard91-orange-hotspot/health.svg)

```
[![Health](https://phpackages.com/badges/zeliard91-orange-hotspot/health.svg)](https://phpackages.com/packages/zeliard91-orange-hotspot)
```

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)[symfony/mcp-bundle

Symfony integration bundle for Model Context Protocol (via official mcp/sdk)

40170.8k10](/packages/symfony-mcp-bundle)

PHPackages © 2026

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