izziaraffaele/webcomposer

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

A suite of PHP components that you can use to compose your application

dev-master 2015-05-02 08:40 UTC

This package is not auto-updated.

Last update: 2022-11-26 07:53:17 UTC


README

A suite of PHP components that you can use to compose your application.

What's inside?

Each component is shipped with a Silex Service Provider that allows you to easily integrate components in a Silex application.

  • Config - A class to handle config file reading

Install

$ composer require webcomposer

How to run test?

Currently I use PHPUNIT for testing. To run the test suite just run phpunit from the root folder of your project

$ phpunit

License

MIT