PHPackages                             ocdladefense/appserver-car - 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. ocdladefense/appserver-car

ActiveWordpress-theme

ocdladefense/appserver-car
==========================

A module for viewing and managing case review data.

v4.12.7(3y ago)02232MITPHP

Since Feb 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ocdladefense/appserver-car)[ Packagist](https://packagist.org/packages/ocdladefense/appserver-car)[ RSS](/packages/ocdladefense-appserver-car/feed)WikiDiscussions development Synced today

READMEChangelogDependencies (3)Versions (40)Used By (2)

Appserver CAR Module
====================

[](#appserver-car-module)

Example queries
---------------

[](#example-queries)

SELECT id, title, plaintiff, defendant, published\_date, decision\_date FROM car ORDER BY decision\_date DESC;

SELECT \* FROM car WHERE year=2022 AND month=2 AND published\_date=0000-00-0 ORDER BY day DESC;

UPDATE car SET decision\_date = CAST(CONCAT\_WS("-",year,month,day) AS DATE) WHERE year=2022 AND month=2 AND published\_date=0000-00-0

UPDATE car SET decision\_date = 20220224 WHERE year=2022 AND month=2

SELECT CAST(CONCAT\_WS("-",year,month,day) AS DATE) FROM car WHERE year=2022 AND month=2

UPDATE car SET decision\_date = STR\_TO\_DATE(CONCAT\_WS("-",year,month,day),'%Y-%m,%d') WHERE year=2022 AND month=2 AND published\_date=0000-00-0

SELECT id, published\_date, decision\_date FROM car WHERE year=2022 AND month=2

SELECT CONCAT\_WS("-",year,month,day) FROM car WHERE year=2022

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

[](#installation)

### Summary

[](#summary)

Installation consists of a PHP executable component and a MySQL database component.

### PHP Executable

[](#php-executable)

1. Clone this repository into your local Appserver's /modules directory.
2. Rename the newly-downloaded repository directory to car/.
3. Validate that the config/config.php contains database-related options for setting the database name, username and password.
    - This section should be completed with the values chosen in the "MySQL Database" section, below.

### MySQL Database

[](#mysql-database)

1. Identify the data/sql folder and data/sql/car.sql file in this repo.
    - This SQL file contains data to be imported into your Appserver's database.
2. Open your WAMP --&gt; phpMyAdmin database utility.
3. Login using the default "superuser" credentials:
    - username: root
    - password: \[the default root password is empty\]
4. Familiarize yourself with the user interface.
5. Create a new database; you can name it anything, but let's give preference to "ocdla."
6. Optionally, use phpMyAdmin to create an additional user (separate from the root user) with access to the new database.
    - A MySQL user consists of a username, password and a set of privileges for a given database or database.table combination.
7. Identify the import functionality and either select the car.sql file for upload/import or copy and paste its contents into the phpMyAdmin interface; execute the import.
    - The car.sql imports both the new car table/schema and data (rows) into the database server.
8. Use phpMyAdmin to browse the newly-imported data; validate that the data from car.sql was imported successfully.
9. Configure the Appserver's config/config.php database section with the values for database name and username and password.

### Validate installation

[](#validate-installation)

To validate installation of the car repo + data, navigate to .

Example endpoints - this project
--------------------------------

[](#example-endpoints---this-project)

### View list of case reviews

[](#view-list-of-case-reviews)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 58.9% 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 ~24 days

Total

38

Last Release

1398d ago

Major Versions

v0.0.2 → v1.02021-06-30

v1.0 → v2.0.02022-01-20

v2.0.3 → v3.0.02022-02-10

v3.3.4 → v4.02022-03-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6232180?v=4)[ocdladefense](/maintainers/ocdladefense)[@ocdladefense](https://github.com/ocdladefense)

---

Top Contributors

[![jbernal](https://avatars.githubusercontent.com/u/2598974?v=4)](https://github.com/jbernal "jbernal (99 commits)")[![SherlockJake](https://avatars.githubusercontent.com/u/54752969?v=4)](https://github.com/SherlockJake "SherlockJake (22 commits)")[![ocdladefense](https://avatars.githubusercontent.com/u/6232180?v=4)](https://github.com/ocdladefense "ocdladefense (21 commits)")[![PatrickSBJ](https://avatars.githubusercontent.com/u/39396153?v=4)](https://github.com/PatrickSBJ "PatrickSBJ (13 commits)")[![nicholasglesmann](https://avatars.githubusercontent.com/u/48044618?v=4)](https://github.com/nicholasglesmann "nicholasglesmann (12 commits)")[![JacobFelten](https://avatars.githubusercontent.com/u/49732696?v=4)](https://github.com/JacobFelten "JacobFelten (1 commits)")

### Embed Badge

![Health badge](/badges/ocdladefense-appserver-car/health.svg)

```
[![Health](https://phpackages.com/badges/ocdladefense-appserver-car/health.svg)](https://phpackages.com/packages/ocdladefense-appserver-car)
```

PHPackages © 2026

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