PHPackages                             crazy-max/cws-ovh-logs-downloader - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. crazy-max/cws-ovh-logs-downloader

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

crazy-max/cws-ovh-logs-downloader
=================================

PHP class to download the Apache access and error, FTP, CGI, Out and SSH logs available on http://logs.ovh.net from a shared hosting.

1.7.2(6y ago)427MITPHPPHP &gt;=5.3.0

Since Aug 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/crazy-max/CwsOvhLogsDownloader)[ Packagist](https://packagist.org/packages/crazy-max/cws-ovh-logs-downloader)[ Docs](https://github.com/crazy-max/CwsOvhLogsDownloader)[ RSS](/packages/crazy-max-cws-ovh-logs-downloader/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (2)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/7e54f71ed8de16691e34930b582e5638f834f1feb8de45cedaed70aae5b80273/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6372617a792d6d61782f6377732d6f76682d6c6f67732d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crazy-max/cws-ovh-logs-downloader)[![Minimum PHP Version](https://camo.githubusercontent.com/55453b8aba1f0d2c449c2dfa58e6debd503f9d637d2e474960cea8c266371e2f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e332e302d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Build Status](https://camo.githubusercontent.com/99dfd58d373136f2d6e36022dfcd3a4819bd3667790f6e6bf10af64db58a4049/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f6372617a792d6d61782f4377734f76684c6f6773446f776e6c6f616465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.com/crazy-max/CwsOvhLogsDownloader)[![Code Quality](https://camo.githubusercontent.com/a713d2c75e0aa41f8687d3a65285452268bbb76464e22693217efbe96422980d/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f36636138323837373065363934373666613364373737336638333165656333362e7376673f7374796c653d666c61742d737175617265)](https://www.codacy.com/app/crazy-max/CwsOvhLogsDownloader)[![Become a sponsor](https://camo.githubusercontent.com/2b64183536d3742cfdfdbe2a16c7a26ae05e6a3db44e513ff73defdeed344cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d6372617a792d2d6d61782d3138313731372e7376673f6c6f676f3d676974687562267374796c653d666c61742d737175617265)](https://github.com/sponsors/crazy-max)[![Donate Paypal](https://camo.githubusercontent.com/86518966c73798ed1c862566d92cd4cdd48152e30ab7f42fb7d5138138231d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d3030343537632e7376673f6c6f676f3d70617970616c267374796c653d666c61742d737175617265)](https://www.paypal.me/crazyws)

⚠️ Abandoned project
--------------------

[](#warning-abandoned-project)

This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.

Thanks to everyone for their valuable feedback and contributions.

About
-----

[](#about)

PHP class to download the Apache access and error, FTP, CGI, Out and SSH logs available on  from a shared hosting.

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

[](#installation)

```
composer require crazy-max/cws-ovh-logs-downloader
```

And download the code:

```
composer install # or update
```

Getting started
---------------

[](#getting-started)

See `tests/test.php` file sample to help you.

Example
-------

[](#example)

[![](.res/example.png)](.res/example.png)

Methods
-------

[](#methods)

**getLogsWeb** - Retrieve logs web.
**getLogsError** - Retrieve logs error.
**getLogsFtp** - Retrieve logs ftp.
**getLogsCgi** - Retrieve logs cgi.
**getLogsOut** - Retrieve logs out.
**getLogsSsh** - Retrieve logs ssh.
**getAll** - Retrieve all logs types.

**setNic** - Set the OVH NIC-handle. (e.g. AB1234-OVH).
**setPassword** - Set the OVH NIC-handle password.
**getDomain** - Your OVH domain.
**setDomain** - Set the OVH domain (e.g. crazyws.fr).
**getDlPath** - The download directory.
**setDlPath** - Set the download directory. (default 'logs/')
**isDlEnable** - Is downloading enable.
**setDlEnable** - Set download activation. (default false)
**isOverwrite** - Is overwriting enable.
**setOverwrite** - Set overwrite activation. (default false)
**getError** - Get the last error.

How can I help ?
----------------

[](#how-can-i-help-)

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) 👏 or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

License
-------

[](#license)

MIT. See `LICENSE` for more details.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~289 days

Total

5

Last Release

2441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2ac50dd173150fc9339728d7b2b1c872b6853111b20e4569844e215f644f632?d=identicon)[crazy-max](/maintainers/crazy-max)

---

Top Contributors

[![crazy-max](https://avatars.githubusercontent.com/u/1951866?v=4)](https://github.com/crazy-max "crazy-max (19 commits)")

---

Tags

apachecgiftpovh-domainphpretrieve-logsssh-logsftpsshlogsovhapachecgihosting

### Embed Badge

![Health badge](/badges/crazy-max-cws-ovh-logs-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/crazy-max-cws-ovh-logs-downloader/health.svg)](https://phpackages.com/packages/crazy-max-cws-ovh-logs-downloader)
```

###  Alternatives

[opcodesio/log-viewer

Fast and easy-to-use log viewer for your Laravel application

4.4k10.9M80](/packages/opcodesio-log-viewer)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[backpack/logmanager

An interface to preview, download and delete Laravel log files.

280721.1k3](/packages/backpack-logmanager)[kassner/log-parser

PHP Log Parser Library

344455.6k7](/packages/kassner-log-parser)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151418.3k4](/packages/jackiedo-log-reader)[treblle/treblle-laravel

Runtime Intelligence Platform

135226.0k](/packages/treblle-treblle-laravel)

PHPackages © 2026

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