The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-nette-component-model - Nette Component Model

Website:
https://github.com/nette/component-model
Licence:
BSD or GPLv2 or GPLv3
Vendor:
Remi Collet
Description:
Components are the foundation of reusable code. They make your work easier
and allow you to profit from community work. Components are wonderful.
Nette Framework introduces several classes and interfaces for all these
types of components.

Object inheritance allows us to have a hierarchic structure of classes like
in real world. We can create new classes by extending. These extended classes
are descendants of the original class and inherit its parameters and methods.
Extended class can add its own parameters and methods to the inherited ones.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Nette/ComponentModel/autoload.php';

Packages

php-nette-component-model-2.3.1-1.el6.remi.noarch [12 KiB] Changelog by Remi Collet (2017-08-06):
- Update to 2.3.1
php-nette-component-model-2.3.0-1.el6.remi.noarch [12 KiB] Changelog by Remi Collet (2016-08-02):
- update to 2.3.0
- raise dependency on PHP >= 5.6
- raise dependency on nette/utils >= 2.4

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.