PHPackages                             code711/code711-api - 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. [API Development](/categories/api)
4. /
5. code711/code711-api

AbandonedTypo3-cms-extension[API Development](/categories/api)

code711/code711-api
===================

An API for accessing TYPO3 data

1.0.6(3y ago)02.2k1MITPHP

Since Feb 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/codeseveneleven/code711-api)[ Packagist](https://packagist.org/packages/code711/code711-api)[ RSS](/packages/code711-code711-api/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Code711 API
===========

[](#code711-api)

We published an extension to retrieve the current TYPO3 release of a remote project with a simple link like .

The extension implements a simple REST API using the micro framework slim. Thanks to B13 and extension b13/slimphp-bridge.

1. Get the extension:
2. Add config: In sites/\[site\]/config.yaml add:

```
imports:
- resource: EXT:code711_api/Configuration/Routes/Api.yaml
```

3. Add credentials: We use basic authentication to prevent open access to the current release for security reasons. The credentials could be stored in .env file in project root.

```
REST_API_USER=XXX
REST_API_PW=XXX
```

4. Flush cache
5. Test For testing REST API you can use the Postman REST Client:

### Special Environments

[](#special-environments)

Some environments (e.g. Mittwald) need additional configuration to work with the REST API behind a basic authentication. When using **CGI/FastCGI** mode, it can happen that the Authorization header is not passed to PHP by default.

Therefore, you need to add the following line to your `.htaccess` file:

```
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% 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 ~6 days

Total

7

Last Release

1185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fe42b338d9a56b03685815a4d6b198d7d78be7d75859f0e8978c88f4605afe?d=identicon)[code711](/maintainers/code711)

---

Top Contributors

[![pottmar12bis3](https://avatars.githubusercontent.com/u/75417075?v=4)](https://github.com/pottmar12bis3 "pottmar12bis3 (23 commits)")[![peter-neumann-dev](https://avatars.githubusercontent.com/u/75690659?v=4)](https://github.com/peter-neumann-dev "peter-neumann-dev (1 commits)")

### Embed Badge

![Health badge](/badges/code711-code711-api/health.svg)

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

###  Alternatives

[google/apiclient

Client library for Google APIs

9.8k205.9M1.1k](/packages/google-apiclient)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1143.1M19](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1112.0M6](/packages/plivo-php-sdk)[hn/typo3-mcp-server

TYPO3 extension that provides a Model Context Protocol (MCP) server for interacting with TYPO3 pages and records

8523.4k1](/packages/hn-typo3-mcp-server)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27584.5k4](/packages/apigee-apigee-client-php)

PHPackages © 2026

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