PHPackages                             davidmgilo/timetables - 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. davidmgilo/timetables

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

davidmgilo/timetables
=====================

0.2(9y ago)039MITPHP

Since Dec 10Pushed 9y agoCompare

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

READMEChangelogDependencies (9)Versions (5)Used By (0)

timetables
==========

[](#timetables)

[![Latest Stable Version](https://camo.githubusercontent.com/dece3284cbdfbeeb5d48dacb9cc3c86c0bb365eb15e0ba2f2d8c81a2ca0886a2/68747470733a2f2f706f7365722e707567782e6f72672f64617669646d67696c6f2f74696d657461626c65732f762f737461626c65)](https://packagist.org/packages/davidmgilo/timetables)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/4843c6233d05f1b1c3bd223c0e1ec421a597b49458e70d48463a8832a678d2e4/68747470733a2f2f7472617669732d63692e6f72672f64617669646d67696c6f2f74696d657461626c65732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/davidmgilo/timetables)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/aeb695d04e3a8690ad8ae01fa42b95506f11563bef26ef22a4e1caa8eeeca112/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64617669646d67696c6f2f74696d657461626c65732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/davidmgilo/timetables/?branch=master)[![StyleCI](https://camo.githubusercontent.com/5fabe660cb637adf37c7cf3f6331482256c76c064398a9871c9cac808f291618/68747470733a2f2f7374796c6563692e696f2f7265706f732f37333431333130342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/73413104)[![Total Downloads](https://camo.githubusercontent.com/2035d8613df1974f1704a4a45b57585b2b148717f421f3723a0afa162f7bce1d/68747470733a2f2f706f7365722e707567782e6f72672f64617669646d67696c6f2f74696d657461626c65732f646f776e6c6f616473)](https://packagist.org/packages/davidmgilo/timetables)

All-year-long project.

Install
-------

[](#install)

Via Composer in a laravel project

```
$ composer require davidmgilo/timetables
```

Add to file **config/app.php** the TimetablesServiceProvider:

```
/*
* Package Service Providers
*/
Scool\Timetables\Providers\TimetablesServiceProviders::class,
```

You'll need other packages:

spatie/menu laravel/passport

Add other ServiceProviders:

```
Spatie\Menu\Laravel\MenuServiceProvider::class,
Laravel\Passport\PassportServiceProvider::class,
```

And publish files with:

```
php artisan vendor:publish --tag=scool_timetables
```

Database
--------

[](#database)

Use:

```
php artisan migrate:status

```

To see timetables migrations and run migrations with:

```
php artisan migrate

```

Factories for all models are installed in database/factories.

To use Timetables Seeders modify file database/seeds/DatabaseSeeder:

```
public function run()
{
    ...
    $this->call(TimetablesSeeder::class);
}

```

Remember to create the adequate permissions about lessons in a seeder. (browse lessons, add lessons, edit lessons, delete lessons). You can found an example [here](https://github.com/davidmgilo/timetables_test)

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ phpunit
```

See more
--------

[](#see-more)

On the presentation made via reveal.js:

[Presentation](https://davidmgilo.github.io/timetables-presentation/#/)

On the documentation via sami:

[Docs](https://davidmgilo.github.io/TimetablesDocs/)

### Other links

[](#other-links)

- [Package](https://github.com/davidmgilo/timetables)
- [Test Package](https://github.com/davidmgilo/timetables_test)
- [Official Page](https://davidmgilo.github.io/LandingPage/)
- [Demo](http://timetables.davidmartinez.sintesi.acacha.org:8080)
- [API Docs](https://davidmgilo.github.io/TimetablesDocs/)
- [Packagist](https://packagist.org/packages/davidmgilo/timetables)
- [Presentation](https://davidmgilo.github.io/timetables-presentation/#/)

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

- [David Martinez](https://github.com/davidmgilo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~186 days

Total

2

Last Release

3302d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22178504?v=4)[David Martínez Gilo](/maintainers/davidmgilo)[@davidmgilo](https://github.com/davidmgilo)

---

Top Contributors

[![davidmgilo](https://avatars.githubusercontent.com/u/22178504?v=4)](https://github.com/davidmgilo "davidmgilo (137 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/davidmgilo-timetables/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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