PHPackages                             jadchaar/sec-edgar-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jadchaar/sec-edgar-downloader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jadchaar/sec-edgar-downloader
=============================

A port of jadchaar/sec-edgar-downloader from the python library

013PHP

Since Aug 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rkeshwani/php_sec_edgar_downloader)[ Packagist](https://packagist.org/packages/jadchaar/sec-edgar-downloader)[ RSS](/packages/jadchaar-sec-edgar-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ported over from python. Original Repo: \[[https://github.com/jadchaar/sec-edgar-downloader/blob/master/sec\_edgar\_downloader](https://github.com/jadchaar/sec-edgar-downloader/blob/master/sec_edgar_downloader)\]

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

[](#installation)

To add this library to your `composer.json` file, you can run the following command in your project directory:

`composer require jadchaar/sec_edgar_downloader`

Note your composer file will need to allow development level stability to use for now.

Example Usage
-------------

[](#example-usage)

```
 use Jadchaar\SecEdgarDownloader\Downloader;
 $filepath = 'sec-documents/';
 $downloader = new Downloader($filepath);
 $filing = '10-K';
 $ticker_or_cik = 'AAPL';
 $amount = 10;
 $before_date = '2023-08-19';
 $after_date = '2021-01-01';
 $include_amends = true;
 $download_details = true;
 $query = '';
 $user_agent = 'Company Name employee@company.com';

 $num_filings = $downloader->get(
     $filing,
     $ticker_or_cik,
     $amount,
     $before_date,
     $after_date,
     $include_amends,
     $download_details,
     $query,
     $user_agent
 );

 echo "Number of unique filings downloaded: " . $num_filings;
```

Todo List
---------

[](#todo-list)

- Abstract HTTP client
- Parameterize rate limit with default
- Allow downloading different file types
- Enable different file type paths besides local file systems

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/873f7eef1ca6c60a9f2d591b7bf704a8456b9c0e82c3a5a7031c2729dada0a02?d=identicon)[rkeshwani](/maintainers/rkeshwani)

---

Top Contributors

[![rkeshwani](https://avatars.githubusercontent.com/u/11433958?v=4)](https://github.com/rkeshwani "rkeshwani (24 commits)")

### Embed Badge

![Health badge](/badges/jadchaar-sec-edgar-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/jadchaar-sec-edgar-downloader/health.svg)](https://phpackages.com/packages/jadchaar-sec-edgar-downloader)
```

###  Alternatives

[pharaonic/livewire-select2

Simple way to handle the Select2 for livewire components.

4477.3k](/packages/pharaonic-livewire-select2)[vmwarephp/vmwarephp

Vmware vSphere bindings for PHP

7818.8k](/packages/vmwarephp-vmwarephp)[orrison/cumulus

Import DNS records from Laravel Vapor into Cloudflare

3817.1k](/packages/orrison-cumulus)[friends-of-hyva/magento2-crawler-session

Prevent crawlers from creating a session

155.8k](/packages/friends-of-hyva-magento2-crawler-session)

PHPackages © 2026

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