PHPackages                             abruno/unipvlectures - 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. abruno/unipvlectures

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

abruno/unipvlectures
====================

The package allows to retrieve data lectures data from the unipv engineering websites

2.0.1(1y ago)050PHPPHP ^8.1

Since Nov 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/antonio8101/unipvlectures)[ Packagist](https://packagist.org/packages/abruno/unipvlectures)[ RSS](/packages/abruno-unipvlectures/feed)WikiDiscussions 1.x Synced 1mo ago

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

Unipv Engineering Lectures Laravel Package
==========================================

[](#unipv-engineering-lectures-laravel-package)

unipv/lectures
--------------

[](#unipvlectures)

This package allows to retrieve data from the engineering websites of the University of Pavia.

### Installation

[](#installation)

```
composer require abruno/unipvlectures
```

Once the package is installed package assets must be published by using the artisan command `vendor:publish`

```
php artisan vendor:publish --provider="UnipvLectures\Providers\UnipvLectureProvider"
```

In order to be able to use package assets, package service provider should be registered in your application. Go to the file `config/app.php`.

```
  'providers' => [

   // other service providers

   /*
   * Package Service Providers...
   */
   UnipvLectures\Providers\UnipvLectureProvider::class,

   // other Service Providers...

   ],
```

After service provider is configured, and package assets are published, migration should be run.

```
php artisan migrate
```

Migration will create `lectures, courses, teachers, teacher_courses` in your database. Once table are created command `unipv:import-lectures` must be called.

Provide then the right configuration in `config/unipvlectures.php`, variables `courses_urls` and `lectures_urls`.

```
php artisan unipv:lecturer-import
```

Wait till the command ends the import.

After data is imported you can start by creating a `blade template`. Once it has been created provide its name still in the configuration `config/unipvlectures.php`, `template`.

```
  return [

    /*
    |--------------------------------------------------------------------------
    | Default Template
    |--------------------------------------------------------------------------
    |
    | This option controls the template used by the root to display data.
    |
    */

    'template' => '',

    /*
    |--------------------------------------------------------------------------
    | Urls used to retrieve Classes
    |--------------------------------------------------------------------------
    |
    | This option sets the url where to retrieve course names.
    |
    */

    'courses_urls' => [],

    /*
    |--------------------------------------------------------------------------
    | Urls used to retrieve Lecturers
    |--------------------------------------------------------------------------
    |
    | This option sets the url where to retrieve the lectures.
    |
    */

    'lectures_urls' => [],
];
```

To see the timetable open the linK:

```

http://localhost:8000/lectures

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance43

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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 ~137 days

Recently: every ~203 days

Total

7

Last Release

453d ago

Major Versions

1.x-dev → 2.0.02023-04-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f25719a78a45501f1bf4529c038466e7431bf9449fc094f0f1d0710c043f0ab?d=identicon)[antonio8101](/maintainers/antonio8101)

---

Top Contributors

[![antonio8101](https://avatars.githubusercontent.com/u/300245?v=4)](https://github.com/antonio8101 "antonio8101 (23 commits)")

### Embed Badge

![Health badge](/badges/abruno-unipvlectures/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)

PHPackages © 2026

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