Skip to content

Releases: samsonos/php_config

Added single scheme entity configuration dependency support

12 Jan 14:28

Choose a tag to compare

1.0.8

Merge remote-tracking branch 'origin/master'

Added multiple possible base paths for configuration schemes

11 Jan 19:10

Choose a tag to compare

This gives aability to load entity configurations from different locations in single project

Removed IConfigurable interface and connection with core

11 Jan 07:38

Choose a tag to compare

Fixed wrong implementation test

10 Jan 16:59

Choose a tag to compare

1.0.5

Fixed bug with wrong handleConfiguration!

Added custom configure implementation interface

10 Jan 16:16

Choose a tag to compare

Now we can ovveride generic object configuration logic and implement our own.

New generic logic added

09 Jan 13:39

Choose a tag to compare

From now on configuration system does not require and depend on specific configuration files, separate static method was created for importing(requring) entity configuration files from path (Manager::import()). Scheme creation and loading logic is now based on analyzing declared classes matching special pattern in name and extending Entity class, this gives ability to require any entity ancestor anywhere before configuration system initialize.

Documentation ready

06 Jan 11:52

Choose a tag to compare

1.0.1

added ignore marker to composer.json

First stable release

06 Jan 09:15

Choose a tag to compare

1.0.0

Fixed bug in compliance with old Config::implement()