PHPackages                             montealegreluis/carmsys - 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. montealegreluis/carmsys

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

montealegreluis/carmsys
=======================

CMS (Car Management System) for Checo Pérez

011PHP

Since Mar 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/MontealegreLuis/dgztl)[ Packagist](https://packagist.org/packages/montealegreluis/carmsys)[ RSS](/packages/montealegreluis-carmsys/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Car Management Test
===================

[](#car-management-test)

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

[](#installation)

### Install Composer

[](#install-composer)

To install Composer run the folwing command in your Apache document root folder.

```
curl -s https://getcomposer.org/installer | php

```

### Install the project

[](#install-the-project)

Create the project using the `composer.phar` file recently downloaded.

```
php composer.phar create-project --stability="dev" montealegreluis/carmsys dgztl

```

This command will install the project in a folder named `dgztl`. Enter `Y` when prompted to remove the VCS files.

### Create the database and load initial data

[](#create-the-database-and-load-initial-data)

In order to use the configuration in the project as is, you will have to run the following command in your MySQL server instance.

```
GRANT ALL PRIVILEGES on car_mgmt_sys.* TO checo_perez@localhost IDENTIFIED BY 'Ch3c0_p3r3z';

```

You can use your own user by modifying the file `config/databases.yml` providing valid credentials.

`cd` to your `dgztl` folder and run the following command to create the database

```
./symfony doctrine:build-db

```

Run the following command to create the database schema

```
./symfony doctrine:insert-sql

```

Run the following command to load the initial data

```
./symfony doctrine:data-load

```

### Configure a virtual host

[](#configure-a-virtual-host)

Add this line to your `hosts` file (`/etc/hosts`)

```
127.0.0.1 checoperez.dev

```

Add this to your Apache's `vhost.conf` file (`/etc/httpd/conf.d/vhosts.conf`)

```
#
# checoperez.dev
#

    ServerName checoperez.dev
    DocumentRoot /path/to/documentroot/dgztl/web

        Options Indexes MultiViews FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all

```

Create a symlink to the application assets

```
cd web/
ln -s ../lib/vendor/symfony/symfony1/data/web/sf/ sf

```

Restart Apache

```
sudo service httpd restart

```

### Run the application

[](#run-the-application)

Open a browser and go to

```
http://checoperez.dev

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b46ca75e5efbee595c4a105f3c04f86aee6c7c5dade060fb4c194209c6195c4?d=identicon)[MontealegreLuis](/maintainers/MontealegreLuis)

### Embed Badge

![Health badge](/badges/montealegreluis-carmsys/health.svg)

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

###  Alternatives

[gburtini/distributions

PHP implementation of a number of statistical probability distributions: normal, beta, gamma, etc.

58517.0k2](/packages/gburtini-distributions)[v17development/flarum-seo

Adds SEO tags for your Flarum forum

4998.7k2](/packages/v17development-flarum-seo)

PHPackages © 2026

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