pimple.sensiolabs.org | Website analytics by TrustRadar
Blurry colored background
pimple.sensiolabs.org Dependency Injection PHP Container Web Development

Pimple is a simple Dependency Injection Container for PHP applications. It is designed to be easy to use and understand, providing a straightforward way to manage service objects and parameters in your PHP applications. Pimple is widely used in the PHP community for its simplicity and effectiveness in managing dependencies.

Unique Visits

0

0 / day

Total Views

0

0 / day

Visit Duration, avg.

0 page per visit

Bounce Rate

0%

  • Domain Rating

  • Domain Authority

  • Citation Level

Founded in

2009

Key Features of the Site

Simple API

Pimple offers a very simple and intuitive API for managing services and parameters.

Lightweight

It is extremely lightweight, making it perfect for small to medium-sized applications.

Service Definitions

Allows defining services as closures, enabling lazy loading of services.

Parameter Storage

Provides a straightforward way to store parameters that can be injected into services.

Factory Services

Supports factory services, which return a new instance on each call.

Protect Closures

Offers the ability to protect closures from being interpreted as service definitions.

Extensible

Pimple is extensible, allowing developers to add custom functionality.