PHPackages                             tigo/curriculum - 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. [Database &amp; ORM](/categories/database)
4. /
5. tigo/curriculum

ActiveLibrary[Database &amp; ORM](/categories/database)

tigo/curriculum
===============

migrate curriculum tables to database

v0.0.1(5y ago)14MITPHPPHP &gt;= 7.0

Since Jun 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tigoCaval/curriculum-tables)[ Packagist](https://packagist.org/packages/tigo/curriculum)[ Fund](https://www.paypal.com/donate?hosted_button_id=5PG6N2SFW2ZHL)[ Fund](https://www.paypal.com/donate?hosted_button_id=CDAV425UPG2E2)[ RSS](/packages/tigo-curriculum/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Curriculum
==========

[](#curriculum)

Migrate curriculum tables to database

- MIT license. ***Feel free to use this project***. ***Leave a star ⭐ or make a fork !***
- Download package: `composer require tigo/curriculum`

*If you found this project useful, consider making a donation to support the developer.*

[![paypal](https://camo.githubusercontent.com/1c212254bf14c516a7571bbb8b8a1679967080453a6ba3a222491e973b6877dd/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f70745f42522f42522f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/donate?hosted_button_id=5PG6N2SFW2ZHL)[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/donate?hosted_button_id=CDAV425UPG2E2)

Modeling
========

[](#modeling)

[Click here](https://github.com/tigoCaval/curriculum-tables/blob/main/modeling/cv_modeling.png) to check out the database modeling

Introduction
============

[](#introduction)

### Getting started

[](#getting-started)

Starting with composer

1. Install composer
2. Download package: `composer require tigo/curriculum`
3. PHP &gt;= 7.0; Versions that have been tested: 7.3.23, 8.0.1 e 8.0.3.

### Configure database

[](#configure-database)

```
 directory: src/Base/Interfaces/IConnect.php

```

The default configuration uses the sqlite database. You can choose to use mysql or sqlite.

```
 /*const DATABASE = "mysql:";
   const HOST = "host=localhost;";
   const DBNAME = "dbname=name";
   const USER = "";
   const PASS = "";*/

   const DATABASE = "sqlite:".__DIR__."../../database.db";
   const HOST = "";
   const DBNAME = "";
   const USER = null;
   const PASS = null;
```

Somewhere in your project, you may need to use autoload

```
include __DIR__ ."/vendor/autoload.php";
```

Example: Migrating Tables to Database

```
 use Tigo\Curriculum\Job\Curriculum; // import class

 $table = new Curriculum();
 $table->sqlite(); //migrate sqlite tables
 $table->mysql(); //migrate mysql tables

```

Supporting this project
-----------------------

[](#supporting-this-project)

If you are interested in supporting this project, you can help in many ways. Leave a star ⭐ or make a donation of any value.

Sponsor supporting this project
-------------------------------

[](#sponsor-supporting-this-project)

- \[\]

Contributors
------------

[](#contributors)

[![](https://avatars.githubusercontent.com/u/19934116?v=4) ](https://github.com/tigoCaval)

- [List of contributors](https://github.com/tigoCaval/curriculum-tables/graphs/contributors)

License
-------

[](#license)

MIT license. See the archive [License](https://github.com/tigoCaval/curriculum-tables/blob/main/LICENSE)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f4b80fc9ba8d77c8b32d353d540dbd116ca6402f693e132aa7b1c21c15db39f?d=identicon)[tigopereira](/maintainers/tigopereira)

---

Top Contributors

[![tigoCaval](https://avatars.githubusercontent.com/u/19934116?v=4)](https://github.com/tigoCaval "tigoCaval (12 commits)")

---

Tags

curriculumcurriculum-vitaedatabasemysqlphpsqlitedatabasecurriculum vitaecurriculum

### Embed Badge

![Health badge](/badges/tigo-curriculum/health.svg)

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k605.0M6.8k](/packages/doctrine-dbal)[doctrine/orm

Object-Relational-Mapper for PHP

10.2k300.5M7.5k](/packages/doctrine-orm)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k254.4M4.1k](/packages/doctrine-doctrine-bundle)[doctrine/migrations

PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.

4.8k217.3M547](/packages/doctrine-migrations)[doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

2.9k143.6M586](/packages/doctrine-data-fixtures)[robmorgan/phinx

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.

4.5k48.7M460](/packages/robmorgan-phinx)

PHPackages © 2026

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