PHPackages                             samejack/point-core - 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. samejack/point-core

ActiveLibrary[Framework](/categories/framework)

samejack/point-core
===================

PHP IoC/DI Container Framework

1.0.3(7y ago)230Apache-2.0PHPPHP &gt;=5.3.0CI failing

Since May 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/samejack/point-core)[ Packagist](https://packagist.org/packages/samejack/point-core)[ RSS](/packages/samejack-point-core/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (7)Used By (0)

point-core
==========

[](#point-core)

[![Latest Stable Version](https://camo.githubusercontent.com/30cebf909a6e5981fcaa4d8f18fa790bf2eb9ff3aa0764536feb1da3ed631e70/68747470733a2f2f706f7365722e707567782e6f72672f73616d656a61636b2f706f696e742d636f72652f762f737461626c65)](https://packagist.org/packages/samejack/point-core)[![Build Status](https://camo.githubusercontent.com/f27ad71e2c3d0609b1eb51cac4b5b15aa6d5b03cdd3c122c247774fc64d0a982/68747470733a2f2f7472617669732d63692e6f72672f73616d656a61636b2f706f696e742d636f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/samejack/point-core)[![Coverage Status](https://camo.githubusercontent.com/8581fa0576dbddfb90440e2dc80714de6aa9433eeeac07d4c554f2c5dd0336ad/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f73616d656a61636b2f706f696e742d636f72652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/samejack/point-core?branch=master)

Overview
--------

[](#overview)

This is a PHP IoC/DI Module Container.It can inject instance of object through the @Annotation on PHPDoc.

Features
--------

[](#features)

- Dependency Injection
- Inversion of Control
- File/Class Lazy Loading
- Configuration by PHP Annotation
- Rich Module Framework

Getting and Start (composer)
----------------------------

[](#getting-and-start-composer)

### Install point-core from composer repository

[](#install-point-core-from-composer-repository)

```
composer require samejack/point-core
```

### Get first object from context

[](#get-first-object-from-context)

```
