PHPackages                             ventureleap/leap-one-php-sdk - 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. ventureleap/leap-one-php-sdk

ActiveSymfony-bundle[API Development](/categories/api)

ventureleap/leap-one-php-sdk
============================

2.0.x-dev(4y ago)04.2kPHP

Since Jan 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ventureleap/leap-one-php-sdk)[ Packagist](https://packagist.org/packages/ventureleap/leap-one-php-sdk)[ RSS](/packages/ventureleap-leap-one-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

LEAP.one PHP SDK
================

[](#leapone-php-sdk)

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

[](#installation)

1. Require the bundle via:

```
composer require ventureleap/leap-one-php-sdk dev-main
```

2. Add the following variables to your .env.local:

```
LEAP_ONE_ENDPOINT_URL='https://api-test.leap1.de:8000'
LEAP_ONE_APP_ID=''
LEAP_ONE_APP_SECRET=''

```

3. (optional) Add the routes

```
    leap_one_php_sdk:
        resource: "@LeapOnePhpSdkBundle/Resources/config/routes.yaml"
        prefix:   /
```

4. (optional) Modify your security config file This part requires that you already implemented the logic for using users from the LEAP.one User Service.

```
        encoders:
            VentureLeap\LeapOnePhpSdk\Model\User\User:
                algorithm: auto
        providers:
            customer_provider:
                id: VentureLeap\LeapOnePhpSdk\Services\User\UserProvider
        firewalls:
            dev:
                pattern: ^/(_(profiler|wdt)|css|images|js)/
                security: false
            main:
                pattern: /
                anonymous: true
                lazy: true
                guard:
                    authenticators:
                        - VentureLeap\LeapOnePhpSdk\Services\Security\LoginFormAuthenticator
                logout:
                    path: leap_one_user_logout
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1691d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca75d6c7e6b2bbef79e67669d37210e38a37ad4fa010d94b8b06c1d6a16a1daf?d=identicon)[mail@danwer.de](/maintainers/mail@danwer.de)

---

Top Contributors

[![escalantef](https://avatars.githubusercontent.com/u/15022972?v=4)](https://github.com/escalantef "escalantef (42 commits)")[![danwer81](https://avatars.githubusercontent.com/u/6343334?v=4)](https://github.com/danwer81 "danwer81 (33 commits)")[![babadee08](https://avatars.githubusercontent.com/u/2856814?v=4)](https://github.com/babadee08 "babadee08 (21 commits)")[![henryfoster](https://avatars.githubusercontent.com/u/16246186?v=4)](https://github.com/henryfoster "henryfoster (4 commits)")[![djordjedotlic](https://avatars.githubusercontent.com/u/23506486?v=4)](https://github.com/djordjedotlic "djordjedotlic (3 commits)")[![FredNandrin](https://avatars.githubusercontent.com/u/7701899?v=4)](https://github.com/FredNandrin "FredNandrin (1 commits)")[![kingpfogel](https://avatars.githubusercontent.com/u/27900682?v=4)](https://github.com/kingpfogel "kingpfogel (1 commits)")

### Embed Badge

![Health badge](/badges/ventureleap-leap-one-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ventureleap-leap-one-php-sdk/health.svg)](https://phpackages.com/packages/ventureleap-leap-one-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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