PHPackages                             alexleotz/necta-results-scraper - 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. alexleotz/necta-results-scraper

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

alexleotz/necta-results-scraper
===============================

This package provides a PHP script that allows you to scrape students' results from the National Examinations Council of Tanzania (NECTA) website.

v1.0.2(1y ago)0481[1 PRs](https://github.com/AlexLeoTz/necta-results-scraper/pulls)MITPHPPHP &gt;=7.0.0

Since Mar 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AlexLeoTz/necta-results-scraper)[ Packagist](https://packagist.org/packages/alexleotz/necta-results-scraper)[ RSS](/packages/alexleotz-necta-results-scraper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Necta Results Scraper
=====================

[](#necta-results-scraper)

This package provides a PHP script to scrape student results from the National Examinations Council of Tanzania (NECTA) website.

**Requirements:**

- PHP 7.0 or higher
- Composer

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

[](#installation)

Install the package using Composer:

```
composer require alexleotz/necta-results-scraper
```

Usage
-----

[](#usage)

Use the static `results` method of the `NectaResultScraper` class, passing the student's index number as argument.

Example usage:

```
