Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
- Minor oversight in the overview - did not remove content from a previous development iteration of this library
  • Loading branch information
tlmcclatchey committed Jul 1, 2023
1 parent 21aaf34 commit da7cfe9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# CommonPHP Dependency Injection

`CommonPHP\DependencyInjection` is a simple yet powerful dependency injection (DI) container for PHP applications, enabling the means to dynamically create new objects, invoke methods, call functions and populate properties without having to know the structure of the target directly.

enabling automatic instantiation and wiring of your classes. It is part of the CommonPHP project, which offers various components to ease PHP development.
`CommonPHP\DependencyInjection` is a simple yet powerful dependency injection (DI) container for PHP applications, enabling the means to dynamically create new objects, invoke methods, call functions and populate properties without having to know the structure of the target directly.

## Features

Expand Down

0 comments on commit da7cfe9

Please sign in to comment.