PHPackages                             codedefective/translateandsearch - 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. codedefective/translateandsearch

ActiveLibrary

codedefective/translateandsearch
================================

Translate and Search

v1.0(6y ago)02CSSPHP ^7.2

Since May 19Pushed 6y agoCompare

[ Source](https://github.com/codedefective/translateandsearch)[ Packagist](https://packagist.org/packages/codedefective/translateandsearch)[ RSS](/packages/codedefective-translateandsearch/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Translate and Search
====================

[](#translate-and-search)

Introduction
------------

[](#introduction)

This application is a translation application that uses the Zend Framework infrastructure and takes its power from Google Artificial Intelligence.

It also focuses on the words you want to search after translation.

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

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

Clone the repository and manually invoke `composer` using the shipped `composer.phar`:

```
cd my/project/dir
git clone git://github.com/codedefective/translateandsearch.git
cd translateandsearch
php composer.phar self-update
php composer.phar install

```

(The `self-update` directive is to ensure you have an up-to-date `composer.phar`available.)

Using Git submodules
--------------------

[](#using-git-submodules)

Alternatively, you can install using native git submodules:

```
git clone git://github.com/codedefective/translateandsearch.git --recursive

```

Web Server Setup
----------------

[](#web-server-setup)

### PHP CLI Server

[](#php-cli-server)

The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:

```
php -S 0.0.0.0:8080 -t public/ public/index.php

```

This will start the cli-server on port 8080, and bind it to all network interfaces.

\*\*Note: \*\* The built-in CLI server is *for development only*.

### Apache Setup

[](#apache-setup)

To setup apache, setup a virtual host to point to the public/ directory of the project and you should be ready to go! It should look something like below:

```

    ServerName translateandsearch.localhost
    DocumentRoot /path/to/translateandsearch/public
    SetEnv APPLICATION_ENV "development"

        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2553d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42773632?v=4)[Erdem AKBULUT](/maintainers/codedefective)[@codedefective](https://github.com/codedefective)

---

Top Contributors

[![codedefective](https://avatars.githubusercontent.com/u/42773632?v=4)](https://github.com/codedefective "codedefective (9 commits)")

---

Tags

google-translate-apijavasphpzend-framework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codedefective-translateandsearch/health.svg)

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

###  Alternatives

[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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