PHPackages                             alustau/entec2017 - 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. [Framework](/categories/framework)
4. /
5. alustau/entec2017

ActiveProject[Framework](/categories/framework)

alustau/entec2017
=================

The Laravel Framework.

v2.1(8y ago)915[1 issues](https://github.com/alustau/entec-2017/issues)MITPHPPHP &gt;=5.6.4

Since Jun 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/alustau/entec-2017)[ Packagist](https://packagist.org/packages/alustau/entec2017)[ RSS](/packages/alustau-entec2017/feed)WikiDiscussions master Synced 2w ago

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

entec-2017 [![Latest Stable Version](https://camo.githubusercontent.com/82d0523c1e6dcf3adef464c1e68c2928c84a60d979c78c0eea87e87ac5dd71b9/68747470733a2f2f706f7365722e707567782e6f72672f616c75737461752f656e746563323031372f762f737461626c652e706e67)](https://packagist.org/packages/alustau/entec2017)
=======================================================================================================================================================================================================================================================================================================

[](#entec-2017-)

Entec 2017 is a simple project with goal to use TDD and SOLID principles

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Installation](#installation)

Features
--------

[](#features)

- Create a Doctor
- List all Doctors
- Update a Doctor
- Remove a Doctor and its appointments
- Create Appointment
- List all Appointments
- Remove Appointment

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

[](#installation)

**Version 1.0 has no patterns.**

**Version 2.1 - TDD, SOLID principles**

1- Install this project running this:

```
$ git clone https://github.com/Alustau/entec-2017.git
```

2- Enter in project folder.

```
$ cd entec-2017
```

3- Checkout on stable version.

```
$ git checkout tags/v2.1
```

4- Install the dependencies.

```
$ composer install
```

5- Set up your .env through .env.example.

6- Generate a key for .env file.

```
$ php artisan key:generate
```

7- Run database migration .

```
$ php artisan migrate
```

8- Start server using:

```
$ php artisan serve
```

AppServiceProvider
------------------

[](#appserviceprovider)

You can swap between Query Builder or Eloquent services

```
namespace App\Providers;

use ...;

class AppServiceProvider extends ServiceProvider
{
    protected $type = 'Eloquent' // Query Builder or Eloquent;
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 99% 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 ~135 days

Total

3

Last Release

3025d ago

Major Versions

v1.0 → v2.02018-03-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2944692?v=4)[Denis Alustau](/maintainers/Alustau)[@alustau](https://github.com/alustau)

---

Top Contributors

[![alustau](https://avatars.githubusercontent.com/u/2944692?v=4)](https://github.com/alustau "alustau (101 commits)")[![sama20](https://avatars.githubusercontent.com/u/12247542?v=4)](https://github.com/sama20 "sama20 (1 commits)")

---

Tags

appointmentdoctorelegancelaravellaravel-frameworkprophesizesimplesolid-principlestddframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alustau-entec2017/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.6k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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