PHPackages                             sibers/sibers-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. [Framework](/categories/framework)
4. /
5. sibers/sibers-api

ActiveProject[Framework](/categories/framework)

sibers/sibers-api
=================

The Sibers API framework

1.0.2(8y ago)313MITPHPPHP &gt;=7.0

Since Jan 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/awersatos/sibers-api)[ Packagist](https://packagist.org/packages/sibers/sibers-api)[ Docs](https://github.com/awersatos/sibers-api)[ RSS](/packages/sibers-sibers-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (27)Versions (4)Used By (0)

[![Sibers API](https://camo.githubusercontent.com/739142939d97c64362d8faf0969f8852cdacfe979fd3f610f8ae67701a997672/68747470733a2f2f7369626572732e636f6d2f696d616765732f6c6f676f2e706e67)](https://camo.githubusercontent.com/739142939d97c64362d8faf0969f8852cdacfe979fd3f610f8ae67701a997672/68747470733a2f2f7369626572732e636f6d2f696d616765732f6c6f676f2e706e67)

Sibers API (based by API Platform) is a next-generation web framework designed to easily create API-first projects without compromising extensibility and flexibility:

- Design your own data model as plain old PHP classes or import an existing one from the [Schema.org](https://schema.org/) vocabulary
- **Expose in minutes a hypermedia REST API** with pagination, data validation, access control, relation embedding, filters and error handling...
- Benefit from Content Negotiation: [JSON-LD](http://json-ld.org), [Hydra](http://hydra-cg.com), [HAL](http://stateless.co/hal_specification.html), [YAML](http://yaml.org/), [JSON](http://www.json.org/), [XML](https://www.w3.org/XML/) and [CSV](https://www.ietf.org/rfc/rfc4180.txt) are supported out of the box
- Enjoy the **beautiful automatically generated API documentation** (Swagger/OpenAPI)
- Add [**a convenient Material Design administration interface**](https://github.com/api-platform/admin) built with [React](https://facebook.github.io/react/) without writing a line of code
- **Scaffold a fully functional Single-Page-Application** built with [React](https://facebook.github.io/react/), [Redux](http://redux.js.org/), [React Router](https://reacttraining.com/react-router/) and [Bootstrap](https://getbootstrap.com/) thanks to [the CRUD generator](github.com/api-platform/generate-crud)
- Install a development environment and deploy your project in production using **[Docker](https://docker.com)**
- Easily add **[JSON Web Token](https://jwt.io/) or [OAuth](https://oauth.net/) authentication**
- Create specs and tests with a **developer friendly API testing tool** on top of [Behat](http://behat.org/)

Sibers API embraces open web standards (Swagger, JSON-LD, Hydra, HAL, JWT, OAuth, HTTP...) and the [Linked Data](https://www.w3.org/standards/semanticweb/data) movement. Your API will automatically expose structured data in Schema.org/JSON-LD. It means that your API Platform application is usable **out of the box** with technologies of the semantic web.

It also means that **your SEO will be improved** because **[Google leverages these formats](https://developers.google.com/structured-data/)**.

Last but not least, Sibers API is built on top of the [Symfony](https://symfony.com) framework. It means than you can:

- use **thousands of Symfony bundles** with API Platform
- integrate API Platform in **any existing Symfony application**
- reuse **all your Symfony skills** and benefit of the incredible amount of Symfony documentation
- enjoy the popular [Doctrine ORM](http://www.doctrine-project.org/projects/orm.html) (used by default, but fully optional: you can use the data provider you want, including but not limited to MongoDB ODM and ElasticSearch)

Install
-------

[](#install)

Run **composer require sibers/sibers-api-bundle**. After installation required generation SSH keys.

$ mkdir -p var/jwt # For Symfony3+, no need of the -p option
$ openssl genrsa -out var/jwt/private.pem -aes256 4096
$ openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem

Configure your parameters.yml

jwt\_private\_key\_path: '%kernel.root\_dir%/../var/jwt/private.pem' # ssh private key path
jwt\_public\_key\_path: '%kernel.root\_dir%/../var/jwt/public.pem' # ssh public key path
jwt\_key\_pass\_phrase: '' # ssh key pass phrase
jwt\_token\_ttl: 3600

Credits
-------

[](#credits)

Created by Alexander Gordeychik.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~1 days

Total

3

Last Release

3088d ago

### Community

Maintainers

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

###  Code Quality

TestsBehat

### Embed Badge

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

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

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