PHPackages                             apishka/easy-extend - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. apishka/easy-extend

AbandonedArchivedComposer-plugin[Utility &amp; Helpers](/categories/utility)

apishka/easy-extend
===================

Easy extends class implementation for PHP

2.1.1(6y ago)01.9k111MITPHPPHP &gt;=7.1.0CI failing

Since Jun 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/apishka/easy-extend)[ Packagist](https://packagist.org/packages/apishka/easy-extend)[ RSS](/packages/apishka-easy-extend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (34)Used By (11)

PHP easy extend
===============

[](#php-easy-extend)

[![Current build status image](https://camo.githubusercontent.com/f01fe61e9e7d874cc430b8b0cb3e5c3d388e002131eadf349a4a5044d1da47e1/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f61706973686b612f656173792d657874656e642f6d61737465722e737667 "Current build status for the develop branch")](https://travis-ci.org/apishka/easy-extend)

What is easy extend?
====================

[](#what-is-easy-extend)

This is composer component which helps developers to write common libraries and extend them in project.

Quick start
-----------

[](#quick-start)

- Add easy-extend to composer requirements of your library

```
"require": {
    "apishka/easy-extend": "^1.0.0"
}
```

- Create `.apishka.php` (structure documentation). Most common file looks like this:

```
