PHPackages                             ataxo/copycopter-php-client - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. ataxo/copycopter-php-client

ActiveLibrary[Localization &amp; i18n](/categories/localization)

ataxo/copycopter-php-client
===========================

Nette Translator library for loading translates from copycopter.

101PHP

Since Jun 9Pushed 13y ago6 watchersCompare

[ Source](https://github.com/Ataxo/copycopter-php-klient)[ Packagist](https://packagist.org/packages/ataxo/copycopter-php-client)[ RSS](/packages/ataxo-copycopter-php-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Copycopter PHP Client
=====================

[](#copycopter-php-client)

Nette Translator library for loading translates from copycopter.

Requirements
------------

[](#requirements)

- [Nette Framework 2.0.7](http://nette.org) or higher. (PHP 5.3 edition)
- [Kdyby/Curl](https://github.com/Kdyby/Curl) - Curl wrapper for Nette Framework.

Usage
-----

[](#usage)

Place class into libs dir. To load translator we recommend implement class initialization into config.neon and load as context variable into templates.

```
common:
	parameters:
		copycopterApiKey: yourApiKey
	services:
		translator: Translator(%copycopterApiKey%)
```

In BasePresenter.php:

```
startup(){
    $this->template->setTranslator($this->context->translator);
}

```

In PHP:

```
t('string to translate')

```

Copyright
---------

[](#copyright)

Ondrej Podolinský, 2013, [Ataxo Interactive a.s.](http://www.ataxointeractive.com)

License
-------

[](#license)

LGPL

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec7368766452e89fb1c2f5a92569d82e72a36387724a03fbfea711fea0e498d1?d=identicon)[podolinek](/maintainers/podolinek)

---

Top Contributors

[![podolinek](https://avatars.githubusercontent.com/u/1062993?v=4)](https://github.com/podolinek "podolinek (10 commits)")

### Embed Badge

![Health badge](/badges/ataxo-copycopter-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/ataxo-copycopter-php-client/health.svg)](https://phpackages.com/packages/ataxo-copycopter-php-client)
```

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)

PHPackages © 2026

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